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
1dce09ab
Commit
1dce09ab
authored
15 years ago
by
Douglas Guptill
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic
parent
cc123b84
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
Makefile.p690
+10
-0
10 additions, 0 deletions
Makefile.p690
with
10 additions
and
0 deletions
Makefile.p690
+
10
−
0
View file @
1dce09ab
...
...
@@ -34,6 +34,16 @@ FLG64=-b64
# Define FORTRAN compiler flags.......................
#
# On one p690 run, we have these two results:
# Temperature calculations 4243.5252 426.0988 0.0117
# Temperature calculations 336.4992 32.3458 0.0077
# The difference being
# 1. number of processors: 4 and 16
# 2. the compile flags: debug and speed
# Also, the first run quit sooner; i.e. at a different place
# The first run stopped on a floating point overflow
# The second run stopped on a seg fault.
#
# -qsave is the default for Fortran77, -qnosave for Fortran90
# take -qextchk out for the final compile
# Need -qhalt=s, else the compiler stops on the multiple errors from MPI calls.
...
...
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