User Tools

Site Tools


dev:regtesting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dev:regtesting [2021/06/01 11:02] – describe how to run regtests via sbatch/srun tmuellerdev:regtesting [2021/06/02 13:14] tmueller
Line 152: Line 152:
  
 # the above will output both to the slurm-*.out as well as a log file, # the above will output both to the slurm-*.out as well as a log file,
-# if you want only the log file replace the `|` with a `>`.+# if you want only the log file replace the `|& tee` with a `>&`.
  
 # More options: # More options:
Line 207: Line 207:
 NNODES_SINGLE_TEST=1 NNODES_SINGLE_TEST=1
 SRUN_CMD="srun --cpu-bind=verbose,cores" SRUN_CMD="srun --cpu-bind=verbose,cores"
 +
 +# to run tests across nodes (to check for communication effects), use:
 +# NNODES_SINGLE_TEST=4
 +# SRUN_CMD="srun --cpu-bind=verbose,cores --ntasks-per-node 2"
  
 # the following should be sufficiently generic: # the following should be sufficiently generic:
dev/regtesting.txt · Last modified: 2023/10/19 14:03 by krack