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
0f1b1cd4
Commit
0f1b1cd4
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Added heap-arrays flag for compilation
parent
4d8f8a6b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.inc.geodyncomp.intel.mpich2
+3
-3
3 additions, 3 deletions
src/Makefile.inc.geodyncomp.intel.mpich2
with
3 additions
and
3 deletions
src/Makefile.inc.geodyncomp.intel.mpich2
+
3
−
3
View file @
0f1b1cd4
...
...
@@ -16,7 +16,7 @@ AR=xiar
# There are no BITS
# BITS=-ifort-dbg-openmpi
BITS
=
_v0.
1
-intel_12.0.0-mpich2_1.2.1p1
BITS
=
_v0.
2a
-intel_12.0.0-mpich2_1.2.1p1
# BITS=-ifort-mvapich2
# no MKL
...
...
@@ -40,13 +40,13 @@ INCLUDE = $(MPI_INC)
# Define FORTRAN compiler flags.......................
#
GFORTRAN_FLAGS
=
-ffree-line-length-0
#
GFORTRAN_FLAGS = -ffree-line-length-0
# This gives us, at run time,
# error while loading shared libraries: libimf.so: cannot open shared object file
# No such file or directory
# IFORT_FLAGS = -O2 -fp-model strict -mcmodel=large -shared-intel
# IFORT_FLAGS = -fast
IFORT_FLAGS
=
-O2
IFORT_FLAGS
=
-O2
-heap-arrays
10
#IFORT_FLAGS = -O0
#IFORT_DEBUG = -g -warn all -check all -debug all
#F90_DEBUG = -g -warn all -check all -debug all -check:noarg_temp_created -traceback
...
...
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