Last active
August 29, 2015 14:19
-
-
Save pjbriggs/7dd362dc4dbb76f5c3da to your computer and use it in GitHub Desktop.
Galactic Engineer/GALAXY_SLOTS: job_conf.xml fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<destinations default="dynamic"> | |
... | |
<!-- DRMAA runner for job using 4 cores --> | |
<destination id="sge_smp_4" runner="drmaa"> | |
<param id="nativeSpecification">-R y -V -j n -pe smp.pe 4</param> | |
</destination> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment