Changeset 3062 for BOL/script_install
- Timestamp:
- Nov 8, 2017, 11:26:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r3056 r3062 198 198 *) compilo="gfortran" ; 199 199 if [ $parallel = none -o -f /usr/bin/mpif90 ] ; then 200 path_mpi= "";200 path_mpi=`which mpif90 | sed -e 's:/mpif90::'` ; 201 201 if [ -d /usr/lib64/openmpi ] ; then 202 202 root_mpi="/usr/lib64/openmpi"
Note: See TracChangeset
for help on using the changeset viewer.