diff --git a/pres/log b/pres/log index 6de4ecc..93a28fc 100644 --- a/pres/log +++ b/pres/log @@ -45,3 +45,8 @@ scripts/power_lag_plot.pl 2016-07-18 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. diff --git a/scripts/templates/thor_submit.pbs b/scripts/templates/thor_submit.pbs index 11c97e3..1878de9 100644 --- a/scripts/templates/thor_submit.pbs +++ b/scripts/templates/thor_submit.pbs @@ -6,4 +6,4 @@ #PBS -j oe cd %ROOTDIR% -time mpirun ~/psdlag-agn/bin/psdlag '%ROOTDIR%/%ARGSFILE%' > '%ROOTDIR%/%OUTPUTFILE%' +time ~/psdlag-agn/bin/psdlag '%ROOTDIR%/%ARGSFILE%' > '%ROOTDIR%/%OUTPUTFILE%'