This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
howto:gadget-2 [2016/04/07 11:38] sfebruary [Running Gadget2] |
howto:gadget-2 [2016/04/07 11:45] sfebruary [Gadget2 at CHPC] |
||
---|---|---|---|
Line 4: | Line 4: | ||
- [[gadget-2#compiling_your_own_gadget2_code|Compiling your own Gadget2 code]] | - [[gadget-2#compiling_your_own_gadget2_code|Compiling your own Gadget2 code]] | ||
- [[gadget-2#running_gadget2|Running Gadget2]] | - [[gadget-2#running_gadget2|Running Gadget2]] | ||
+ | - [[gadget-2#generating_initial_conditions|Generating Initial Conditions]] | ||
===== Compiling your own Gadget2 code ===== | ===== Compiling your own Gadget2 code ===== | ||
Line 62: | Line 62: | ||
=== Step 2 === | === Step 2 === | ||
- | Create a PBS script for submitting the job on a queue (see [[quick:start?#example_job_scripts|our quick start guide]] for such information). | + | Create a PBS script for the job and then submit the job to the cluster queue (see [[quick:start?#example_job_scripts|our quick start guide]] for such information) as follows: |
+ | <code bash> | ||
+ | [username@login1 ~]$ qsub mypbsjobscript.sh | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ===== Generating Initial Conditions ===== | ||
+ | If you require any help with generating your own initial conditions, please contact [[mailto:sfebruary@csir.co.za|Sean February]] or [[mailto:ccress@csir.co.za|Catherine Cress]]. |