From b4ae91f81770904682811ac6da62fc4ddc83fd93 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 22 Dec 2019 07:43:07 +0100 Subject: [PATCH] proper alignment --- env/DAMASK.csh | 2 +- env/DAMASK.sh | 2 +- env/DAMASK.zsh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env/DAMASK.csh b/env/DAMASK.csh index 1b16e444b..b1b9dfb98 100644 --- a/env/DAMASK.csh +++ b/env/DAMASK.csh @@ -19,7 +19,7 @@ endif # still, http://software.intel.com/en-us/forums/topic/501500 suggest to fix it # more info https://jblevins.org/log/segfault # https://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heap -# http://superuser.com/questions/220059/what-parameters-has-ulimit +# http://superuser.com/questions/220059/what-parameters-has-ulimit limit stacksize unlimited # maximum stack size (kB) # disable output in case of scp diff --git a/env/DAMASK.sh b/env/DAMASK.sh index 56696a0e8..50760b76d 100644 --- a/env/DAMASK.sh +++ b/env/DAMASK.sh @@ -47,7 +47,7 @@ PROCESSING=$(type -p postResults || true 2>/dev/null) # still, http://software.intel.com/en-us/forums/topic/501500 suggest to fix it # more info https://jblevins.org/log/segfault # https://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heap -# http://superuser.com/questions/220059/what-parameters-has-ulimit +# http://superuser.com/questions/220059/what-parameters-has-ulimit ulimit -s unlimited 2>/dev/null # maximum stack size (kB) # disable output in case of scp diff --git a/env/DAMASK.zsh b/env/DAMASK.zsh index 8ac97fe18..066d56dd6 100644 --- a/env/DAMASK.zsh +++ b/env/DAMASK.zsh @@ -38,7 +38,7 @@ PROCESSING=$(which postResults || true 2>/dev/null) # still, http://software.intel.com/en-us/forums/topic/501500 suggest to fix it # more info https://jblevins.org/log/segfault # https://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heap -# http://superuser.com/questions/220059/what-parameters-has-ulimit +# http://superuser.com/questions/220059/what-parameters-has-ulimit ulimit -s unlimited 2>/dev/null # maximum stack size (kB) # disable output in case of scp