Skip to content
Snippets Groups Projects
Verified Commit c38c81a7 authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

Remove generated csv to avoid polluting the clusters

parent eac4d488
Branches
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@
module load NVHPC/24.1-CUDA-12.3.0
srun ./artefacts/heat_gpu 10000 10000 10000 output_$SLURM_JOBID.csv
\ No newline at end of file
srun ./artefacts/heat_gpu 10000 10000 10000 output_$SLURM_JOBID.csv
rm output_$SLURM_JOBID.csv
#!/bin/sh
#SBATCH --job-name=heat
#SBATCH --output=heat.o%j
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=2000
#SBATCH --partition=shared-cpu
#SBATCH --time=01:00:00
#SBATCH --constraint=EPYC-7742
echo $SLURM_NODELIST
module purge
module load foss/2023a
srun heat_par 10000 10000 10000 output_$SLURM_JOBID.csv
rm output_$SLURM_JOBID.csv
......@@ -8,4 +8,5 @@
module load NVHPC/24.1-CUDA-12.3.0
srun ./artefacts/heat_gpu 10000 10000 10000 output_$SLURM_JOBID.csv
\ No newline at end of file
srun ./artefacts/heat_gpu 10000 10000 10000 output_$SLURM_JOBID.csv
rm output_$SLURM_JOBID.csv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment