Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:examples:orca [2026/01/08 13:23] adminhabrok:examples:orca [2026/05/27 09:26] (current) – [Accessing ORCA] pedro
Line 1: Line 1:
 ====== ORCA ====== ====== ORCA ======
 +
 +===== Accessing ORCA =====
 +
 +The ORCA software is available on Habrok, but due to license reasons we have to ask every user to register for an ORCA license on the ORCA website first. You can do this on the following page:
 +
 +https://orcaforum.kofo.mpg.de/ucp.php?mode=register
 +
 +Once you've filled in this form, please forward the email confirmation that you will get to [[hpc@rug.nl]], and we can add you to the group of ORCA users and give you access to the software.
 +===== Using ORCA =====
  
 The following example can be used as a job script for running ORCA jobs: The following example can be used as a job script for running ORCA jobs:
Line 17: Line 26:
 This job scripts requests a total of 12x1 cores. It does not specify whether/how many tasks should be run on the same node: this can be achieved by using additional options like ''%%--ntasks-per-node%%'' and ''%%--nodes%%'', if necessary. This job scripts requests a total of 12x1 cores. It does not specify whether/how many tasks should be run on the same node: this can be achieved by using additional options like ''%%--ntasks-per-node%%'' and ''%%--nodes%%'', if necessary.
  
-Note that ORCA itself will handle the parallelization by calling mpirun, so you do not need to use mpirun or srun in your job script. You do have to call the orca executable with the full pathname, which you can easily do by using ''$EBROOTORCA'' (a variable that points to the ORCA installation directory).+Note that ORCA itself will handle the parallelization by calling ''mpirun'', so you do not need to use ''mpirun'' or ''srun'' in your job script. You do have to call the ''orca'' executable with the full pathname, which you can easily do by using ''$EBROOTORCA'' (a variable that points to the ORCA installation directory).
  
 Finally, make sure to use the same number of requested cores in your ORCA input file, e.g.: Finally, make sure to use the same number of requested cores in your ORCA input file, e.g.: