Skip to content

Commit

Permalink
deployed rendered docs (25d0723)
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Aug 19, 2024
1 parent 884c67f commit cf3174e
Show file tree
Hide file tree
Showing 40 changed files with 30 additions and 36 deletions.
1 change: 0 additions & 1 deletion HPC/Antwerpen/Linux/MATLAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,6 @@ <h2 id="matlab-job-script">MATLAB job script<a class="headerlink" href="#matlab-
<span class="c1">#PBS -l walltime=1:0:0</span>
<span class="c1">#</span>
<span class="c1"># Example (single-core) MATLAB job script</span>
<span class="c1"># see http://hpcugent.github.io/vsc_user_docs/</span>
<span class="c1">#</span>

<span class="c1"># make sure the MATLAB version matches with the one used to compile the MATLAB program!</span>
Expand Down
5 changes: 3 additions & 2 deletions HPC/Antwerpen/Linux/easybuild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,10 @@ <h2 id="using-the-installed-modules">Using the installed modules<a class="header
<p>It makes sense to put this <code>module use</code> command and all <code>export</code>
commands in your <code>.bashrc</code> login script. That way you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
modules generated with EasyBuild. See also <a href="../linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
the "Beyond the basics" chapter of the intro to
Linux</a>.</p>
Linux</a></p>
<p>{{ site_url }}</p>



Expand Down
1 change: 0 additions & 1 deletion HPC/Antwerpen/Linux/examples/MATLAB/jobscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#PBS -l walltime=1:0:0
#
# Example (single-core) MATLAB job script
# see http://hpcugent.github.io/vsc_user_docs/
#

# make sure the MATLAB version matches with the one used to compile the MATLAB program!
Expand Down
2 changes: 1 addition & 1 deletion HPC/Antwerpen/Linux/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Antwerpen/Linux/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Antwerpen/Linux/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ <h2 id="doswindows-text-format">DOS/Windows text format<a class="headerlink" hre
</code></pre>

<p>It's probably because you transferred the files from a Windows computer.
See the <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
See the <a href="../linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
<h2 id="warning-message-when-first-connecting-to-new-host">Warning message when first connecting to new host<a class="headerlink" href="#warning-message-when-first-connecting-to-new-host" title="Permanent link">#</a></h2>
<pre><code><b>ssh [email protected]</b>
The authenticity of host login.hpc.uantwerpen.be (&lt;IP-adress&gt;) can't be established.
Expand Down
1 change: 0 additions & 1 deletion HPC/Antwerpen/Windows/MATLAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,6 @@ <h2 id="matlab-job-script">MATLAB job script<a class="headerlink" href="#matlab-
<span class="c1">#PBS -l walltime=1:0:0</span>
<span class="c1">#</span>
<span class="c1"># Example (single-core) MATLAB job script</span>
<span class="c1"># see http://hpcugent.github.io/vsc_user_docs/</span>
<span class="c1">#</span>

<span class="c1"># make sure the MATLAB version matches with the one used to compile the MATLAB program!</span>
Expand Down
5 changes: 3 additions & 2 deletions HPC/Antwerpen/Windows/easybuild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,10 @@ <h2 id="using-the-installed-modules">Using the installed modules<a class="header
<p>It makes sense to put this <code>module use</code> command and all <code>export</code>
commands in your <code>.bashrc</code> login script. That way you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
modules generated with EasyBuild. See also <a href="../linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
the "Beyond the basics" chapter of the intro to
Linux</a>.</p>
Linux</a></p>
<p>{{ site_url }}</p>



Expand Down
1 change: 0 additions & 1 deletion HPC/Antwerpen/Windows/examples/MATLAB/jobscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#PBS -l walltime=1:0:0
#
# Example (single-core) MATLAB job script
# see http://hpcugent.github.io/vsc_user_docs/
#

# make sure the MATLAB version matches with the one used to compile the MATLAB program!
Expand Down
2 changes: 1 addition & 1 deletion HPC/Antwerpen/Windows/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Antwerpen/Windows/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Antwerpen/Windows/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ <h2 id="doswindows-text-format">DOS/Windows text format<a class="headerlink" hre
</code></pre>

<p>It's probably because you transferred the files from a Windows computer.
See the <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
See the <a href="../linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
<h2 id="warning-message-when-first-connecting-to-new-host">Warning message when first connecting to new host<a class="headerlink" href="#warning-message-when-first-connecting-to-new-host" title="Permanent link">#</a></h2>
<p>If it does, type <strong><em>yes</em></strong>. If it doesn't, please contact support: [email protected].</p>
<p>The first time you make a connection to the login node, a Security
Expand Down
1 change: 0 additions & 1 deletion HPC/Antwerpen/macOS/MATLAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,6 @@ <h2 id="matlab-job-script">MATLAB job script<a class="headerlink" href="#matlab-
<span class="c1">#PBS -l walltime=1:0:0</span>
<span class="c1">#</span>
<span class="c1"># Example (single-core) MATLAB job script</span>
<span class="c1"># see http://hpcugent.github.io/vsc_user_docs/</span>
<span class="c1">#</span>

<span class="c1"># make sure the MATLAB version matches with the one used to compile the MATLAB program!</span>
Expand Down
5 changes: 3 additions & 2 deletions HPC/Antwerpen/macOS/easybuild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,10 @@ <h2 id="using-the-installed-modules">Using the installed modules<a class="header
<p>It makes sense to put this <code>module use</code> command and all <code>export</code>
commands in your <code>.bashrc</code> login script. That way you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
modules generated with EasyBuild. See also <a href="../linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
the "Beyond the basics" chapter of the intro to
Linux</a>.</p>
Linux</a></p>
<p>{{ site_url }}</p>



Expand Down
1 change: 0 additions & 1 deletion HPC/Antwerpen/macOS/examples/MATLAB/jobscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#PBS -l walltime=1:0:0
#
# Example (single-core) MATLAB job script
# see http://hpcugent.github.io/vsc_user_docs/
#

# make sure the MATLAB version matches with the one used to compile the MATLAB program!
Expand Down
2 changes: 1 addition & 1 deletion HPC/Antwerpen/macOS/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Antwerpen/macOS/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Antwerpen/macOS/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ <h2 id="doswindows-text-format">DOS/Windows text format<a class="headerlink" hre
</code></pre>

<p>It's probably because you transferred the files from a Windows computer.
See the <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
See the <a href="../linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
<h2 id="warning-message-when-first-connecting-to-new-host">Warning message when first connecting to new host<a class="headerlink" href="#warning-message-when-first-connecting-to-new-host" title="Permanent link">#</a></h2>
<p>If it does, type <strong><em>yes</em></strong>. If it doesn't, please contact support: [email protected].</p>
<p>The first time you make a connection to the login node, a Security
Expand Down
Binary file modified HPC/Antwerpen/sitemap.xml.gz
Binary file not shown.
1 change: 0 additions & 1 deletion HPC/Gent/Linux/MATLAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ <h2 id="matlab-job-script">MATLAB job script<a class="headerlink" href="#matlab-
<span class="c1">#PBS -l walltime=1:0:0</span>
<span class="c1">#</span>
<span class="c1"># Example (single-core) MATLAB job script</span>
<span class="c1"># see http://hpcugent.github.io/vsc_user_docs/</span>
<span class="c1">#</span>

<span class="c1"># make sure the MATLAB version matches with the one used to compile the MATLAB program!</span>
Expand Down
5 changes: 3 additions & 2 deletions HPC/Gent/Linux/easybuild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1482,9 +1482,10 @@ <h2 id="using-the-installed-modules">Using the installed modules<a class="header
<p>It makes sense to put this <code>module use</code> command and all <code>export</code>
commands in your <code>.bashrc</code> login script. That way you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
modules generated with EasyBuild. See also <a href="../linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
the "Beyond the basics" chapter of the intro to
Linux</a>.</p>
Linux</a></p>
<p>{{ site_url }}</p>



Expand Down
1 change: 0 additions & 1 deletion HPC/Gent/Linux/examples/MATLAB/jobscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#PBS -l walltime=1:0:0
#
# Example (single-core) MATLAB job script
# see http://hpcugent.github.io/vsc_user_docs/
#

# make sure the MATLAB version matches with the one used to compile the MATLAB program!
Expand Down
2 changes: 1 addition & 1 deletion HPC/Gent/Linux/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Gent/Linux/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Gent/Linux/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ <h2 id="doswindows-text-format">DOS/Windows text format<a class="headerlink" hre
</code></pre>

<p>It's probably because you transferred the files from a Windows computer.
See the <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
See the <a href="../linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
<h2 id="warning-message-when-first-connecting-to-new-host">Warning message when first connecting to new host<a class="headerlink" href="#warning-message-when-first-connecting-to-new-host" title="Permanent link">#</a></h2>
<pre><code><b>ssh [email protected]</b>
The authenticity of host login.hpc.ugent.be (&lt;IP-adress&gt;) can't be established.
Expand Down
1 change: 0 additions & 1 deletion HPC/Gent/Windows/MATLAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ <h2 id="matlab-job-script">MATLAB job script<a class="headerlink" href="#matlab-
<span class="c1">#PBS -l walltime=1:0:0</span>
<span class="c1">#</span>
<span class="c1"># Example (single-core) MATLAB job script</span>
<span class="c1"># see http://hpcugent.github.io/vsc_user_docs/</span>
<span class="c1">#</span>

<span class="c1"># make sure the MATLAB version matches with the one used to compile the MATLAB program!</span>
Expand Down
5 changes: 3 additions & 2 deletions HPC/Gent/Windows/easybuild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1482,9 +1482,10 @@ <h2 id="using-the-installed-modules">Using the installed modules<a class="header
<p>It makes sense to put this <code>module use</code> command and all <code>export</code>
commands in your <code>.bashrc</code> login script. That way you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
modules generated with EasyBuild. See also <a href="../linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
the "Beyond the basics" chapter of the intro to
Linux</a>.</p>
Linux</a></p>
<p>{{ site_url }}</p>



Expand Down
1 change: 0 additions & 1 deletion HPC/Gent/Windows/examples/MATLAB/jobscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#PBS -l walltime=1:0:0
#
# Example (single-core) MATLAB job script
# see http://hpcugent.github.io/vsc_user_docs/
#

# make sure the MATLAB version matches with the one used to compile the MATLAB program!
Expand Down
2 changes: 1 addition & 1 deletion HPC/Gent/Windows/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Gent/Windows/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Gent/Windows/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ <h2 id="doswindows-text-format">DOS/Windows text format<a class="headerlink" hre
</code></pre>

<p>It's probably because you transferred the files from a Windows computer.
See the <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
See the <a href="../linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
<h2 id="warning-message-when-first-connecting-to-new-host">Warning message when first connecting to new host<a class="headerlink" href="#warning-message-when-first-connecting-to-new-host" title="Permanent link">#</a></h2>
<p>If it does, type <strong><em>yes</em></strong>. If it doesn't, please contact support: [email protected].</p>
<p>The first time you make a connection to the login node, a Security
Expand Down
1 change: 0 additions & 1 deletion HPC/Gent/macOS/MATLAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ <h2 id="matlab-job-script">MATLAB job script<a class="headerlink" href="#matlab-
<span class="c1">#PBS -l walltime=1:0:0</span>
<span class="c1">#</span>
<span class="c1"># Example (single-core) MATLAB job script</span>
<span class="c1"># see http://hpcugent.github.io/vsc_user_docs/</span>
<span class="c1">#</span>

<span class="c1"># make sure the MATLAB version matches with the one used to compile the MATLAB program!</span>
Expand Down
5 changes: 3 additions & 2 deletions HPC/Gent/macOS/easybuild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1482,9 +1482,10 @@ <h2 id="using-the-installed-modules">Using the installed modules<a class="header
<p>It makes sense to put this <code>module use</code> command and all <code>export</code>
commands in your <code>.bashrc</code> login script. That way you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
modules generated with EasyBuild. See also <a href="../linux-tutorial/beyond_the_basics/#bashrc-login-script">the section on <code>.bashrc</code> in
the "Beyond the basics" chapter of the intro to
Linux</a>.</p>
Linux</a></p>
<p>{{ site_url }}</p>



Expand Down
1 change: 0 additions & 1 deletion HPC/Gent/macOS/examples/MATLAB/jobscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#PBS -l walltime=1:0:0
#
# Example (single-core) MATLAB job script
# see http://hpcugent.github.io/vsc_user_docs/
#

# make sure the MATLAB version matches with the one used to compile the MATLAB program!
Expand Down
2 changes: 1 addition & 1 deletion HPC/Gent/macOS/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Gent/macOS/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Gent/macOS/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ <h2 id="doswindows-text-format">DOS/Windows text format<a class="headerlink" hre
</code></pre>

<p>It's probably because you transferred the files from a Windows computer.
See the <a href="https://hpcugent.github.io/vsc_user_docs/linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
See the <a href="../linux-tutorial/uploading_files/#dos2unix">section about <code>dos2unix</code> in Linux tutorial</a> to fix this error.</p>
<h2 id="warning-message-when-first-connecting-to-new-host">Warning message when first connecting to new host<a class="headerlink" href="#warning-message-when-first-connecting-to-new-host" title="Permanent link">#</a></h2>
<p>If you use X2Go, then you might get another fingerprint, then make sure that the fingerprint
is displayed is one of the following ones:</p>
Expand Down
Binary file modified HPC/Gent/sitemap.xml.gz
Binary file not shown.
Binary file modified linux-tutorial/sitemap.xml.gz
Binary file not shown.
Binary file modified pdf/sitemap.xml.gz
Binary file not shown.

0 comments on commit cf3174e

Please sign in to comment.