Skip to content

Commit

Permalink
fixup! Update autotuning scripts for GPU kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 27, 2023
1 parent 2b25d82 commit e101d7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/acc/libsmm_acc/tune/tune_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ def gen_jobfile(outdir, compiler, m, n, k, cpus_per_task, max_num_nodes=0):
#SBATCH --partition=dc-gpu
#SBATCH --cuda-mps
#SBATCH --gres=gpu:4
echo "Starting batch job $SLURM_JOB_NAME with the job id $SLURM_JOB_ID ($SLURM_JOB_ACCOUNT) on cluster $SLURM_CLUSTER_NAME at $(date)"
echo "$SLURM_NTASKS tasks with $SLURM_NTASKS_PER_NODE tasks per node, $SLURM_NTASKS_PER_CORE tasks per core, and $SLURM_CPUS_PER_TASK threads per task have been allocated on $SLURM_JOB_NUM_NODES nodes"
echo "Node list: $SLURM_JOB_NODELIST"
module purge
module add GCC/11.3.0
module add ParaStationMPI/5.8.0-1-mt
Expand Down

0 comments on commit e101d7c

Please sign in to comment.