Changeset 2811
- Timestamp:
- Nov 3, 2022, 8:58:48 AM (2 years ago)
- Location:
- trunk/LMDZ.COMMON/ioipsl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_gfortran.bash
r2657 r2811 70 70 echo 'MPI_LIB=""' >> arch-gfortran.path 71 71 72 # 2.1 Switch ksh to bash in IOIPSL 73 cd .. 74 sed -i -e s:'/bin/ksh':"/bin/bash":1 ins_m_prec 75 72 76 ## 3. build ioipsl: 73 cd ..74 77 ./makeioipsl_fcm -arch gfortran -job 8 > makeioipsl.out 2>&1 75 78 -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_ifort.bash
r2657 r2811 70 70 echo 'MPI_LIB=""' >> arch-ifort.path 71 71 72 # 2.1 Switch ksh to bash in IOIPSL 73 cd .. 74 sed -i -e s:'/bin/ksh':"/bin/bash":1 ins_m_prec 75 72 76 ## 3. build ioipsl: 73 cd ..74 77 ./makeioipsl_fcm -arch ifort -job 8 > makeioipsl.out 2>&1 75 78 -
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_pgf90.bash
r2657 r2811 70 70 echo 'MPI_LIB=""' >> arch-pgf90.path 71 71 72 # 2.1 Switch ksh to bash in IOIPSL 73 cd .. 74 sed -i -e s:'/bin/ksh':"/bin/bash":1 ins_m_prec 75 72 76 ## 3. build ioipsl: 73 cd ..74 77 ./makeioipsl_fcm -arch pgf90 -job 8 > makeioipsl.out 2>&1 75 78
Note: See TracChangeset
for help on using the changeset viewer.