Skip to content

Commit

Permalink
#3657: Replace the MO-specific URL in the RTW with a public URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill authored Jun 20, 2024
1 parent 967ce27 commit 967a6a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -eu

# Must be run before importing numpy, see
# https://www-avd/sci/dask_best_practice/numpy-threads.html.
# https://docs.dask.org/en/stable/array-best-practices.html#avoid-oversubscribing-threads
export OMP_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
export MKL_NUM_THREADS=1
Expand All @@ -32,7 +32,7 @@ CONTAINER=${ROSE_DATAC}/container/esmvaltool.sif
# source and target files or directories.
export SINGULARITY_BIND="/badc,/datacentre,/home/users,/work,/gws"

# Suppress an ESMValTool "file not found" warning
# Suppress an ESMValTool "file not found" warning
export SINGULARITYENV_PROJ_DATA="/opt/conda/envs/esmvaltool/share/proj"

# Provide mkfile needed to build esmfpy package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ safe_load(){
}

# Must be run before importing numpy, see
# https://www-avd/sci/dask_best_practice/numpy-threads.html.
# https://docs.dask.org/en/stable/array-best-practices.html#avoid-oversubscribing-threads
export OMP_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
export MKL_NUM_THREADS=1
Expand Down

0 comments on commit 967a6a5

Please sign in to comment.