- Timestamp:
- Mar 13, 2018 11:00:25 AM (7 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_simple_build
r2868 r2875 24 24 # ----------------- 25 25 # $Id$ 26 # added file update functionality 27 # 28 # 2868 2018-03-09 13:25:09Z hellstea 26 29 # Bugfix: adjusted name of build_dir 27 30 # … … 144 147 145 148 # Copy makefile and all source code files to make depository 146 cp - n${trunk_dir}/SOURCE/Makefile ${build_dir}/Makefile_in147 cp - n${build_config_file} ${build_dir}/MAKE.inc148 cp - n${trunk_dir}/SOURCE/*.f90 ${build_dir}149 cp -u ${trunk_dir}/SOURCE/Makefile ${build_dir}/Makefile_in 150 cp -u ${build_config_file} ${build_dir}/MAKE.inc 151 cp -u ${trunk_dir}/SOURCE/*.f90 ${build_dir} 149 152 150 153 -
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.