Skip to content

Tools for automating research workflows on HPC/Cloud.

Notifications You must be signed in to change notification settings

eshntmshra/task-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

task-utils

Convenient tools and utilities for day-to-day research workflows.

jobNotifier.py

Uses Amazon SES from aws to send email notification after the completion of jobs in a server. It is intended to be called towards the end of a job.

example use:

#!/bin/bash

sleep 5

python jobNotifier.py -j "Test"

Note: Using the script requires configuration of your email adress in Amazon SES and your corresponding SMTP credentials.

About

Tools for automating research workflows on HPC/Cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages