Commit 4d51055c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update hpc.html div ids reset

parent b5442d42
...@@ -48,11 +48,11 @@ ...@@ -48,11 +48,11 @@
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h3 class="card-title"> <h3 class="card-title">
<a class="collapsed" data-toggle="collapse" href="#collapse1" aria-expanded="false" aria-controls="collapse1"> <a class="collapsed" data-toggle="collapse" href="#collapse2" aria-expanded="false" aria-controls="collapse1">
<small>Anbinden an den HPC Dienst</small></a> <small>Anbinden an den HPC Dienst</small></a>
</h3> </h3>
</div> </div>
<div id="collapse1" class="card-body collapse" style=""> <div id="collapse2" class="card-body collapse" style="">
<p> <p>
Here some basic information that you need to establish connection to the cluster to run your computation tasks over there And that there are two different approaches, one using a templated prepared by us and one to implement the connection from scratch. Here some basic information that you need to establish connection to the cluster to run your computation tasks over there And that there are two different approaches, one using a templated prepared by us and one to implement the connection from scratch.
</p> </p>
...@@ -78,11 +78,11 @@ ...@@ -78,11 +78,11 @@
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h3 class="card-title"> <h3 class="card-title">
<a class="collapsed" data-toggle="collapse" href="#collapse2" aria-expanded="false" aria-controls="collapse2"> <a class="collapsed" data-toggle="collapse" href="#collapse4" aria-expanded="false" aria-controls="collapse4">
<small>Anbindung an den HCP Dienst ohne Template</small></a> <small>Anbindung an den HCP Dienst ohne Template</small></a>
</h3> </h3>
</div> </div>
<div id="collapse2" class="card-body collapse" style=""> <div id="collapse4" class="card-body collapse" style="">
<p> <p>
In a non-template-based approach, after login, the user must follow the appropriate instruction given in the following link: <a href="https://wiki.bwhpc.de/e/Batch_Jobs" target="_blank"> non-template-based instruction</a>, that is suitable for their application to compute over the HPC-platform. These instructions may contain(s) software-module(s), different compilers, numerical libraries, etc. In a non-template-based approach, after login, the user must follow the appropriate instruction given in the following link: <a href="https://wiki.bwhpc.de/e/Batch_Jobs" target="_blank"> non-template-based instruction</a>, that is suitable for their application to compute over the HPC-platform. These instructions may contain(s) software-module(s), different compilers, numerical libraries, etc.
</p> </p>
...@@ -93,11 +93,11 @@ ...@@ -93,11 +93,11 @@
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h3 class="card-title"> <h3 class="card-title">
<a class="collapsed" data-toggle="collapse" href="#collapse1a" aria-expanded="false" aria-controls="collapse1a"> <a class="collapsed" data-toggle="collapse" href="#collapse5" aria-expanded="false" aria-controls="collapse5">
<small>Ausführen einer Simulation</small></a> <small>Ausführen einer Simulation</small></a>
</h3> </h3>
</div> </div>
<div id="collapse1a" class="card-body collapse" style=""> <div id="collapse5" class="card-body collapse" style="">
<p> <p>
Information about how to run simulation on HPCC platform is available on the following link <a href="https://wiki.bwhpc.de/e/BwHPC_Best_Practices_Repository" target="_blank" >BwHPC Best Practices</a>. To get HPC services efficiently, It is recommended that you should have sufficient knowledge about parallel-programming, batch jobs, software module, compiler, numerical libraries. The best practices repository of Baden-Württemberg's high performance computing (bwHPC) covers generic high performance computing user guides and science specific HPC best practice guides (BPG). Information about how to run simulation on HPCC platform is available on the following link <a href="https://wiki.bwhpc.de/e/BwHPC_Best_Practices_Repository" target="_blank" >BwHPC Best Practices</a>. To get HPC services efficiently, It is recommended that you should have sufficient knowledge about parallel-programming, batch jobs, software module, compiler, numerical libraries. The best practices repository of Baden-Württemberg's high performance computing (bwHPC) covers generic high performance computing user guides and science specific HPC best practice guides (BPG).
</p> </p>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment