Skip to main content

CXFEL Compute Resources

  1. Access Eligibility
    Users in the grp_cxfel group have exclusive access to lab-owned hardware resources. Jobs using this QoS do not impact public fairshare calculations.

  2. Partition and QoS Setup
    Use the grp_cxfel QoS in combination with the appropriate partition (highmem or general for CPU and GPU nodes).

Submitting Jobs

High-memory example. These nodes are located in the highmem partition.

#!/bin/bash

#SBATCH -N 1 # number of nodes
#SBATCH -c 4 # number of cores to allocate
#SBATCH -p highmem # Partition
#SBATCH -q grp_cxfel # QoS
#SBATCH --mem=1000G # Request 1000 GB memory
#SBATCH -t 2-00:00:00 # Walltime: 2 days