浏览代码

Restriction for Lmod usage

Pierre-Yves Barriat 7 年之前
父节点
当前提交
80a74d1887
共有 1 个文件被更改,包括 6 次插入4 次删除
  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