Select Git revision
test_save_plot.py
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cluster_2_R_job.sh 461 B
#!/bin/bash
# SPDX-FileCopyrightText: 2023 Competence Center for High Performance Computing in Hessen (HKHLR)
# SPDX-License-Identifier: MIT
#SBATCH --job-name=cluster_2_R_job
#SBATCH --output=cluster_2_R_job.%j.out
#SBATCH --error=cluster_2_R_job.%j.err
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=8
#SBATCH --mem-per-cpu=1G
#SBATCH --time=00:30:00
module purge
module load gnu9 openmpi4 R
export OMP_NUM_THREADS=1
Rscript cluster_2.R $SLURM_CPUS_PER_TASK