Skip to content
Snippets Groups Projects
Commit cd417369 authored by Jakub Kropáček's avatar Jakub Kropáček Committed by Jakub Kropáček
Browse files

modified: orca.md

parent 45b74dcb
No related branches found
No related tags found
No related merge requests found
Pipeline #28491 passed with warnings
......@@ -229,7 +229,7 @@ EOF
cp -r $PBS_O_WORKDIR/* .
# run calculations
/apps/all/ORCA/5.0.1-OpenMPI-4.1.1/orca ${PBS_JOBNAME}.inp > $PBS_O_WORKDIR/${PBS_JOBNAME}.out
$(which orca) ${PBS_JOBNAME}.inp > $PBS_O_WORKDIR/${PBS_JOBNAME}.out
# copy output files to home, delete the rest
cp * $PBS_O_WORKDIR/ && cd $PBS_O_WORKDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment