Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add SLURM_EMAIL check and notification to slurm_train.sl
The `slurm_train.sl` script has been updated to include a check for the `SLURM_EMAIL` environment variable. If the variable is not set, a message is displayed prompting the user to set it before running the script. Additionally, email notification options have been added to the script using the `SBATCH --mail-user` and `SBATCH --mail-type` directives. This change improves the usability of the script by ensuring that the user is notified of job completion or failure via email.
- Loading branch information