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 7230 for branches/2016/dev_HPC_Gyre_benchmark_test/NEMOGCM/BENCHMARK/prepare_job.sh – NEMO

Ignore:
Timestamp:
2016-11-15T13:56:09+01:00 (7 years ago)
Author:
timgraham
Message:

Added modifications to instrument code and use perf_regions in GYRE_BENCHMARK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_HPC_Gyre_benchmark_test/NEMOGCM/BENCHMARK/prepare_job.sh

    r6296 r7230  
    251251             -e"s:MPI_FLAG:${MPI_FLAG}:" \ 
    252252             -e"s:DEF_NEMO_VALIDATION:${NEMO_VALIDATION_DIR}:" -e"s:DEF_NEW_CONF:${NEW_CONF}:" \ 
    253              -e"s:DEF_CMP_NAM:${CMP_NAM}:" -e"s:DEF_TEST_NAME:${TEST_NAME}:" > run_sette_test.job 
     253             -e"s:DEF_CMP_NAM:${CMP_NAM}:" -e"s:DEF_TEST_NAME:${TEST_NAME}:" \ 
     254             -e"s:DEF_LD_LIB:${PERF_REGIONS_HOME}/build/:" -e"s:DEF_COUNTERS:${LIST_COUNTERS}:" \ 
     255             -e"s:DEF_CORES_PER_NODE:$CORES_PER_NODE:" > run_sette_test.job 
    254256 
    255257        case ${COMPILER} in 
Note: See TracChangeset for help on using the changeset viewer.