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