Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Knut Klingbeil
getm
Commits
9b94fd75
Commit
9b94fd75
authored
May 08, 2017
by
Knut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make: support for MPI=INTELMPI
parent
644d5fdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/Rules.make
src/Rules.make
+12
-0
No files found.
src/Rules.make
View file @
9b94fd75
...
...
@@ -219,6 +219,18 @@ ifeq ($(MPI),MPICH2)
FC
=
mpif90
endif
ifeq
($(MPI),INTELMPI)
ifeq
($(FORTRAN_COMPILER),IFORT)
FC
=
mpiifort
else
ifeq
($(FORTRAN_COMPILER),GFORTRAN)
FC
=
mpif90
else
FC
=
mpifc
endif
endif
endif
# SGI - MPI - works for Peter Holtermann on ALTIX 3700.
ifeq
($(MPI),SGIMPI)
EXTRA_LIBS
+=
-lmpi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment