Changeset 5044
- Timestamp:
- Jul 10, 2024, 9:15:41 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install_amaury/install_lmdz.sh
r5043 r5044 87 87 optim_debug="" 88 88 arch="local" 89 90 local mpi_file91 mpi_file=$(readlink -e -f "$(which mpif90)")92 path_mpi=$(dirname "$mpi_file")93 root_mpi=$(dirname "$path_mpi")94 89 95 90 arch="local-gfortran" … … 363 358 # shellcheck disable=SC1090 364 359 if [[ -f $default_env_path ]]; then source "$default_env_path"; fi 360 361 local mpi_file # can't be done before as it depends on sourcing the env 362 mpi_file=$(readlink -e -f "$(which mpif90)") 363 path_mpi=$(dirname "$mpi_file") 364 root_mpi=$(dirname "$path_mpi") 365 365 } 366 366
Note: See TracChangeset
for help on using the changeset viewer.