Hi!
Thanks for trying out enrico!
we use enrico to submit jobs for parallel processing of each energy bin in a spectrum or time bin in a light curve using the Submit = yes option:
[Spectrum]
#Submit the job to a cluster?
Submit = yes
[LightCurve]
#Submit the job to a cluster?
Submit = yes
If you use some other job scheduling system it will currently not work, but should be quite easy to add.
To use multiple cores on one machine it should be possible to simply call `bash` instead of `qsub` when running each tool, but I haven't tried this.
I also wanted to point out an announcement from the fermi-soft mailing list to you from December 2012, where they added parallel processing capabilities to gtapps_mp and LATAnalysisScripts. I haven't tried these tools yet. Unfortunately this mailing list is private, so you have to sign up at
http://fermi.gsfc.nasa.gov/ssc/library/newsletter/ to see the archive, so I've pasted that post below.
Please let us know what worked for you in the end or if you run into any problems making it work on your cluster. Getting batch submission to work on a new cluster typically needs some experimentation (use very small datasets so that you see if it works or not immediately), but it shouldn't be hard to make it work.
Hope that helps.
Christoph
------------------
*** Posting from fermi-soft on 2012-12-06
Dear Fermi User,
The FSSC is pleased to announce a new set of User Contributed Tools, gtapps_mp.
These tools are python modules that divide up some of the more computationally
intensive tasks and submit the resulting smaller jobs as separate processes on a user's
computer. This can drastically decrease the time needed to perform an analysis of
LAT data.
The current tools supported are gtltcube, gtexpmap and gtdiffrsp. The gtapps_mp
package can be downloaded from the FSSC User Contributed Tools website:
http://fermi.gsfc.nasa.gov/ssc/data/analysis/user/For more details on how to use gtapps_mp, see the README file associated with the
package. Support for more tools may be available in the future.
Additionally, the LATAnalysisScripts have been updated to version 0.1.11.
See the change log associated with the release for more details.
Regards,
Fermi Science Support Center
--