소스 검색

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