Changeset 5387 for BOL/script_install/install_lmdz.sh
- Timestamp:
- Dec 5, 2024, 2:49:08 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r5386 r5387 415 415 416 416 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 417 418 mpi_file=$(readlink -e -f "$(which mpif90)") 418 419 path_mpi=$(dirname "$mpi_file") 419 420 root_mpi=$(dirname "$path_mpi") 421 set -e 420 422 } 421 423
Note: See TracChangeset
for help on using the changeset viewer.