Python script to monitor Slurm job and send a notification through LINE Notify
- Get LINE Notify personal token from https://notify-bot.line.me/my/.
- Set
LINE_NOTIFY
environment variable.export LINE_NOTIFY="Bearer <access_token>"
- Start monitoring
jobID
.python notify.py <jobID>