Changeset 515 for palm/trunk/SCRIPTS/palm_simple_run
- Timestamp:
- Mar 18, 2010 2:30:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_simple_run
r426 r515 9 9 # It requires that palm has been installed with command 10 10 # palm_simple_install and that the executable palm has been created 11 # with make in directory ~/palm/current_version/MAKE_DEPOSITORY_simple11 # with make in directory ...../MAKE_DEPOSITORY_simple 12 12 13 13 # Last changes: 14 14 # 25/01/10 - Siggi - Generating the first version 15 # 18/03/10 - Siggi - Some comments changed 15 16 16 17 … … 23 24 mpi_procs_per_node=1 24 25 openmp_threads=1 25 # palm_dir=~/palm/current_version/26 26 27 27 typeset -i ii … … 51 51 # Generate unique directory/files for this run 52 52 timedate="`date +%d.%b_%H:%M:%S`" 53 suffix=$case+$ nnodes+$timedate53 suffix=$case+$mpi_procs+$timedate 54 54 RUNDIR=OUTPUT.$suffix/ 55 55 … … 125 125 echo "*** palm will be run: MPI tasks: $mpi_procs OpenMP thread: $OMP_NUM_THREADS" 126 126 127 # mpiexec -machinefile hostfile -n $mpi_procs ./palm < runfile_atmos 128 mpiexec_mpt -np $mpi_procs ./palm < runfile_atmos 127 # IMUK: 128 mpiexec -machinefile hostfile -n $mpi_procs ./palm < runfile_atmos 129 130 # SGI-MPT HLRN 131 # mpiexec_mpt -np $mpi_procs ./palm < runfile_atmos 129 132 130 133
Note: See TracChangeset
for help on using the changeset viewer.