Changeset 2811


Ignore:
Timestamp:
Nov 3, 2022, 8:58:48 AM (2 years ago)
Author:
emillour
Message:

Update general IOIPSL install script to only use bash and not asume ksh is available.
EM

Location:
trunk/LMDZ.COMMON/ioipsl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/ioipsl/install_ioipsl_gfortran.bash

    r2657 r2811  
    7070echo 'MPI_LIB=""' >> arch-gfortran.path
    7171
     72# 2.1 Switch ksh to bash in IOIPSL
     73cd ..
     74sed -i -e s:'/bin/ksh':"/bin/bash":1 ins_m_prec
     75
    7276## 3. build ioipsl:
    73 cd ..
    7477./makeioipsl_fcm -arch gfortran -job 8 > makeioipsl.out 2>&1
    7578
  • trunk/LMDZ.COMMON/ioipsl/install_ioipsl_ifort.bash

    r2657 r2811  
    7070echo 'MPI_LIB=""' >> arch-ifort.path
    7171
     72# 2.1 Switch ksh to bash in IOIPSL
     73cd ..
     74sed -i -e s:'/bin/ksh':"/bin/bash":1 ins_m_prec
     75
    7276## 3. build ioipsl:
    73 cd ..
    7477./makeioipsl_fcm -arch ifort -job 8 > makeioipsl.out 2>&1
    7578
  • trunk/LMDZ.COMMON/ioipsl/install_ioipsl_pgf90.bash

    r2657 r2811  
    7070echo 'MPI_LIB=""' >> arch-pgf90.path
    7171
     72# 2.1 Switch ksh to bash in IOIPSL
     73cd ..
     74sed -i -e s:'/bin/ksh':"/bin/bash":1 ins_m_prec
     75
    7276## 3. build ioipsl:
    73 cd ..
    7477./makeioipsl_fcm -arch pgf90 -job 8 > makeioipsl.out 2>&1
    7578
Note: See TracChangeset for help on using the changeset viewer.