diff options
Diffstat (limited to 'sci-chemistry/cns/files/cns_solve_env_sh')
-rw-r--r-- | sci-chemistry/cns/files/cns_solve_env_sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/cns/files/cns_solve_env_sh b/sci-chemistry/cns/files/cns_solve_env_sh index 66d268b4e9ce..34e1a2b635cf 100644 --- a/sci-chemistry/cns/files/cns_solve_env_sh +++ b/sci-chemistry/cns/files/cns_solve_env_sh @@ -16,7 +16,7 @@ # CHANGE THE NEXT LINE TO POINT TO THE LOCATION OF THE CNSsolve DIRECTORY CNS_SOLVE=_CNSsolve_location_ - + # # ========================================================================== # @@ -43,6 +43,9 @@ else export CNS_ARCH; CNS_ARCH='unknown' fi # +# system variables (this is needed for openmp) +# +ulimit -s unlimited # ========================================================================== # # general environmental variables |