Skip to content

Commit

Permalink
Merge pull request #41 from stigrj/turbomole
Browse files Browse the repository at this point in the history
Small fix in TURBOMOLE script
  • Loading branch information
Mathias Bockwoldt committed May 22, 2018
2 parents e048553 + 172ef85 commit bff29cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/chemistry/TURBOMOLE/TURBOMOLE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ set in the run script
.. code-block:: bash
export TURBOTMPDIR=/global/work/${USER}/${SLURM_JOBID}
export PARNODES=${SLURM_NNODES}
export PARNODES=${SLURM_NTASKS}
export OMP_NUM_THREADS=${SLURM_CPUS_PER_TASK}
See the TURBOMOLE example for more details.
Expand Down
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_turbo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd $workdir
cp $submitdir/* $workdir

# set parallel environment
export PARNODES=${SLURM_NNODES}
export PARNODES=${SLURM_NTASKS}
export OMP_NUM_THREADS=${SLURM_CPUS_PER_TASK}

# run jobex calculation
Expand Down

0 comments on commit bff29cd

Please sign in to comment.