Explorar o código

Restriction for Lmod usage

Pierre-Yves Barriat %!s(int64=7) %!d(string=hai) anos
pai
achega
80a74d1887
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  1. 6 4
      bashrc

+ 6 - 4
bashrc

@@ -66,7 +66,9 @@ alias h="history"
 
 # Personal modules variables
 # --------------------------
-PATH="/projects/acad/ecearth/opt/apps/lua/lua/bin:$PATH"
-. /projects/acad/ecearth/opt/lmod/lmod/init/profile
-ulimit -u 8192
-export OMP_NUM_THREADS=2
+if [ `hostname` = "frontal3" ]; then
+  PATH="/projects/acad/ecearth/opt/apps/lua/lua/bin:$PATH"
+  . /projects/acad/ecearth/opt/lmod/lmod/init/profile
+  ulimit -u 8192
+  export OMP_NUM_THREADS=2
+fi