Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HUGG
DOUAR WSMP
Commits
37def4fe
Commit
37def4fe
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Modified build levels
parent
6e433d27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.inc.geodyncomp.intel.mpich2
+15
-5
15 additions, 5 deletions
src/Makefile.inc.geodyncomp.intel.mpich2
with
15 additions
and
5 deletions
src/Makefile.inc.geodyncomp.intel.mpich2
+
15
−
5
View file @
37def4fe
...
@@ -16,7 +16,7 @@ AR=xiar
...
@@ -16,7 +16,7 @@ AR=xiar
# There are no BITS
# There are no BITS
# BITS=-ifort-dbg-openmpi
# BITS=-ifort-dbg-openmpi
BITS
=
-ifort-mpich2
BITS
=
_v0.1-intel_12.0.0-mpich2_1.2.1p1
# BITS=-ifort-mvapich2
# BITS=-ifort-mvapich2
# no MKL
# no MKL
...
@@ -47,14 +47,24 @@ GFORTRAN_FLAGS = -ffree-line-length-0
...
@@ -47,14 +47,24 @@ GFORTRAN_FLAGS = -ffree-line-length-0
# IFORT_FLAGS = -O2 -fp-model strict -mcmodel=large -shared-intel
# IFORT_FLAGS = -O2 -fp-model strict -mcmodel=large -shared-intel
# IFORT_FLAGS = -fast
# IFORT_FLAGS = -fast
IFORT_FLAGS
=
-O2
IFORT_FLAGS
=
-O2
# IFORT_DEBUG = -g -warn all -check all -debug all
#IFORT_FLAGS = -O0
IFORT_DEBUG
=
#IFORT_DEBUG = -g -warn all -check all -debug all
F90FLAGS
=
${
IFORT_FLAGS
}
${
IFORT_DEBUG
}
#F90_DEBUG = -g -warn all -check all -debug all -check:noarg_temp_created -traceback
F77FLAGS
=
${
IFORT_FLAGS
}
${
IFORT_DEBUG
}
#F90_DEBUG = -g -traceback
F90_DEBUG
=
#F77_DEBUG = -g -warn all -check all -debug all
#F77_DEBUG = -g -traceback
F77_DEBUG
=
#IFORT_DEBUG =
#F90FLAGS = ${IFORT_FLAGS} ${IFORT_DEBUG}
#F77FLAGS = ${IFORT_FLAGS} ${IFORT_DEBUG}
F90FLAGS
=
${
IFORT_FLAGS
}
${
F90_DEBUG
}
F77FLAGS
=
${
IFORT_FLAGS
}
${
F77_DEBUG
}
FFLAGS
=
${
F90FLAGS
}
FFLAGS
=
${
F90FLAGS
}
# Define C compiler flags.............................
# Define C compiler flags.............................
#
#
ICC_FLAGS
=
ICC_FLAGS
=
#CFLAGS = -O0 ${ICC_FLAGS}
CFLAGS
=
-O2
${
ICC_FLAGS
}
CFLAGS
=
-O2
${
ICC_FLAGS
}
# no Intel MKL library
# no Intel MKL library
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment