New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9576 for branches/2017/dev_merge_2017/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-X64_MOBILIS – NEMO

Ignore:
Timestamp:
2018-05-11T16:50:48+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Global renaming for SETTE + fix for key_lim3 in MY_SRC: push remaining modifications in order to start from a clean checkout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-X64_MOBILIS

    • Property svn:executable deleted
    r9442 r9576  
    6262       echo time `which mpirun` --report-bindings -x MALLOC_MMAP_MAX_=-1                 \ 
    6363                                -x MALLOC_TRIM_THRESHOLD_=33554432 -np $OCORES --bynode  \ 
    64                                 --mca mpi_paffinity_alone 1 ./opa  
     64                                --mca mpi_paffinity_alone 1 ./nemo  
    6565            time `which mpirun` --report-bindings -x MALLOC_MMAP_MAX_=-1                 \ 
    6666                                -x MALLOC_TRIM_THRESHOLD_=33554432 -np $OCORES --bynode  \ 
    67                                 --mca mpi_paffinity_alone 1 ./opa  
     67                                --mca mpi_paffinity_alone 1 ./nemo  
    6868  else 
    6969       if [ ! -f ./xios_server.exe ] && [ -f ${XIO_HOME}/bin/xios_server.exe ]; then 
     
    8181                                -x MALLOC_TRIM_THRESHOLD_=33554432       \ 
    8282                                -np $XCORES ./xios_server.exe            \ 
    83                               : -np $OCORES --bynode  --mca mpi_paffinity_alone 1 ./opa  
     83                              : -np $OCORES --bynode  --mca mpi_paffinity_alone 1 ./nemo  
    8484# 
    8585            time `which mpirun` --report-bindings -x MALLOC_MMAP_MAX_=-1 \ 
    8686                                -x MALLOC_TRIM_THRESHOLD_=33554432       \ 
    8787                                -np $XCORES ./xios_server.exe            \ 
    88                               : -np $OCORES --bynode  --mca mpi_paffinity_alone 1 ./opa  
     88                              : -np $OCORES --bynode  --mca mpi_paffinity_alone 1 ./nemo  
    8989# 
    9090  fi 
Note: See TracChangeset for help on using the changeset viewer.