When I set a time limit for my salloc, why do I still have to exit from it once the allocation is revoked? For example:
> salloc -t1 salloc: Granted job allocation 112645 > salloc: Job 112645 has exceeded its time limit and its allocation has been revoked. ^C > echo $SLURM_JOBID 112645 > exit > echo $SLURM_JOBID > I'm using v14.11.8.
