... | ... | @@ -4,7 +4,7 @@ The test script launches all the kernels one time to check if its elapsed times |
|
|
|
|
|
1) To launch the script, SLURM will be used, then it is required the `sbatch` and the commands `srun` or `mpirun` bootstraping SLURM. So, open the script `scripts/learning/helpers/kernels_executor.sh` and look at the function `launching()`. Check if the SLURM command is correct to run the test in your super computer. These are two examples of the `srun` and `mpirun` commands for a node of 40 CPUs:
|
|
|
|
|
|
`srun -N 1 -n 40 -J "bt-mz" -w node1001 --ear-policy=MONITORING_ONLY --ear-learning=1 /installation.path/bin/kernels/bt-mz.C.40`
|
|
|
`srun -N 1 -n 40 -J "bt-mz" -w node1001 --ear-verbose=1 --ear-learning=1 /installation.path/bin/kernels/bt-mz.C.40`
|
|
|
|
|
|
`mpirun -n 40 -bootstrap slurm -bootstrap-exec-args="-J 'bt-mz' -w node1001 --ear-verbose=1 --ear-learning=1 /installation.path/bin/kernels/bt-mz.C.40`
|
|
|
|
... | ... | |