Skip to content
Snippets Groups Projects
Commit 56e913f2 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'orca_fix' into 'master'

Fix path to ORCA

See merge request !257
parents 07e61b56 d2486fac
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!257Fix path to ORCA
...@@ -37,9 +37,10 @@ Next, create a PBS submission file (interactive job can be used too). ...@@ -37,9 +37,10 @@ Next, create a PBS submission file (interactive job can be used too).
#PBS -N ORCA_SERIAL #PBS -N ORCA_SERIAL
#PBS -l select=1 #PBS -l select=1
#PBS -q qexp #PBS -q qexp
#PBS -A OPEN-0-0
ml ORCA/4.0.1.2 ml ORCA/4.0.1.2
${EBROOTORCA}orca orca_serial.inp orca orca_serial.inp
``` ```
Submit the job to the queue and wait before it ends. Then you can find an output log in your working directory. Submit the job to the queue and wait before it ends. Then you can find an output log in your working directory.
...@@ -109,9 +110,10 @@ You also need to edit the previously used PBS submission file. You have to speci ...@@ -109,9 +110,10 @@ You also need to edit the previously used PBS submission file. You have to speci
#PBS -N ORCA_PARALLEL #PBS -N ORCA_PARALLEL
#PBS -l select=4:ncpus=16:mpiprocs=16 #PBS -l select=4:ncpus=16:mpiprocs=16
#PBS -q qexp #PBS -q qexp
#PBS -A OPEN-0-0
ml ORCA/4.0.1.2 ml ORCA/4.0.1.2
${EBROOTORCA}/orca orca_parallel.inp > output.out orca orca_parallel.inp > output.out
``` ```
!!! note !!! note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment