proper alignment

This commit is contained in:
Martin Diehl 2019-12-22 07:43:07 +01:00
parent cde6853a20
commit b4ae91f817
3 changed files with 3 additions and 3 deletions

2
env/DAMASK.csh vendored
View File

@ -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

2
env/DAMASK.sh vendored
View File

@ -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

2
env/DAMASK.zsh vendored
View File

@ -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