Skip to content
Snippets Groups Projects
Select Git revision
  • a93bf0705dd937dfce448fbf27d72cec8ff3aafe
  • main default protected
  • gitkeep
  • dev
  • ipynb
  • 81-add-id-to-figure-file-metadata
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.3
  • test_tag
  • v0.2.2
  • v.0.2.1
  • v0.2.1
  • v0.1.2
  • v0.1.1
  • v0.1.0
17 results

test_save_plot.py

Blame
  • 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