This repository has been archived on 2026-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
slurm-job-log-mailer/pv_cases.sh
2019-06-27 16:53:49 +09:00

11 lines
343 B
Bash
Executable file

#!/bin/bash
name=summary.`date --rfc-3339=seconds`
source $HOME/.bashrc
source ~/OpenFOAM/OpenFOAM-2.4.x/etc/bashrc WM_NCOMPPROCS=32; source ~/OpenFOAM/cantera/bin/setup_cantera
for lfile in `cat /home/ignis/log_notification_mailer/sample.list`
do
/home/ignis/ospv/bin/pvpython /home/ignis/log_notification_mailer/pv-notify.py $lfile
done