Select Git revision
-
chrfranke authored
static_assert.h: New file with STATIC_ASSERT() macro using C++11 static_assert() if available. Makefile.am, os_win32/vc14/smart*.vcxproj*: Add new file. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@4934 4ea69e1a-61f1-4043-bf83-b5c94c648137
chrfranke authoredstatic_assert.h: New file with STATIC_ASSERT() macro using C++11 static_assert() if available. Makefile.am, os_win32/vc14/smart*.vcxproj*: Add new file. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@4934 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