Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pjbriggs/7dd362dc4dbb76f5c3da to your computer and use it in GitHub Desktop.
Save pjbriggs/7dd362dc4dbb76f5c3da to your computer and use it in GitHub Desktop.
Galactic Engineer/GALAXY_SLOTS: job_conf.xml fragment
<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