Changes between Version 135 and Version 136 of WRF4G2.0/Experiment
- Timestamp:
- Jan 15, 2016 12:39:38 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Experiment
v135 v136 80 80 * '''parallel_env:''' Tag to configure the parallel execution environment (default value is MPIRUN), which can be `POE` for IBM's parallel environment, `SRUN` for SLURM batch system, or `MPIRUN` for OpenMPI or MPICH. In case you want to write your own parallel configuration, use `DUMMY` value. With this option you have to indicate the following variables : 81 81 * '''parallel_run:''' Command to launch parallel applications. Example: 82 {{{parallel_run = mpirun -np 32 -pernode 16 --mca mpi_paffinity_alone 1}}} 82 {{{ 83 parallel_run = mpirun -np 32 -pernode 16 --mca mpi_paffinity_alone 1 84 }}} 83 85 * '''parallel_run_pernode:''' Command to launch one process node for configuration purposes. Example: 84 {{{parallel_run_pernode = mpirun -npernode}}} 86 {{{ 87 parallel_run_pernode = mpirun -npernode 88 }}} 85 89 86 90 * '''parallel_real:''' Either yes or no (default value is yes), indicating whether the `real.exe` binary is compiled in serial or parallel mode.