From bcb3cc3d5ee0593fccd25d1170b40de71c765c42 Mon Sep 17 00:00:00 2001 From: caes Date: Tue, 26 Jul 2016 01:47:21 -0400 Subject: [PATCH] removed mpirun and updated worklog --- pres/log | 5 +++++ scripts/templates/thor_submit.pbs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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%'