Changeset 2875 for palm/trunk/SCRIPTS/palm_simple_run
- Timestamp:
- Mar 13, 2018 11:00:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_simple_run
r2850 r2875 24 24 # ----------------- 25 25 # $Id$ 26 # made RUN dirs unique with timestamp again 27 # 28 # 2850 2018-03-05 14:24:40Z knoop 26 29 # Refactoring of the palm_simple_ build and run scripts 27 30 # … … 171 174 172 175 # 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} 176 timedate="$(date +%F_%H:%M:%S)" 177 suffix=${build_config}_${run_config}_${test_case}_${mpi_ranks}_${mpi_ranks_per_node}_${openmp_threads}_${timedate} 175 178 execution_dir=${working_dir}/RUN_${suffix} 176 179
Note: See TracChangeset
for help on using the changeset viewer.