[cig-commits] r12490 - seismo/2D/SPECFEM2D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Jul 29 16:10:24 PDT 2008


Author: dkomati1
Date: 2008-07-29 16:10:24 -0700 (Tue, 29 Jul 2008)
New Revision: 12490

Modified:
   seismo/2D/SPECFEM2D/trunk/Makefile
Log:
added MPI flags for Intel ifort


Modified: seismo/2D/SPECFEM2D/trunk/Makefile
===================================================================
--- seismo/2D/SPECFEM2D/trunk/Makefile	2008-07-29 22:37:39 UTC (rev 12489)
+++ seismo/2D/SPECFEM2D/trunk/Makefile	2008-07-29 23:10:24 UTC (rev 12490)
@@ -61,6 +61,7 @@
 # Use of option -heap-arrays <size> can be required, depending on the size of the simulation. 
 # Another workaround can be to increase your stack size (ulimit -s).
 #F90 = ifort
+#F90 = mpif90 -DUSE_MPI -DUSE_METIS -DUSE_SCOTCH
 #CC = gcc
 #FLAGS_NOCHECK=-O3 -xP -implicitnone -warn stderrors -warn truncated_source -warn argument_checking -warn unused -warn declarations -std95 -assume byterecl -check nobounds
 #FLAGS_CHECK = $(FLAGS_NOCHECK)



More information about the cig-commits mailing list