From 4d51055cdab2f73222470bfcaf79c48353fce3de Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Tue, 6 Apr 2021 15:39:21 +0000 Subject: [PATCH] Update hpc.html div ids reset --- help/hpc.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/help/hpc.html b/help/hpc.html index 57c3c35..c006505 100644 --- a/help/hpc.html +++ b/help/hpc.html @@ -48,11 +48,11 @@ <div class="card"> <div class="card-header"> <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> </h3> </div> - <div id="collapse1" class="card-body collapse" style=""> + <div id="collapse2" class="card-body collapse" style=""> <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. </p> @@ -78,11 +78,11 @@ <div class="card"> <div class="card-header"> <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> </h3> </div> - <div id="collapse2" class="card-body collapse" style=""> + <div id="collapse4" class="card-body collapse" style=""> <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. </p> @@ -93,11 +93,11 @@ <div class="card"> <div class="card-header"> <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> </h3> </div> - <div id="collapse1a" class="card-body collapse" style=""> + <div id="collapse5" class="card-body collapse" style=""> <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). </p> -- GitLab