Select Git revision
-
ballen4705 authored
smartd, not two distinct numbers. We do this by calling daemon_init() before printing header message and before reading config file. Some perror() entries in the latter modified to print in the correct place. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@338 4ea69e1a-61f1-4043-bf83-b5c94c648137
ballen4705 authoredsmartd, not two distinct numbers. We do this by calling daemon_init() before printing header message and before reading config file. Some perror() entries in the latter modified to print in the correct place. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@338 4ea69e1a-61f1-4043-bf83-b5c94c648137
DirectedMC_repeat.sh 425 B
#!/bin/bash
. /home/gregory.ashton/lalsuite-install/etc/lalapps-user-env.sh
export PATH="/home/gregory.ashton/anaconda2/bin:$PATH"
export MPLCONFIGDIR=/home/gregory.ashton/.config/matplotlib
for ((n=0;n<10;n++))
do
/home/gregory.ashton/anaconda2/bin/python generate_data.py "$1" /local/user/gregory.ashton --no-template-counting --no-interactive
done
cp /local/user/gregory.ashton/MCResults_"$1".txt $(pwd)/CollectedOutput