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

nlegoff at geodynamics.org nlegoff at geodynamics.org
Tue Feb 19 07:25:08 PST 2008


Author: nlegoff
Date: 2008-02-19 07:25:07 -0800 (Tue, 19 Feb 2008)
New Revision: 11182

Modified:
   seismo/2D/SPECFEM2D/trunk/Makefile
Log:
added comments in Makefile about option -heap-arrays <size> in case of a stack overflow with ifort 10.0 and above.

Modified: seismo/2D/SPECFEM2D/trunk/Makefile
===================================================================
--- seismo/2D/SPECFEM2D/trunk/Makefile	2008-02-19 04:13:47 UTC (rev 11181)
+++ seismo/2D/SPECFEM2D/trunk/Makefile	2008-02-19 15:25:07 UTC (rev 11182)
@@ -52,6 +52,9 @@
 #FLAGS_CHECK=-fast -Mbounds -Mneginfo -Mdclchk -Minform=warn
 
 # Intel
+# NOTE FOR USERS OF IFORT 10.0 AND ABOVE :
+# 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
 #CC = gcc
 #FLAGS_NOCHECK=-O0 -implicitnone -warn stderrors -warn truncated_source -warn argument_checking -warn unused -warn declarations -std95 -assume byterecl -check nobounds



More information about the cig-commits mailing list