Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stack size is expressed in KiB. Keep the same unit in doc.
[simgrid.git] / src / smpi / smpirun.in
index 7126a55..9ba0724 100755 (executable)
@@ -427,7 +427,7 @@ ${EXEC} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP}
 status=$?
 
 if [ ${status} = 139 ]; then echo "ERROR: A segmentation fault was triggered. 
-A common cause in SimGrid may be the use of a too small stack size for the simulated processes (default 128KiB).
+A common cause in SimGrid may be the use of a too small stack size for the simulated processes (default 8192 KiB).
 Please see contexts/stack_size parameter , or http://simgrid.org/simgrid/latest/doc/options.html#options_virt_stacksize "; fi
 
 if [ -z "${KEEP}" ] ; then