Skip to content

Commit

Permalink
Update env.CONDA_OMPI_GNU
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiligoi authored Nov 15, 2024
1 parent 2598b4a commit 7b8f3d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/env/env.CONDA_OMPI_GNU
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b8f3d0

Please sign in to comment.