Skip to content
Snippets Groups Projects
Select Git revision
  • be0543961df4d4f96be17e314d18888d40db8a22
  • master default protected
  • gitkeep
  • development protected
  • QRCode/Size
  • sync-link-hdf5
  • feature/multi-scriptpaths
  • dev/plotID_Class
  • doc
  • V1.0.1
  • V1.0
  • V1.0-RC1
  • V0.2.2
  • V0.2.1
  • V0.2-RC1
  • V0.1
16 results

fileCompare.m

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