initial_commit
This commit is contained in:
18
templates/bench.template
Normal file
18
templates/bench.template
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash -l
|
||||
#SBATCH --job-name={job_name}_{n_procs}
|
||||
#SBATCH --output={output_dir}{job_name}_{n_procs}.out
|
||||
#SBATCH --error={err_dir}{job_name}_{n_procs}.err
|
||||
#SBATCH --nodes=1
|
||||
#SBATCH --time=00:10:00
|
||||
#SBATCH --export=NONE
|
||||
|
||||
unset SLURM_EXPORT_ENV
|
||||
|
||||
module load intel intelmpi likwid
|
||||
|
||||
unset I_MPI_PMI_LIBRARY
|
||||
export LIKWID_SILENT=1
|
||||
echo CREATION_TIME {time_stamp}
|
||||
|
||||
srun --cpu-freq=2000000-2000000:performance ./likwid-mpirun -np {n_procs} -mpi intelmpi -omp intel -nperdomain M:18 {bin} {job_name} -npmin {n_procs} {off_mem_flag} > {data_dir}/{job_name}_{n_procs}.dat
|
||||
|
Reference in New Issue
Block a user