Ignore:
Timestamp:
Dec 5, 2024, 2:49:08 PM (7 days ago)
Author:
abarral
Message:

Fix error if MPI missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r5386 r5387  
    415415
    416416    local mpi_file  # can't be done before as it depends on sourcing the env
     417    set +e  # install_lmdz must be able to run without mpi
    417418    mpi_file=$(readlink -e -f "$(which mpif90)")
    418419    path_mpi=$(dirname "$mpi_file")
    419420    root_mpi=$(dirname "$path_mpi")
     421    set -e
    420422}
    421423
Note: See TracChangeset for help on using the changeset viewer.