Skip to content

Commit

Permalink
briefly explain LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Sep 14, 2024
1 parent 0f2569f commit 02715b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,13 @@ <h5 id=mopac-><a href="#mopac-">MOPAC </a></h5>
"""
</code></pre>

<p>
Note the addition of the <code>LD_LIBRARY_PATH</code> variable along
with <code>MOPAC_CMD</code>. This is not a pbqff requirement but something
to keep in mind if your command points to a dynamically-linked executable
like this version of MOPAC.
</p>

<h5 id=molpro-><a href="#molpro-">Molpro </a></h5>
<pre><code>queue_template = """
#!/bin/sh
Expand Down
7 changes: 7 additions & 0 deletions docs/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,13 @@ <h2>Table of Contents</h2>

code_block(examples/pbs_mopac.toml)

<p>
Note the addition of the <code>LD_LIBRARY_PATH</code> variable along
with <code>MOPAC_CMD</code>. This is not a pbqff requirement but something
to keep in mind if your command points to a dynamically-linked executable
like this version of MOPAC.
</p>

head5(Molpro )
code_block(examples/pbs_molpro.toml)

Expand Down

0 comments on commit 02715b1

Please sign in to comment.