This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
howto:orca [2018/07/16 11:00] alopis created |
howto:orca [2026/02/26 15:22] (current) alopis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Orca is available on Lengua, but we require users to be licensed/ | + | **ORCA** |
| - | qorca_3.0.3 | + | |
| + | |||
| + | ====ORCA job submission==== | ||
| + | Execute **// | ||
| + | This script handles PBS setup and submission. | ||
| + | Sets up the mpi environment variables allowing you to run over multiple processors and nodes. | ||
| + | Examples of script execution are provided below. | ||
| + | |||
| + | **Note**, please first include this **module load** - even better if your add this line to your .bashrc, then the Easy Scripts should be visible and available (**// | ||
| + | |||
| + | module load chpc/ | ||
| + | |||
| + | EXAMPLE1 | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter input file (with .inp extension) | ||
| + | test.inp | ||
| + | Enter number of nodes on which to run job | ||
| + | 1 | ||
| + | Enter total walltime (hour: | ||
| + | 2:00 | ||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||
| + | |||
| + | |||
| + | |||
| + | EXAMPLE2 [PLEASE TAKE NOTE OF EMPTY SPACES] | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter input file (with .inp extension) | ||
| + | test.inp | ||
| + | Enter number of nodes on which to run job | ||
| + | |||
| + | Enter total walltime (hour: | ||
| + | |||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||