There are three types of nodes:
Run the command `sinfo` to see which nodes are available in which partitions.
Example 1: User1 submits a job to node GPU5 in the Extended partition. Later, User2 submits a job to node GPU5 in the Contributors partition with an “#SBATCH –exclusive” option. User2’s job will preempt User1’s job
Example 2: User1 submits a job to node GPU42 in the Contributors partition. Later, User2 submits a job to node GPU42 in the ScoreLab partition with an “#SBATCH –mem=180GB” option. User2’s job will preempt User1’s job
Example 3: User1 submits a job to node GPU42 in the Contributors partition. Later, User2 submits a job to node GPU42 in the Contributors partition with an “#SBATCH –exclusive” option. User2’s job will wait until User1’s job finish to execute