Browse Source

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

Francois Massonnet 7 years ago
parent
commit
cf80ac0640
2 changed files with 4 additions and 1 deletions
  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}"