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