Changeset 4223


Ignore:
Timestamp:
Jul 20, 2022, 5:54:19 PM (2 years ago)
Author:
lguez
Message:

Bug fix: use a more recent version of gfortran

LMDZ now requires a more recent version of gfortran than 4.4.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz_new.sh

    r4222 r4223  
    326326
    327327    cicla|camel)   compiler="gfortran" ;
    328                    module load netcdf4/4.3.3.1-gfortran;
    329                    netcdf=/opt/netcdf43/gfortran
     328                   module purge
     329                   module load gnu/10.2.0
     330                   module load openmpi/4.0.5
     331                   module load hdf5/1.10.7-mpi
     332                   module load netcdf-c/4.7.4-mpi
     333                   module load netcdf-fortran/4.5.3-mpi
     334                   netcdf=/net/nfs/tools/PrgEnv/linux-scientific6-x86_64/gcc-10.2.0/netcdf-fortran-4.5.3-k3drgfqok3lip62hnm3tsyof4cjen5sk
    330335                   module load svn/1.14.0
    331336
    332337                   if [ $parallel != none ] ; then
    333                        module load openmpi/1.6.5-gfortran ;
    334                        root_mpi=$MPI_HOME ;
     338                       root_mpi=/net/nfs/tools/meso-sl6/openmpi/4.0.5-gcc-10.2.0
    335339                       path_mpi=$root_mpi/bin ;
    336340                       par_comp=${path_mpi}/mpif90 ;
Note: See TracChangeset for help on using the changeset viewer.