From 7b8f3d0ce60e364716ac53d165effba70a83bbf8 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 15 Nov 2024 13:28:25 -0800 Subject: [PATCH] Update env.CONDA_OMPI_GNU --- platform/env/env.CONDA_OMPI_GNU | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/env/env.CONDA_OMPI_GNU b/platform/env/env.CONDA_OMPI_GNU index 986556a85..48699dca5 100644 --- a/platform/env/env.CONDA_OMPI_GNU +++ b/platform/env/env.CONDA_OMPI_GNU @@ -12,6 +12,10 @@ # conda activate gacode # (you will need to do the activate after each login/shell startup) # +# Note: Recent conda setups provide openblas that is not compatible with OpenMP on Linux +# If needed, you can force the right openblas setup with +# conda install -c conda-forge libopenblas=*=*openmp* +# if [ "x$GACODE_PLATFORM" != "xCONDA_OMPI_GNU" ]; then echo "WARNING: Wrong GACODE_PLATFORM! ('$GACODE_PLATFORM' != 'CONDA_OMPI_GNU')" 2>&1 elif [ "x$GACODE_ROOT" = "x" ]; then