Changeset 27534


Ignore:
Timestamp:
01/19/23 18:56:13 (2 years ago)
Author:
seroussi
Message:

BUG: fixed problem with MIT gcm compilation on amundsen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/build.sh

    r26431 r27534  
    3232                        export LD_LIBRARY_PATH="$ISSM_DIR/externalpackages/petsc/install/lib:/dartfs-hpc/admin/opt/el7/intel/compilers_and_libraries_2019.3.199/linux/compiler/lib/intel64:$ISSM_DIR/externalpackages/triangle/install/lib"
    3333                        ;;
     34                "amundsen")
     35                        export LDADD="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpifort"
     36                        $modelpath/../MITgcm/install/tools/genmake2 -mpi -mo $modelpath/../MITgcm/code -rd $modelpath/../MITgcm/install
     37                        ;;
    3438                *)
    3539                        $modelpath/../MITgcm/install/tools/genmake2 -mpi -mo $modelpath/../MITgcm/code -rd $modelpath/../MITgcm/install
Note: See TracChangeset for help on using the changeset viewer.