Skip to content

How to run PLE calculations on a Cluster

Max Schelker edited this page Jun 15, 2016 · 1 revision

Load your model and data files as usual and run at least one fit. Then open a Matlab cluster object

c = parcluster('local')

and send the job to the cluster

arPLECalcCluster(c)

You can fetch the current status and, when finished, the results by running

arPLECalcCluster

Plot the likelihood profiles via

arPlotPLE
Clone this wiki locally