ソースを参照

Merge branch 'develop-fmasson' of ssh://egit/pbarriat/ecearth_patch into develop-fmasson ; Runs E001

Francois Massonnet 7 年 前
コミット
cf80ac0640
2 ファイル変更4 行追加1 行削除
  1. 3 0
      3.3.0/runtime/classic/lemaitre3.sh.tmpl
  2. 1 1
      install.sh

+ 3 - 0
3.3.0/runtime/classic/lemaitre3.sh.tmpl

@@ -23,5 +23,8 @@ set -o nounset
 set -o errexit
 set -x
 
+# Damien Francois fix
+export PSM2_MULTI_EP=0
+
 # Directories
 start_dir=${SLURM_SUBMIT_DIR-$PWD}

+ 1 - 1
install.sh

@@ -97,4 +97,4 @@ case "$machine" in
       ;;
 esac
 
-echo "Patch applied to ${TARGET}."
+echo "Patch applied to ${TARGET}"