Skip to content

Commit

Permalink
Add export HDF5_USE_FILE_LOCKING=FALSE for the cca submit example, th…
Browse files Browse the repository at this point in the history
…is appeared to be necessary since the nemo vertices files are loaded / read by ece2cmor.
  • Loading branch information
Thomas Reerink committed Nov 12, 2020
1 parent e185d06 commit 615c624
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ fi
echo " " | sed 's/\s*$//g' >> ${job_name}
echo " source $PERM/miniconda2/etc/profile.d/conda.sh " | sed 's/\s*$//g' >> ${job_name}
echo " conda activate ece2cmor3 " | sed 's/\s*$//g' >> ${job_name}
echo " export HDF5_USE_FILE_LOCKING=FALSE " | sed 's/\s*$//g' >> ${job_name}
echo " export UVCDAT_ANONYMOUS_LOG=false " | sed 's/\s*$//g' >> ${job_name}
echo " ${check_whether_ece2cmor_is_activated} " | sed 's/\s*$//g' >> ${job_name}
echo " ${ece2cmor_version_log} " | sed 's/\s*$//g' >> ${job_name}
Expand Down

0 comments on commit 615c624

Please sign in to comment.