Changeset 3062


Ignore:
Timestamp:
Nov 8, 2017, 11:26:22 AM (7 years ago)
Author:
fhourdin
Message:

Correction pour compilation parallele avec openmpi sous ubuntu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r3056 r3062  
    198198   *)       compilo="gfortran" ;
    199199            if [ $parallel = none -o -f /usr/bin/mpif90 ] ; then
    200                 path_mpi="" ;
     200                path_mpi=`which mpif90 | sed -e 's:/mpif90::'` ;
    201201                if [ -d /usr/lib64/openmpi ] ; then
    202202                  root_mpi="/usr/lib64/openmpi"
Note: See TracChangeset for help on using the changeset viewer.