Changed job settings for cluster.

This commit is contained in:
Karthik 2024-11-19 16:20:32 +01:00
parent b0b82ae5de
commit fb7c19791c

View File

@ -5,10 +5,10 @@
# Request number of nodes and GPU for job
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --gres=gpu:4
#SBATCH --gres=gpu:A40:1
#SBATCH --mem=8G
# Estimated wallclock time for job
#SBATCH --time=04:00:00
#SBATCH --time=10:00:00
#SBATCH --job-name=simulation
#SBATCH --error=simulation.err
#SBATCH --output=simulation.out