Ignore:
Timestamp:
Mar 13, 2018 11:00:25 AM (7 years ago)
Author:
knoop
Message:

added file update and unique run dirs to simple installation method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_simple_run

    r2850 r2875  
    2424# -----------------
    2525# $Id$
     26# made RUN dirs unique with timestamp again
     27#
     28# 2850 2018-03-05 14:24:40Z knoop
    2629# Refactoring of the palm_simple_ build and run scripts
    2730#
     
    171174
    172175   # Generate unique directory/files for this run
    173 #timedate="$(date +%F_%H:%M:%S)"
    174 suffix=${build_config}_${run_config}_${test_case}_${mpi_ranks}_${mpi_ranks_per_node}_${openmp_threads}
     176timedate="$(date +%F_%H:%M:%S)"
     177suffix=${build_config}_${run_config}_${test_case}_${mpi_ranks}_${mpi_ranks_per_node}_${openmp_threads}_${timedate}
    175178execution_dir=${working_dir}/RUN_${suffix}
    176179
Note: See TracChangeset for help on using the changeset viewer.