initial_commit

This commit is contained in:
2025-05-28 19:46:24 +02:00
commit 8b80f1fd28
6 changed files with 261 additions and 0 deletions

18
templates/bench.template Normal file
View 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