quota
on the login node to see which projects you have access to and the corresponding directoriesaccounts
on the login node to get the account names you have access to and the remaining hours~/.bashrc
:export WORK=/work/hdd/bems/$USERexport PROJECT=/projects/bems/$USERexport SHARED=/projects/bems/sharedexport SOFTWARE=$SHARED/softwaremodule use --append $SHARED/modulefiles
/projects/bems/shared/software
/work/hdd/bems/$USER
/projects/bems/$USER
directory for sharing data with others./u/$USER
) that is meant for storing software and scripts, but calculations are not run here.#!/bin/bash#SBATCH --nodes=1#SBATCH --gpus-per-node=1#SBATCH --mem=64g#SBATCH --ntasks-per-node=1#SBATCH --cpus-per-task=1#SBATCH --partition=ghx4#SBATCH --time=00:30:00#SBATCH --job-name=test#SBATCH --account=bems-dtai-ghmodule load vasp/6.5.1_gpuexport MSGSIZE=16777216export ITERS=400srun vasp_std > vasp.out # or vasp_gam for 1x1x1 k-point