removed mpirun and updated worklog

This commit is contained in:
caes 2016-07-26 01:47:21 -04:00
parent 9f251f41ed
commit bcb3cc3d5e
2 changed files with 6 additions and 1 deletions

View File

@ -45,3 +45,8 @@ scripts/power_lag_plot.pl
2016-07-18 2016-07-18
Ran first MCMC run, need to analyze results Ran first MCMC run, need to analyze results
2016-07-26
Determined MC is definitely the way to go, with at least 1000 simulations.
Setup scripts to run simulations on Thor, one simulation per processor.

View File

@ -6,4 +6,4 @@
#PBS -j oe #PBS -j oe
cd %ROOTDIR% cd %ROOTDIR%
time mpirun ~/psdlag-agn/bin/psdlag '%ROOTDIR%/%ARGSFILE%' > '%ROOTDIR%/%OUTPUTFILE%' time ~/psdlag-agn/bin/psdlag '%ROOTDIR%/%ARGSFILE%' > '%ROOTDIR%/%OUTPUTFILE%'