<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwhpc.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=K+Siegmund</id>
	<title>bwHPC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwhpc.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=K+Siegmund"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/e/Special:Contributions/K_Siegmund"/>
	<updated>2026-04-22T20:25:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15985</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15985"/>
		<updated>2026-04-21T08:49:18Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Frequently Asked Questions&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS]] redirects to this FAQ page. If you move the content, you have to adjust the link--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] redirects to this heading. Do not change heading without adjusting the redirects --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15984</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15984"/>
		<updated>2026-04-21T08:47:53Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;!-- [[LOST_ACCESS]] redirects to this FAQ page. If you move the content, you have to adjust the link--&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] redirects to this heading. Do not change heading without adjusting the redirects --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15982</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15982"/>
		<updated>2026-04-21T08:42:24Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- FAQ page: login, quota --&amp;gt; &lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS]] redirects to this FAQ page. If you move the content, you have to adjust the link--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] redirects to this heading. Do not change heading without adjusting the redirects --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15981</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15981"/>
		<updated>2026-04-21T08:41:16Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS]] redirects to this FAQ page. If you move the content, you have to adjust the link--&amp;gt;&lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] redirects to this heading. Do not change heading without adjusting the redirects --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15968</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15968"/>
		<updated>2026-04-20T14:45:32Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Information for  registered users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for  registered users ==&lt;br /&gt;
&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15967</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15967"/>
		<updated>2026-04-20T14:44:06Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for  registered users ==&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15966</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15966"/>
		<updated>2026-04-20T14:43:53Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C&lt;br /&gt;
.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for  registered users ==&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15965</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15965"/>
		<updated>2026-04-20T14:43:34Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for  registered users ==&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15964</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15964"/>
		<updated>2026-04-20T14:43:13Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for  registered users ==&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15963</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15963"/>
		<updated>2026-04-20T14:42:12Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for  registered users ==&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15962</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15962"/>
		<updated>2026-04-20T14:39:21Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for already registered users ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15961</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15961"/>
		<updated>2026-04-20T14:38:09Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.2|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After registering, please refer further to &#039;&#039;&#039;[[Registration/bwForCluster#Information_for_already_registered_users|Information for already registered users]]&#039;&#039;&#039; at the bottom of the page and to the cluster-specific pages below &#039;&#039;&#039;bwHPC Systems&#039;&#039;&#039; in the menu on the left.&lt;br /&gt;
&lt;br /&gt;
== Information for already registered users ==&lt;br /&gt;
&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15960</id>
		<title>Registration/bwForCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwForCluster&amp;diff=15960"/>
		<updated>2026-04-20T14:37:46Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwForCluster =&lt;br /&gt;
&lt;br /&gt;
A bwForCluster is a cluster for a specific [https://www.bwhpc.de/cluster.php research area].&lt;br /&gt;
You can apply for a bwForCluster and the &amp;quot;cluster assignment team&amp;quot; will assign you to the appropriate cluster for your research area, taking into account your specific hardware/software needs.&lt;br /&gt;
bwForClusters are funded by the German Research Foundation (DFG) and the Ministry of Science, Research and the Arts of Baden-Württemberg on the basis of grant applications (cf. proposals application guidelines according to Art. 91b GG).&lt;br /&gt;
&lt;br /&gt;
All members of the universities in Baden-Württemberg can apply for an account.&lt;br /&gt;
&lt;br /&gt;
The use of the bwForClusters is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
[[File:bwForCluster-Registration.png|thumb|right|upright=1.3|bwForCluster Registration Process]]&lt;br /&gt;
The registration process for a bwForCluster is divided into three steps, whereby step A+B can be performed in parallel.&lt;br /&gt;
When both are completed, you can perform step C.&lt;br /&gt;
To which cluster you get access depends on your research area and will be decided in step B.&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Entitlement|bwForCluster User Access Step A]]&#039;&#039;&#039;&lt;br /&gt;
* Step B: You need to &#039;&#039;&#039;apply for or join a Rechenvorhaben/project&#039;&#039;&#039; on the &amp;quot;central application site&amp;quot; (ZAS).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/RV|bwForCluster User Access Step B]]&#039;&#039;&#039;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for a bwForCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwForCluster/Service|bwForCluster User Access Step C]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After registering, please refer further to &#039;&#039;&#039;[[Registration/bwForCluster#Information_for_already_registered_users|Information for already registered users]]&#039;&#039;&#039; at the bottom of the page and to the cluster-specific pages below &#039;&#039;&#039;bwHPC Systems&#039;&#039;&#039; in the menu on the left.&lt;br /&gt;
&lt;br /&gt;
== Information for already registered users ==&lt;br /&gt;
&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on one of the bwForClusters, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039; (Justus 2, Helix, NEMO2)&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for a bwForCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on a bwForCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from a bwForCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Service&amp;diff=15953</id>
		<title>Registration/bwUniCluster/Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Service&amp;diff=15953"/>
		<updated>2026-04-16T09:35:30Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step C: bwUniCluster Registration =&lt;br /&gt;
&lt;br /&gt;
After you have completed [[Registration/bwUniCluster/Entitlement|step A]], you need to register for the &#039;&#039;&#039;bwUniCluster&#039;&#039;&#039; service.&lt;br /&gt;
To do this, please visit &#039;&#039;&#039;https://login.bwidm.de&#039;&#039;&#039; and complete the following steps.&lt;br /&gt;
&lt;br /&gt;
1. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
[[File:BwIDM-login.png|center|600px|thumb|Select your home organization]]&lt;br /&gt;
&lt;br /&gt;
2. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be redirected back to the registration page &#039;&#039;&#039;https://login.bwidm.de&#039;&#039;&#039;.&lt;br /&gt;
When you log in to bwIDM for the first time, an overview will appear, with the account information that your home institution submits to the system.&lt;br /&gt;
Please verify that all data is valid and then click &#039;&#039;&#039;Continue/Weiter&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. After you have successfully logged into the bwIDM system, you will be greeted by a welcome screen that displays all the statewide services you have access to.&lt;br /&gt;
There you will find a field labeled &#039;&#039;&#039;bwUniCluster 3.0&#039;&#039;&#039;.&lt;br /&gt;
Click &#039;&#039;&#039;Register/Registrieren&#039;&#039;&#039; to start the registration process.&lt;br /&gt;
[[File:BwIDM-reg.png|center|frame|Register for bwUniCluster service.]]&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Use your browser search to find &amp;quot;bwUniCluster&amp;quot;. If you do not see the service, then you are probably missing the necessary entitlement.&lt;br /&gt;
Go to [[Registration/bwUniCluster/Entitlement|step A]] to check this.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
5. The bwUniCluster uses a &#039;&#039;&#039;2-factor authentication&#039;&#039;&#039; (2FA) mechanism to increase security.&lt;br /&gt;
If you have never registered a 2FA token on bwIDM, the following error message will appear:&lt;br /&gt;
[[File:Bwidm-3-red.png|center|600px|thumb|Second factor missing.]]&lt;br /&gt;
&lt;br /&gt;
Use this &#039;&#039;&#039;[https://login.bwidm.de/user/twofa.xhtml link]&#039;&#039;&#039; or select &#039;&#039;&#039;My Tokens&#039;&#039;&#039; in the main menu.&lt;br /&gt;
To register a new token, please follow these &#039;&#039;&#039;[[Registration/2FA|instructions]]&#039;&#039;&#039;.&lt;br /&gt;
Please complete this step before continuing.&lt;br /&gt;
&lt;br /&gt;
6. Read the Terms of Use (&#039;&#039;&#039;Nutzungsbedingungen und -richtlinien&#039;&#039;&#039;), place a check mark next to &#039;&#039;&#039;I have read and accepted the terms of use&#039;&#039;&#039; and click &#039;&#039;&#039;Register/Registrieren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
7. Set a service password for the bwUniCluster and click &#039;&#039;&#039;Save/Speichern&#039;&#039;&#039;.&lt;br /&gt;
Be sure to use a secure password that is different from any other passwords you currently use or have used on other systems.&lt;br /&gt;
[[File:BwIDM-passwd.png|center|600px|thumb|Set service password]]&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15952</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15952"/>
		<updated>2026-04-16T09:31:08Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Check your Entitlements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A. (Use the search function of your browser to search vor bwUni on the page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15951</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15951"/>
		<updated>2026-04-16T09:27:33Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.3|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After finishing Step C, you are done with registration. &lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15950</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15950"/>
		<updated>2026-04-16T09:26:50Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.3|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After finishing Step C, you are done with registration. &lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15949</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15949"/>
		<updated>2026-04-16T09:26:17Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.5|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After finishing Step C, you are done with registration. &lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/Login&amp;diff=15948</id>
		<title>Registration/Login</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/Login&amp;diff=15948"/>
		<updated>2026-04-16T09:23:09Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Username */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Login to the Clusters =&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Access to the clusters (bwUniCluster/bwForCluster) is restricted to IP addresses of universities/colleges from Baden-Württemberg [https://bgpview.io/asn/553#prefixes-v4 (BelWü network)].&lt;br /&gt;
If you are outside the BelWü network (e.g. at home), you must first establish a VPN connection to your home university or a connection to an SSH jump host at your home university.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== SSH Clients ==&lt;br /&gt;
&lt;br /&gt;
After completing the [[Registration|web registration]] and [[Registration/Password|setting a service password]] the HPC cluster is ready for your &#039;&#039;&#039;SSH&#039;&#039;&#039; based login.&lt;br /&gt;
* [[Registration/Login/Client| What Client to Use]]&lt;br /&gt;
&lt;br /&gt;
== Username == &lt;br /&gt;
&lt;br /&gt;
Your username is your university ID with a university specific prefix. See the&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039; [[Registration/Login/Username#Prefix_for_Universities|Username prefix table]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Cluster Specific Information ==&lt;br /&gt;
&lt;br /&gt;
Every cluster has its own documentation for login.&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[bwUniCluster3.0/Login|bwUniCluster 3.0]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[BinAC2/Login|BinAC 2]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[JUSTUS2/Login|JUSTUS 2]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[Helix/Login|Helix]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[NEMO2/Login|NEMO2]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Allowed Activities on Login Nodes =&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
To guarantee usability for all the users of clusters you must not run your compute jobs on the login nodes.&lt;br /&gt;
Compute jobs must be submitted to the queuing system.&lt;br /&gt;
Any compute job running on the login nodes will be terminated without any notice.&lt;br /&gt;
Any long-running compilation or any long-running pre- or post-processing of batch jobs must also be submitted to the queuing system.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The login nodes of the bwHPC clusters are the access point to the compute system, your &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt; directory and your workspaces.&lt;br /&gt;
These nodes are shared with all the users therefore, your activities on the login nodes are limited to primarily set up your batch jobs.&lt;br /&gt;
Your activities may also be:&lt;br /&gt;
* &#039;&#039;&#039;short&#039;&#039;&#039; compilation of your program code and&lt;br /&gt;
* &#039;&#039;&#039;short&#039;&#039;&#039; pre- and post-processing of your batch jobs.&lt;br /&gt;
&lt;br /&gt;
= Additional Login Information =&lt;br /&gt;
&lt;br /&gt;
Following sub-pages go into deeper detail about the following topics:&lt;br /&gt;
* [[Registration/Login/Username|How do I find out my cluster username?]]&lt;br /&gt;
* [[Registration/Login/Hostname|What are the hostnames of the login nodes of a cluster?]]&lt;br /&gt;
* [[Registration/Account|Is my account on the cluster still valid?]]&lt;br /&gt;
* Configuring your shell: [[.bashrc Do&#039;s and Don&#039;ts]]&lt;br /&gt;
These pages are also referenced in the cluster-specific login documentations.&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/Login&amp;diff=15947</id>
		<title>Registration/Login</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/Login&amp;diff=15947"/>
		<updated>2026-04-16T09:22:50Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Login to the Clusters =&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Access to the clusters (bwUniCluster/bwForCluster) is restricted to IP addresses of universities/colleges from Baden-Württemberg [https://bgpview.io/asn/553#prefixes-v4 (BelWü network)].&lt;br /&gt;
If you are outside the BelWü network (e.g. at home), you must first establish a VPN connection to your home university or a connection to an SSH jump host at your home university.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== SSH Clients ==&lt;br /&gt;
&lt;br /&gt;
After completing the [[Registration|web registration]] and [[Registration/Password|setting a service password]] the HPC cluster is ready for your &#039;&#039;&#039;SSH&#039;&#039;&#039; based login.&lt;br /&gt;
* [[Registration/Login/Client| What Client to Use]]&lt;br /&gt;
&lt;br /&gt;
== Username == &lt;br /&gt;
&lt;br /&gt;
Your username is your university ID with a university specific prefix. See &lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039; [[Registration/Login/Username#Prefix_for_Universities|prefix table]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Cluster Specific Information ==&lt;br /&gt;
&lt;br /&gt;
Every cluster has its own documentation for login.&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[bwUniCluster3.0/Login|bwUniCluster 3.0]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to one of the bwForClusters, please refer to &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[BinAC2/Login|BinAC 2]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[JUSTUS2/Login|JUSTUS 2]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[Helix/Login|Helix]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[NEMO2/Login|NEMO2]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Allowed Activities on Login Nodes =&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
To guarantee usability for all the users of clusters you must not run your compute jobs on the login nodes.&lt;br /&gt;
Compute jobs must be submitted to the queuing system.&lt;br /&gt;
Any compute job running on the login nodes will be terminated without any notice.&lt;br /&gt;
Any long-running compilation or any long-running pre- or post-processing of batch jobs must also be submitted to the queuing system.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The login nodes of the bwHPC clusters are the access point to the compute system, your &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt; directory and your workspaces.&lt;br /&gt;
These nodes are shared with all the users therefore, your activities on the login nodes are limited to primarily set up your batch jobs.&lt;br /&gt;
Your activities may also be:&lt;br /&gt;
* &#039;&#039;&#039;short&#039;&#039;&#039; compilation of your program code and&lt;br /&gt;
* &#039;&#039;&#039;short&#039;&#039;&#039; pre- and post-processing of your batch jobs.&lt;br /&gt;
&lt;br /&gt;
= Additional Login Information =&lt;br /&gt;
&lt;br /&gt;
Following sub-pages go into deeper detail about the following topics:&lt;br /&gt;
* [[Registration/Login/Username|How do I find out my cluster username?]]&lt;br /&gt;
* [[Registration/Login/Hostname|What are the hostnames of the login nodes of a cluster?]]&lt;br /&gt;
* [[Registration/Account|Is my account on the cluster still valid?]]&lt;br /&gt;
* Configuring your shell: [[.bashrc Do&#039;s and Don&#039;ts]]&lt;br /&gt;
These pages are also referenced in the cluster-specific login documentations.&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15946</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15946"/>
		<updated>2026-04-16T09:21:29Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.7|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After finishing Step C, you are done with registration. &lt;br /&gt;
&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15945</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15945"/>
		<updated>2026-04-16T09:20:47Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.7|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After finishing Step C, you are done with registration. &lt;br /&gt;
* Your username is your university ID with a prefix. Please refer to the [[Registration/Login/Username#Prefix_for_Universities|prefix table]]&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15944</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15944"/>
		<updated>2026-04-16T09:19:52Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.7|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After finishing Step C, you are done with registration. &lt;br /&gt;
* For your username, refer to [[Registration/Login/Username#Prefix_for_Universities]]&lt;br /&gt;
* To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15943</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15943"/>
		<updated>2026-04-16T09:18:08Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.7|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
* You are done with registration. To &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, see our &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15942</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15942"/>
		<updated>2026-04-16T09:17:11Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.7|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Information for registered users ==&lt;br /&gt;
&lt;br /&gt;
* Please refer to cluster-specific pages for [[bwUniCluster 3.0]] (also accessible via the overview links on the left).&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15941</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15941"/>
		<updated>2026-04-16T09:13:55Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Three Steps for Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|thumb|right|upright=1.7|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
&amp;lt;!--{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After registering, please refer further to &#039;&#039;&#039;[[Registration/bwUniCluster#Information_for_already_registered_users|Information for already registered users]]&#039;&#039;&#039; at the bottom of the page and to the cluster-specific pages below &#039;&#039;&#039;bwHPC Systems&#039;&#039;&#039; in the menu on the left.&lt;br /&gt;
&lt;br /&gt;
== Information for already registered users ==&lt;br /&gt;
&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15940</id>
		<title>Registration/bwUniCluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster&amp;diff=15940"/>
		<updated>2026-04-16T09:10:24Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Registration bwUniCluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Registration bwUniCluster =&lt;br /&gt;
&lt;br /&gt;
The bwUniCluster is the universal cluster for tier 3 high performance computing (HPC) in Baden-Württemberg.&lt;br /&gt;
It is co-financed by the Ministry of Science, Research and the Arts Baden-Württemberg and the shareholders.&lt;br /&gt;
&lt;br /&gt;
All members of the shareholder universities can apply for an account:&lt;br /&gt;
&lt;br /&gt;
* Universität Freiburg&lt;br /&gt;
* Universität Heidelberg&lt;br /&gt;
* Universität Hohenheim&lt;br /&gt;
* Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
* Universität Konstanz&lt;br /&gt;
* Universität Mannheim&lt;br /&gt;
* Universität Stuttgart&lt;br /&gt;
* Universität Tübingen&lt;br /&gt;
* Universität Ulm&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] (an association of several universities of applied sciences in Baden-Württemberg)&lt;br /&gt;
&lt;br /&gt;
The use of the bwUniCluster is free of charge.&lt;br /&gt;
&lt;br /&gt;
== Three Steps for Registration ==&lt;br /&gt;
&lt;br /&gt;
The registration process for the bwUniCluster is divided into three steps:&lt;br /&gt;
&lt;br /&gt;
* Step A: You need to get the &#039;&#039;&#039;bwUniCluster Entitlement&#039;&#039;&#039; from your university/college.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Entitlement|Step A: bwUniCluster Entitlement]]&lt;br /&gt;
* Step B: You need to fill out the &#039;&#039;&#039;bwUniCluster questionnaire within 14 days&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Step B: bwUniCluster Questionnaire]]&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&lt;br /&gt;
|}&lt;br /&gt;
* Step C: You need to &#039;&#039;&#039;register for the service bwUniCluster&#039;&#039;&#039; (create an account on the cluster).&amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Service|Step C: bwUniCluster Registration]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After registering, please refer further to &#039;&#039;&#039;[[Registration/bwUniCluster#Information_for_already_registered_users|Information for already registered users]]&#039;&#039;&#039; at the bottom of the page and to the cluster-specific pages below &#039;&#039;&#039;bwHPC Systems&#039;&#039;&#039; in the menu on the left.&lt;br /&gt;
&lt;br /&gt;
[[File:bwUniCluster-Registration.png|center|700px|bwUniCluster Registration Process]]&lt;br /&gt;
&lt;br /&gt;
== Information for already registered users ==&lt;br /&gt;
&lt;br /&gt;
* If you want to &#039;&#039;&#039;login&#039;&#039;&#039; to the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Login|Login Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to check if your &#039;&#039;&#039;account&#039;&#039;&#039; is still valid on the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Account|Account Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;create a second factor&#039;&#039;&#039;, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/2FA|Generate a Second Factor (2FA)]]&#039;&#039;&#039;&lt;br /&gt;
* If you need to &#039;&#039;&#039;change or forgot your password&#039;&#039;&#039; for the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/Password|Password Guide]]&#039;&#039;&#039;&lt;br /&gt;
* If you want to &#039;&#039;&#039;use SSH keys&#039;&#039;&#039; on the bwUniCluster, please refer to &amp;lt;br /&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/SSH|Registering SSH Keys with your Cluster]]&#039;&#039;&#039;&lt;br /&gt;
* If you want do &#039;&#039;&#039;de-register your user account&#039;&#039;&#039; from the bwUniCluster, please refer to the general &amp;lt;br /&amp;gt;&amp;amp;rarr; &#039;&#039;&#039;[[Registration/Deregistration|De-registration Guide]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contact / Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions or problems concerning the bwUniCluster registration, please [[BwUniCluster3.0/Support|contact your local hotline]].&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15939</id>
		<title>Registration/bwUniCluster/Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15939"/>
		<updated>2026-04-16T09:06:31Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Step B: bwUniCluster Questionnaire */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step B: bwUniCluster Questionnaire =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&#039;&#039;&#039; The information will only be used to improve our support activities and for capacity planning of future HPC resources.&lt;br /&gt;
&lt;br /&gt;
Please complete the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Visit the page &#039;&#039;&#039; &amp;amp;rarr; [https://zas.bwhpc.de/shib/en/bwunicluster_survey.php bwUniCluster Questionnaire]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
2. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. You will be redirected back to the questionnaire &#039;&#039;&#039;https://zas.bwhpc.de/shib/en/bwunicluster_survey.php&#039;&#039;&#039;.&lt;br /&gt;
Please &#039;&#039;&#039;fill&#039;&#039;&#039; out the questionnaire, &#039;&#039;&#039;accept&#039;&#039;&#039; the terms of use and click &#039;&#039;&#039;Preview/Vorschau&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
5. If everything is correct click &#039;&#039;&#039;Send/Abschicken&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt;&amp;amp;rarr; &#039;&#039;&#039; [[Registration/bwUniCluster/Service| Go to step C:Service Registration]]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15938</id>
		<title>Registration/bwUniCluster/Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15938"/>
		<updated>2026-04-16T09:04:45Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step B: bwUniCluster Questionnaire =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&#039;&#039;&#039; The information will only be used to improve our support activities and for capacity planning of future HPC resources.&lt;br /&gt;
&lt;br /&gt;
Please complete the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Visit the page &#039;&#039;&#039;[https://zas.bwhpc.de/shib/en/bwunicluster_survey.php bwUniCluster Questionnaire]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
2. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. You will be redirected back to the questionnaire &#039;&#039;&#039;https://zas.bwhpc.de/shib/en/bwunicluster_survey.php&#039;&#039;&#039;.&lt;br /&gt;
Please &#039;&#039;&#039;fill&#039;&#039;&#039; out the questionnaire, &#039;&#039;&#039;accept&#039;&#039;&#039; the terms of use and click &#039;&#039;&#039;Preview/Vorschau&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
5. If everything is correct click &#039;&#039;&#039;Send/Abschicken&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt;&amp;amp;rarr; &#039;&#039;&#039; [[Registration/bwUniCluster/Service| Go to step C:Service Registration]]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15937</id>
		<title>Registration/bwUniCluster/Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15937"/>
		<updated>2026-04-16T09:04:29Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step B: bwUniCluster Questionnaire =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&#039;&#039;&#039; The information will only be used to improve our support activities and for capacity planning of future HPC resources.&lt;br /&gt;
&lt;br /&gt;
Please complete the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Visit the page &#039;&#039;&#039;[https://zas.bwhpc.de/shib/en/bwunicluster_survey.php bwUniCluster Questionnaire]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
2. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. You will be redirected back to the questionnaire &#039;&#039;&#039;https://zas.bwhpc.de/shib/en/bwunicluster_survey.php&#039;&#039;&#039;.&lt;br /&gt;
Please &#039;&#039;&#039;fill&#039;&#039;&#039; out the questionnaire, &#039;&#039;&#039;accept&#039;&#039;&#039; the terms of use and click &#039;&#039;&#039;Preview/Vorschau&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
5. If everything is correct click &#039;&#039;&#039;Send/Abschicken&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt;&amp;amp;rarr; &#039;&#039;&#039; [[Registration/bwUniCluster/Service| Go to step C (Service Registration)]]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15936</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15936"/>
		<updated>2026-04-16T09:04:09Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15935</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15935"/>
		<updated>2026-04-16T09:03:59Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15934</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15934"/>
		<updated>2026-04-16T09:03:47Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt; &amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15933</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15933"/>
		<updated>2026-04-16T09:01:29Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15932</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15932"/>
		<updated>2026-04-16T09:01:01Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15931</id>
		<title>Registration/bwUniCluster/Entitlement</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Entitlement&amp;diff=15931"/>
		<updated>2026-04-16T09:00:52Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 3px solid #e2e3e5; padding: 15px; background-color: #ffffff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The bwUniCluster entitlement (see [https://www.bwidm.de/attribute.php#Berechtigung eduPersonEntitlement]) issued by a university assures the operator of the bwUniCluster that its university member&#039;s compute activities comply with the German Foreign Trade Act (Außenwirtschaftsgesetz - AWG) and German Foreign Trade Regulations (Außenwirtschaftsverordnung - AWV).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Step A: bwUniCluster Entitlement =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #0066cc; padding: 15px; background-color: #e7f3ff; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
The entitlement is called &#039;&#039;&#039;bwForCluster&#039;&#039;&#039; and each university assigns the entitlement &#039;&#039;&#039;only&#039;&#039;&#039; for its own members.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To register for a bwForCluster you need the  &#039;&#039;&#039;bwForCluster Entitlement&#039;&#039;&#039; issued by your university.&lt;br /&gt;
&lt;br /&gt;
If you are not sure if you already have an entitlement, please check it first with the [[#Check_your_Entitlements|&#039;&#039;&#039;Check your Entitlements&#039;&#039;&#039;]] guide below.&lt;br /&gt;
If you need the entitlement, please follow the link for your institution or contact your local service desk if no information is provided:&lt;br /&gt;
* [https://www.hs-esslingen.de/informatik-und-informationstechnik/forschung-labore/forschung/laufende-projekte/bwhpc-s5 Hochschule Esslingen]&lt;br /&gt;
* [[Registration/bwIDM-Entitlements-Uni-Freiburg|Universität Freiburg]]&lt;br /&gt;
* [https://heiservices.uni-heidelberg.de/entitlement Universität Heidelberg] (access only within Uni Heidelberg network)&lt;br /&gt;
* [https://kim.uni-hohenheim.de/bwhpc-account Universität Hohenheim]&lt;br /&gt;
* [https://www.scc.kit.edu/downloads/ISM/SD-HPC-Formulare/Accessform_bwUniCluster3_v1_DE_EN_2026.pdf Karlsruhe Institute of Technology (KIT)]&lt;br /&gt;
* [https://www.kim.uni-konstanz.de/en/services/research-and-teaching/high-performance-computing/access-to-bwunicluster Universität Konstanz]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Mannheim|Universität Mannheim]]&lt;br /&gt;
* [https://www.hlrs.de/apply-for-computing-time/bw-uni-cluster Universität Stuttgart]&lt;br /&gt;
* [https://uni-tuebingen.de/de/155157 Universität Tübingen]&lt;br /&gt;
* [[BWUniCluster_User_Access_Members_Uni_Ulm|Universität Ulm]]&lt;br /&gt;
* [[Registration/HAW|HAW BW e.V.]] and Duale Hochschule Baden-Württemberg: Please contact your local service desk. In case of questions contact [mailto:hpc-at-haw@hs-esslingen.de hpc-at-haw@hs-esslingen.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #ffc107; padding: 15px; background-color: #fff3cd; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Entitlement Synchronization:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After your university assigns the entitlement, it takes some time for it to synchronize across the system.&lt;br /&gt;
* &#039;&#039;&#039;Check your entitlements first&#039;&#039;&#039; (see below) before contacting support&lt;br /&gt;
* &#039;&#039;&#039;If the entitlement does not appear within 24 hours,&#039;&#039;&#039; contact your local service desk&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check your Entitlements ==&lt;br /&gt;
&lt;br /&gt;
To make sure you do not already have the entitlement, please log in to &#039;&#039;&#039;https://login.bwidm.de/user/index.xhtml&#039;&#039;&#039;.&lt;br /&gt;
To see the list of your entitlements, first select the &#039;&#039;&#039;Shibboleth&#039;&#039;&#039; tab at the top.&lt;br /&gt;
If the list below &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;urn:oid:1.3.6.1.4.1.5923.1.1.1.7&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; contains&lt;br /&gt;
&amp;lt;pre&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/pre&amp;gt;&lt;br /&gt;
you already have the entitlement and can skip step A.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 3px solid #6c757d; padding: 15px; background-color: #e2e3e5; margin: 10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://bwidm.de/entitlement/bwUniCluster&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is an attribute and not a link!&lt;br /&gt;
&lt;br /&gt;
See [https://www.bwidm.de/dienste.php bwUniCluster und bwForCluster] for more information about needed attributes for this service.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BwIDM-idp.png|center|600px|thumb|Verify Entitlement.]]&lt;br /&gt;
 &amp;amp;rarr; &#039;&#039;&#039;[[Registration/bwUniCluster/Questionnaire|Go to Step B: bwUniCluster Questionnaire]]&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15930</id>
		<title>Registration/bwUniCluster/Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15930"/>
		<updated>2026-04-16T08:58:14Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Step B: bwUniCluster Questionnaire */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step B: bwUniCluster Questionnaire =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&#039;&#039;&#039; The information will only be used to improve our support activities and for capacity planning of future HPC resources.&lt;br /&gt;
&lt;br /&gt;
Please complete the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Visit the page &#039;&#039;&#039;[https://zas.bwhpc.de/shib/en/bwunicluster_survey.php bwUniCluster Questionnaire]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
2. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. You will be redirected back to the questionnaire &#039;&#039;&#039;https://zas.bwhpc.de/shib/en/bwunicluster_survey.php&#039;&#039;&#039;.&lt;br /&gt;
Please &#039;&#039;&#039;fill&#039;&#039;&#039; out the questionnaire, &#039;&#039;&#039;accept&#039;&#039;&#039; the terms of use and click &#039;&#039;&#039;Preview/Vorschau&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
5. If everything is correct click &#039;&#039;&#039;Send/Abschicken&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039; [[Registration/bwUniCluster/Service| Go to step C (Service Registration)]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Service&amp;diff=15929</id>
		<title>Registration/bwUniCluster/Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Service&amp;diff=15929"/>
		<updated>2026-04-16T08:55:52Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step C: bwUniCluster Registration =&lt;br /&gt;
&lt;br /&gt;
After you have completed [[Registration/bwUniCluster/Entitlement|step A]], you need to register for the &#039;&#039;&#039;bwUniCluster&#039;&#039;&#039; service.&lt;br /&gt;
To do this, please visit &#039;&#039;&#039;https://login.bwidm.de&#039;&#039;&#039; and complete the following steps.&lt;br /&gt;
&lt;br /&gt;
1. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
[[File:BwIDM-login.png|center|600px|thumb|Select your home organization]]&lt;br /&gt;
&lt;br /&gt;
2. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be redirected back to the registration page &#039;&#039;&#039;https://login.bwidm.de&#039;&#039;&#039;.&lt;br /&gt;
When you log in to bwIDM for the first time, an overview will appear, with the account information that your home institution submits to the system.&lt;br /&gt;
Please verify that all data is valid and then click &#039;&#039;&#039;Continue/Weiter&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. After you have successfully logged into the bwIDM system, you will be greeted by a welcome screen that displays all the statewide services you have access to.&lt;br /&gt;
There you will find a field labeled &#039;&#039;&#039;bwUniCluster 3.0&#039;&#039;&#039;.&lt;br /&gt;
Click &#039;&#039;&#039;Register/Registrieren&#039;&#039;&#039; to start the registration process.&lt;br /&gt;
[[File:BwIDM-reg.png|center|frame|Register for bwUniCluster service.]]&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
If you do not see the service, then you are probably missing the necessary entitlement.&lt;br /&gt;
Go to [[Registration/bwUniCluster/Entitlement|step A]] to check this.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
5. The bwUniCluster uses a &#039;&#039;&#039;2-factor authentication&#039;&#039;&#039; (2FA) mechanism to increase security.&lt;br /&gt;
If you have never registered a 2FA token on bwIDM, the following error message will appear:&lt;br /&gt;
[[File:Bwidm-3-red.png|center|600px|thumb|Second factor missing.]]&lt;br /&gt;
&lt;br /&gt;
Use this &#039;&#039;&#039;[https://login.bwidm.de/user/twofa.xhtml link]&#039;&#039;&#039; or select &#039;&#039;&#039;My Tokens&#039;&#039;&#039; in the main menu.&lt;br /&gt;
To register a new token, please follow these &#039;&#039;&#039;[[Registration/2FA|instructions]]&#039;&#039;&#039;.&lt;br /&gt;
Please complete this step before continuing.&lt;br /&gt;
&lt;br /&gt;
6. Read the Terms of Use (&#039;&#039;&#039;Nutzungsbedingungen und -richtlinien&#039;&#039;&#039;), place a check mark next to &#039;&#039;&#039;I have read and accepted the terms of use&#039;&#039;&#039; and click &#039;&#039;&#039;Register/Registrieren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
7. Set a service password for the bwUniCluster and click &#039;&#039;&#039;Save/Speichern&#039;&#039;&#039;.&lt;br /&gt;
Be sure to use a secure password that is different from any other passwords you currently use or have used on other systems.&lt;br /&gt;
[[File:BwIDM-passwd.png|center|600px|thumb|Set service password]]&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Service&amp;diff=15928</id>
		<title>Registration/bwUniCluster/Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Service&amp;diff=15928"/>
		<updated>2026-04-16T08:55:35Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Step B: bwUniCluster Registration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step C: bwUniCluster Registration =&lt;br /&gt;
&lt;br /&gt;
After you have completed [[Registration/bwUniCluster/Entitlement|step A]], you need to register for the &#039;&#039;&#039;bwUniCluster&#039;&#039;&#039; service.&lt;br /&gt;
To do this, please visit &#039;&#039;&#039;https://login.bwidm.de&#039;&#039;&#039; and complete the following steps.&lt;br /&gt;
&lt;br /&gt;
1. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
[[File:BwIDM-login.png|center|600px|thumb|Select your home organization]]&lt;br /&gt;
&lt;br /&gt;
2. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be redirected back to the registration page &#039;&#039;&#039;https://login.bwidm.de&#039;&#039;&#039;.&lt;br /&gt;
When you log in to bwIDM for the first time, an overview will appear, with the account information that your home institution submits to the system.&lt;br /&gt;
Please verify that all data is valid and then click &#039;&#039;&#039;Continue/Weiter&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. After you have successfully logged into the bwIDM system, you will be greeted by a welcome screen that displays all the statewide services you have access to.&lt;br /&gt;
There you will find a field labeled &#039;&#039;&#039;bwUniCluster 3.0&#039;&#039;&#039;.&lt;br /&gt;
Click &#039;&#039;&#039;Register/Registrieren&#039;&#039;&#039; to start the registration process.&lt;br /&gt;
[[File:BwIDM-reg.png|center|frame|Register for bwUniCluster service.]]&lt;br /&gt;
{|style=&amp;quot;background:#deffee; width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
[[Image:Attention.svg|center|25px]]&lt;br /&gt;
|style=&amp;quot;padding:5px; background:#cef2e0; text-align:left&amp;quot;|&lt;br /&gt;
If you do not see the service, then you are probably missing the necessary entitlement.&lt;br /&gt;
Go to [[Registration/bwUniCluster/Entitlement|step A]] to check this.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
5. The bwUniCluster uses a &#039;&#039;&#039;2-factor authentication&#039;&#039;&#039; (2FA) mechanism to increase security.&lt;br /&gt;
If you have never registered a 2FA token on bwIDM, the following error message will appear:&lt;br /&gt;
[[File:Bwidm-3-red.png|center|600px|thumb|Second factor missing.]]&lt;br /&gt;
&lt;br /&gt;
Use this &#039;&#039;&#039;[https://login.bwidm.de/user/twofa.xhtml link]&#039;&#039;&#039; or select &#039;&#039;&#039;My Tokens&#039;&#039;&#039; in the main menu.&lt;br /&gt;
To register a new token, please follow these &#039;&#039;&#039;[[Registration/2FA|instructions]]&#039;&#039;&#039;.&lt;br /&gt;
Please complete this step before continuing.&lt;br /&gt;
&lt;br /&gt;
6. Read the Terms of Use (&#039;&#039;&#039;Nutzungsbedingungen und -richtlinien&#039;&#039;&#039;), place a check mark next to &#039;&#039;&#039;I have read and accepted the terms of use&#039;&#039;&#039; and click &#039;&#039;&#039;Register/Registrieren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
7. Set a service password for the bwUniCluster and click &#039;&#039;&#039;Save/Speichern&#039;&#039;&#039;.&lt;br /&gt;
Be sure to use a secure password that is different from any other passwords you currently use or have used on other systems.&lt;br /&gt;
[[File:BwIDM-passwd.png|center|600px|thumb|Set service password]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt;[[Registration/bwUniCluster/Questionnaire| Go to step C]]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15927</id>
		<title>Registration/bwUniCluster/Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Registration/bwUniCluster/Questionnaire&amp;diff=15927"/>
		<updated>2026-04-16T08:54:27Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Step C: bwUniCluster Questionnaire */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Step B: bwUniCluster Questionnaire =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please fill out the bwUniCluster questionnaire within 14 days after registration. Otherwise your login to the cluster will be deactivated.&#039;&#039;&#039; The information will only be used to improve our support activities and for capacity planning of future HPC resources.&lt;br /&gt;
&lt;br /&gt;
Please complete the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Visit the page &#039;&#039;&#039;[https://zas.bwhpc.de/shib/en/bwunicluster_survey.php bwUniCluster Questionnaire]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
2. Select your home organization from the list on the main page and click &#039;&#039;&#039;Proceed/Fortfahren&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3. You will be directed to the &#039;&#039;Identity Provider&#039;&#039; of your home organization.&lt;br /&gt;
Enter the username and password of your &#039;&#039;&#039;home organization&#039;&#039;&#039; (usually these credentials are also used for other services like email) and click &#039;&#039;&#039;Login/Einloggen&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. You will be redirected back to the questionnaire &#039;&#039;&#039;https://zas.bwhpc.de/shib/en/bwunicluster_survey.php&#039;&#039;&#039;.&lt;br /&gt;
Please &#039;&#039;&#039;fill&#039;&#039;&#039; out the questionnaire, &#039;&#039;&#039;accept&#039;&#039;&#039; the terms of use and click &#039;&#039;&#039;Preview/Vorschau&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
5. If everything is correct click &#039;&#039;&#039;Send/Abschicken&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:right;&amp;quot;&amp;gt;[[Registration/bwUniCluster| Go back to bwUniCluster Registration Home]]&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15918</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15918"/>
		<updated>2026-04-02T09:28:46Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Access and Account Issues: bwForCluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS]] redirects to this FAQ page. If you move the content, you have to adjust the link--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] redirects to this heading. Do not change heading without adjusting the redirects --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15917</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15917"/>
		<updated>2026-04-02T09:28:32Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Access and Account Issues: Generic Advice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS]] redirects to this FAQ page. If you move the content, you have to adjust the link--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] links to this heading. Do not change heading without adjusting the link --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15915</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15915"/>
		<updated>2026-04-01T12:18:03Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: Generic Advice ==&lt;br /&gt;
&lt;br /&gt;
* Double-check your [[Registration/Login/Username|username]] and [[Registration/Password|password]].&lt;br /&gt;
* Make sure your CAPS LOCK key is not enabled.&lt;br /&gt;
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] links to this heading. Do not change heading without adjusting the link --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15914</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15914"/>
		<updated>2026-04-01T12:04:02Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
&amp;lt;!-- [[LOST_ACCESS_bwForCluster]] links to this heading. Do not change heading without adjusting the link --&amp;gt;&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15913</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=FAQ&amp;diff=15913"/>
		<updated>2026-04-01T12:01:13Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: Undo revision 15908 by H Schumacher (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
== Access and Account Issues: bwUniCluster ==&lt;br /&gt;
&lt;br /&gt;
===Q: I Cannot Log In to my bwUniCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info&amp;lt;/b&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwUniCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the [[bwUniCluster Entitlement|Registration/bwUniCluster/Entitlement]] &lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== Questionnaire ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Check if you answered the [[BwUniCluster_2.0_User_Access#Step_C:_Fill_out_the_bwUniCluster_questionnaire|Questionnaire]].&lt;br /&gt;
&lt;br /&gt;
== Access and Account Issues: bwForCluster ==&lt;br /&gt;
===Q: I Cannot Log In to my bwForCluster and See &#039;Status: LOST_ACCESS&#039; in the Registry Info===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;A:&amp;lt;/b&amp;gt; You need to fulfill the requirements outlined in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [[Registration/bwForCluster]]&lt;br /&gt;
&lt;br /&gt;
Please check which of those two things are missing using the following documentation:&lt;br /&gt;
&lt;br /&gt;
==== Entitlement ====&lt;br /&gt;
&lt;br /&gt;
You need the bwForCluster Entitlement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; Read [[Registration/bwForCluster/Entitlement]] and check if it is present.&lt;br /&gt;
&lt;br /&gt;
If the entitlement is missing: please check with the local support of your home university (the university where you study or are employed)&lt;br /&gt;
&lt;br /&gt;
==== ZAS Permission  ====&lt;br /&gt;
Check if you are an active member of a compute activity and the &amp;quot;RV&amp;quot; hasn&#039;t expired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;→&amp;lt;/b&amp;gt; [https://zas.bwhpc.de/shib/info_rv.php ZAS membership page]&lt;br /&gt;
&lt;br /&gt;
=== Forgot Password === &lt;br /&gt;
&lt;br /&gt;
Please set a new password for the service.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; [[Registration/Password|Password Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Lost Phone with OTP Secret  === &lt;br /&gt;
&lt;br /&gt;
Pleas use your &amp;lt;b&amp;gt;Backup TAN list&amp;lt;/b&amp;gt; and add a new secret.&lt;br /&gt;
&lt;br /&gt;
== Storage and File Systems ==&lt;br /&gt;
&lt;br /&gt;
=== I am over the File System Quota ===&lt;br /&gt;
&lt;br /&gt;
There are two resources with limits enforced by quota:&lt;br /&gt;
* disk space&lt;br /&gt;
* number of inodes (files). &lt;br /&gt;
&lt;br /&gt;
It is important to identify the main sources that consume these resources.&lt;br /&gt;
&lt;br /&gt;
* Size: List all directories (and files) in your home directory or workspace sorted by size&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -hs .[!.]* * | sort -h | tail&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Descend in a  directory with a large reported size and repeat until you find large files that are worth taking care of. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;.[!.]*&amp;lt;/code&amp;gt; makes sure the &amp;quot;hidden&amp;quot; dot files are also checked. &lt;br /&gt;
&lt;br /&gt;
* Inodes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
du -s --inodes .[!.]* * | sort -n&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will only count inodes in subdirectories. Also make sure your top-level (e.g. $HOME) directory aren&#039;t full with hundred thousands of files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ls -1a | wc -l&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Mathematica&amp;diff=15907</id>
		<title>BwUniCluster2.0/Software/Mathematica</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Mathematica&amp;diff=15907"/>
		<updated>2026-03-25T12:03:13Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|math/mathematica}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| math/mathematica&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Commercial. See [http://www.wolfram.com/mathematica/pricing/ Mathematica Pricing].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| n/a&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.wolfram.com/mathematica/ Homepage] &amp;amp;#124; [http://www.wolfram.com/support/?source=nav Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes (See [[VNC]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mathematica&#039;&#039;&#039; is a software from Wolfram for symbolic and numerical computation with many features such as powerful visualization and application specific functions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Licenses =&lt;br /&gt;
&lt;br /&gt;
Mathematica uses [[network license]]s from the home university of the user, not of the site where the user is calculating&lt;br /&gt;
&lt;br /&gt;
== Users from Ulm ==&lt;br /&gt;
&lt;br /&gt;
Using Mathematica network licenses on the clusters is not supported, because Ulm has a very limited number of licenses that have to be reserved for interactive use. You can still run Mathematica compilations on the cluster by using the Mathematica &amp;quot;compile&amp;quot; function to compile a binary that can only calculate your specific problem and does not need licenses. &lt;br /&gt;
&lt;br /&gt;
Instructions and an example on how to compile your binary can be found here: &lt;br /&gt;
* https://www.wolfram.com/mathematica/new-in-8/integrated-c-workflow/create-standalone-executables-using-compiled-funct.html&lt;br /&gt;
&lt;br /&gt;
The example from the web page as a &amp;lt;code&amp;gt;compile-example.m&amp;lt;/code&amp;gt; that can be run with &amp;lt;code&amp;gt;math -script compile-example.m&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
lopass = &lt;br /&gt;
  Compile[{{x, _Real, 1}, dt, RC}, &lt;br /&gt;
   Module[{a = dt/(RC + dt), yprev = First[x], yi}, &lt;br /&gt;
    Table[yi = a*x[[i]] + (1 - a)*yprev;&lt;br /&gt;
     yprev = yi;&lt;br /&gt;
     yi, {i, 1, Length[x]}]]];&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
fnSource = &amp;quot;lopass.c&amp;quot;;&lt;br /&gt;
Export[fnSource, lopass];&lt;br /&gt;
&lt;br /&gt;
lopassmainSrc=&amp;quot;&lt;br /&gt;
  #include \&amp;quot;stdio.h\&amp;quot;&lt;br /&gt;
  #include \&amp;quot;stdlib.h\&amp;quot;&lt;br /&gt;
  #include \&amp;quot;lopass.h\&amp;quot;&lt;br /&gt;
  #include \&amp;quot;WolframRTL.h\&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
  static WolframLibraryData libData = 0;&lt;br /&gt;
  &lt;br /&gt;
  int main()&lt;br /&gt;
  {&lt;br /&gt;
    int err = 0;&lt;br /&gt;
    mint i, type, rank, nelems, *dims;&lt;br /&gt;
    double *data;&lt;br /&gt;
    MTensor x, y;&lt;br /&gt;
    double dt;&lt;br /&gt;
    double RC;&lt;br /&gt;
    libData = WolframLibraryData_new(WolframLibraryVersion);&lt;br /&gt;
  &lt;br /&gt;
    /* read x */&lt;br /&gt;
    type = MType_Real;&lt;br /&gt;
    rank = 1;&lt;br /&gt;
    dims = (mint*)malloc(rank * sizeof(mint));&lt;br /&gt;
    scanf(\&amp;quot; %d\&amp;quot;, &amp;amp;nelems);&lt;br /&gt;
    dims[0] = nelems;&lt;br /&gt;
  &lt;br /&gt;
    err = (*(libData-&amp;gt;MTensor_new))(type, rank, dims, &amp;amp;x);&lt;br /&gt;
    if (err) return 1;&lt;br /&gt;
  &lt;br /&gt;
    free(dims);&lt;br /&gt;
  &lt;br /&gt;
    data = (*(libData-&amp;gt;MTensor_getRealData))(x);&lt;br /&gt;
    for(i = 0; i &amp;lt; nelems; i++) {&lt;br /&gt;
      scanf(\&amp;quot; %lf\&amp;quot;, &amp;amp;(data[i]));&lt;br /&gt;
    }&lt;br /&gt;
  &lt;br /&gt;
    /* read dt */&lt;br /&gt;
    scanf(\&amp;quot; %lf\&amp;quot;, &amp;amp;dt);&lt;br /&gt;
    /* read RC */&lt;br /&gt;
    scanf(\&amp;quot; %lf\&amp;quot;, &amp;amp;RC);&lt;br /&gt;
  &lt;br /&gt;
    err = Initialize_lopass(libData);&lt;br /&gt;
  &lt;br /&gt;
    y = 0;&lt;br /&gt;
    err = lopass(libData, x, dt, RC, &amp;amp;y);&lt;br /&gt;
    printf(\&amp;quot;%d\\n\&amp;quot;, err);&lt;br /&gt;
    if(0 == err){&lt;br /&gt;
      dims = libData-&amp;gt;MTensor_getDimensions(y);&lt;br /&gt;
      nelems = dims[0];&lt;br /&gt;
      data = (*(libData-&amp;gt;MTensor_getRealData))(y);&lt;br /&gt;
      printf(\&amp;quot;%d\\n\&amp;quot;, nelems);&lt;br /&gt;
      for(i = 0; i &amp;lt; nelems; i++)&lt;br /&gt;
        printf(\&amp;quot;%f\\n\&amp;quot;, data[i]);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    Uninitialize_lopass(libData);&lt;br /&gt;
&lt;br /&gt;
    return 0;&lt;br /&gt;
&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;;&lt;br /&gt;
&lt;br /&gt;
lopassmainSrcFile = &amp;quot;lopassMain.c&amp;quot;;&lt;br /&gt;
Export[lopassmainSrcFile, lopassmainSrc, &amp;quot;Text&amp;quot;]&lt;br /&gt;
Needs[&amp;quot;CCompilerDriver`&amp;quot;];&lt;br /&gt;
&lt;br /&gt;
SystemOpen[&amp;quot;/users/kiz/mqj37/mathtest/lopassMain.c&amp;quot;]&lt;br /&gt;
lopassExe = &lt;br /&gt;
 CreateExecutable[{fnSource, lopassmainSrcFile}, &amp;quot;lopass&amp;quot;, &lt;br /&gt;
&amp;quot;TargetDirectory&amp;quot;-&amp;gt;&amp;quot;.&amp;quot;, &lt;br /&gt;
  &amp;quot;Libraries&amp;quot; -&amp;gt; &amp;quot;WolframRTL_Static_Minimal&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Users from Freiburg ==&lt;br /&gt;
&lt;br /&gt;
Freiburg has enough licenses, so that Mathematica does not need to be compiled. But if you do, you are independent of a license server.&lt;br /&gt;
&lt;br /&gt;
Instructions and an example on how to compile your binary can be found here: &lt;br /&gt;
* https://www.wolfram.com/mathematica/new-in-8/integrated-c-workflow/create-standalone-executables-using-compiled-funct.html&lt;br /&gt;
&lt;br /&gt;
= General Usage =&lt;br /&gt;
&lt;br /&gt;
Mathematica can run a script in batch mode which is useful when submitting batch jobs to the cluster. Alternatively , Mathematica can be used interactively on the command line or with a graphical front-end.&lt;br /&gt;
After loading Mathematica the different modes can be used as follows.&lt;br /&gt;
&lt;br /&gt;
*Interactive with GUI (needs [[X11 forwarding]] or [[VNC]]):&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ mathematica&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Interactive with command line:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-Interactive. Input is taken from script.m:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math &amp;lt; script.m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-Interactive. You have to explicitly specify what you want to print&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math -script script.m&amp;lt;/pre&amp;gt;However, the output is done in InputForm which is suitable for input in other Mathematica calculations but if you want pretty output you have to change the output format to OutputForm like this&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;SetOptions[$Output, FormatType -&amp;gt; OutputForm]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an introduction to Mathematica we refer to the online documentation ([http://reference.wolfram.com/language/ Mathematica Documentation Center]). Specific information on the use in a compute cluster is in the next section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Parallel Computation =&lt;br /&gt;
&lt;br /&gt;
== Implicit Multithreading ==&lt;br /&gt;
&lt;br /&gt;
Some functions are already internally multithreaded by using the built-in MKL library. To benefit from this you have to set the environment variable MKL_NUM_THREADS to the number of cores you requested for your job. The effect can be seen in the following example.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a = RandomReal[{1, 2}, {5000, 5000}]&lt;br /&gt;
b = RandomReal[1, {5000}]&lt;br /&gt;
&lt;br /&gt;
Print[ First[AbsoluteTiming[LinearSolve[a, b]]] ]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When you call this example in a job file with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load math/mathematica&lt;br /&gt;
export MKL_NUM_THREADS=2&lt;br /&gt;
math -script example.m&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
you should see that it executes about twice as fast as without the setting of MKL_NUM_THREADS.&lt;br /&gt;
&lt;br /&gt;
If you want to turn on MKL threading just for a specific part of the code you can use the command (16-core example)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SetSystemOptions[&amp;quot;ParallelOptions&amp;quot; -&amp;gt; &amp;quot;MKLThreadNumber&amp;quot; -&amp;gt; 16]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to turn on multithreading and later turn it off (e.g. because of memory requirements) with a corresponding call to SetSystemOptions.&lt;br /&gt;
&lt;br /&gt;
== ParallelTable ==&lt;br /&gt;
&lt;br /&gt;
Obviously parallel computation can be useful to speed up time-consuming computations, but it should also be used for multiple computations with different input data files (e.g. for parametric studies). The reason for this&lt;br /&gt;
is the license model from Wolfram. There are two types of licenses. &lt;br /&gt;
* Each time an instance of Mathematica starts, a so called MathKernel license is used up.&lt;br /&gt;
* Each time Mathematica spawns a subprocess, a license called SubMathKernel is used up.&lt;br /&gt;
Because usually there are much more SubMathKernel licenses than MathKernel licenses it is recommended to start multiple subprocesses instead of submitting multiple jobs.&lt;br /&gt;
&lt;br /&gt;
Remember to request the correct amount of processors in your [[Batch Jobs]] script but note that Mathematica will not automatically use these processors.&lt;br /&gt;
In general you have to adjust your code to benefit from more cores.&lt;br /&gt;
To do this you first have to start a number of kernels which are then used by ParallelTable to run the computations in parallel.&lt;br /&gt;
This basic example computes the first eight square numbers in parallel.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
LaunchKernels[8]&lt;br /&gt;
f[i_] := i^2&lt;br /&gt;
DistributeDefinitions[f]&lt;br /&gt;
ParallelTable[f[i], {i,0,7}]&lt;br /&gt;
CloseKernels[]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Note that the use of DistributeDefinitions is necessary for f is a user defined function and the definition of this function must be available to all kernels.&lt;br /&gt;
&lt;br /&gt;
The next example is the computation of a numerical solution for the following initial value problem&lt;br /&gt;
 x&#039;(t) = x(t)^2 - x(t)^3&lt;br /&gt;
 x(0) = d&lt;br /&gt;
It is difficult to solve this equation with high accuracy at the point 1/d.&lt;br /&gt;
We decrease the step size of the algorithm to see how the execution time and the relative error at the point 1/d change.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
d = 0.00001&lt;br /&gt;
&lt;br /&gt;
y[t_] := 1/(ProductLog[(1/d-1)*Exp[1/d-1-t]]+1)	(* analytical solution *)&lt;br /&gt;
relerr[t_, s_] := Abs[(y[t] - x[t]/.s)/y[t]]			(* relative error of solution s at time t *)&lt;br /&gt;
g[v_] := {v[[1]], v[[2]][[1]], relerr[1/d, v[[2]][[2]][[1]]]}	(* helper function *)&lt;br /&gt;
&lt;br /&gt;
(* compute numerical solutions for 6 different step sizes *)&lt;br /&gt;
LaunchKernels[6]&lt;br /&gt;
tbl = ParallelTable[{step, Timing[NDSolve[{x&#039;[t] == x[t]^2 - x[t]^3, x[0] == d}, x, {t, 0, 2/d}, MaxStepSize-&amp;gt;step, MaxSteps-&amp;gt;10000000]]}, {step,5,3,-0.4}]&lt;br /&gt;
CloseKernels[]&lt;br /&gt;
&lt;br /&gt;
SetOptions[$Output, FormatType -&amp;gt; OutputForm]    (* better output when called with -script *)&lt;br /&gt;
Print[ Grid[Join[{{&amp;quot;Stepsize&amp;quot;, &amp;quot;Time&amp;quot;, &amp;quot;Error at 1/d&amp;quot;}}, Map[g, tbl]]] ]    (* print the result *)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ParallelSubmit ==&lt;br /&gt;
&lt;br /&gt;
Mathematica features some further functions similar to ParallelTable which are documented on the [http://reference.wolfram.com/mathematica/guide/ParallelComputing.html Mathematica parallel computing webpage] from Wolfram. One such function is ParallelSubmit which can be used to start two (or more) completely unrelated functions in parallel. But bear in mind that the functions should have similar running times because the scheduler reserves the requested resources for the runtime of the whole job. The following code shows how to pack two 1-core jobs into one 2-core job.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
f[r_] := (&lt;br /&gt;
    d = 0.000001;&lt;br /&gt;
    {time, sol} = Timing[NDSolve[{x&#039;[t] == r*x[t]^2 - x[t]^3, x[0] == d}, x, {t, 0, 2/d}, MaxStepSize-&amp;gt;3, MaxSteps-&amp;gt;10000000]];&lt;br /&gt;
    {time, x[1/d]/.sol[[1]]}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
g[r_] := (&lt;br /&gt;
    {time, sol} = Timing[NDSolve[{y&#039;&#039;[t] + (r+1)*y&#039;[t] + r*y[t] == 0, y[0] == 1, y&#039;[0] == 0},  y, {t, 0, 30}, MaxStepSize-&amp;gt;0.000002, MaxSteps-&amp;gt;10000000000]];&lt;br /&gt;
    {time, y[30]/.sol[[1]]}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
kernel1 := (&lt;br /&gt;
    file = OpenWrite[&amp;quot;out1.txt&amp;quot;, FormatType -&amp;gt; OutputForm];&lt;br /&gt;
    $Output = {file};&lt;br /&gt;
    Print[f[1.2]];&lt;br /&gt;
    Close[file];&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
kernel2 := (&lt;br /&gt;
    file = OpenWrite[&amp;quot;out2.txt&amp;quot;, FormatType -&amp;gt; OutputForm];&lt;br /&gt;
    $Output = {file};&lt;br /&gt;
    Print[g[1000]];&lt;br /&gt;
    Close[file];&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
LaunchKernels[2]&lt;br /&gt;
DistributeDefinitions[kernel1, kernel2]&lt;br /&gt;
e = {ParallelSubmit[kernel1], ParallelSubmit[kernel2]}&lt;br /&gt;
WaitAll[e]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
The helper functions kernel1 and kernel2 get started in different threads and then they execute f and g. The output of these functions is redirected to different files so the results can clearly be distinguished and examined as soon as one function is done.&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Mathematica&amp;diff=15906</id>
		<title>BwUniCluster2.0/Software/Mathematica</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Mathematica&amp;diff=15906"/>
		<updated>2026-03-25T12:00:13Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|math/mathematica}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| math/mathematica&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Commercial. See [http://www.wolfram.com/mathematica/pricing/ Mathematica Pricing].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| n/a&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.wolfram.com/mathematica/ Homepage] &amp;amp;#124; [http://www.wolfram.com/support/?source=nav Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes (See [[VNC]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mathematica&#039;&#039;&#039; is a software from Wolfram for symbolic and numerical computation with many features such as powerful visualization and application specific functions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Licenses =&lt;br /&gt;
&lt;br /&gt;
Mathematica uses [[network license]]s from the home university of the user, not of the site where the user is calculating&lt;br /&gt;
&lt;br /&gt;
== Users from Ulm ==&lt;br /&gt;
&lt;br /&gt;
Using Mathematica network licenses on the clusters is not supported, because Ulm has a very limited number of licenses that have to be reserved for interactive use. You can still run Mathematica compilations on the cluster by using the Mathematica &amp;quot;compile&amp;quot; function to compile a binary that can only calculate your specific problem and does not need licenses. &lt;br /&gt;
&lt;br /&gt;
Instructions and an example on how to compile your binary can be found here: &lt;br /&gt;
* https://www.wolfram.com/mathematica/new-in-8/integrated-c-workflow/create-standalone-executables-using-compiled-funct.html&lt;br /&gt;
&lt;br /&gt;
== Users from Freiburg ==&lt;br /&gt;
&lt;br /&gt;
Freiburg has enough licenses, so that Mathematica does not need to be compiled. But if you do, you are independent of a license server.&lt;br /&gt;
&lt;br /&gt;
Instructions and an example on how to compile your binary can be found here: &lt;br /&gt;
* https://www.wolfram.com/mathematica/new-in-8/integrated-c-workflow/create-standalone-executables-using-compiled-funct.html&lt;br /&gt;
&lt;br /&gt;
= General Usage =&lt;br /&gt;
&lt;br /&gt;
Mathematica can run a script in batch mode which is useful when submitting batch jobs to the cluster. Alternatively , Mathematica can be used interactively on the command line or with a graphical front-end.&lt;br /&gt;
After loading Mathematica the different modes can be used as follows.&lt;br /&gt;
&lt;br /&gt;
*Interactive with GUI (needs [[X11 forwarding]] or [[VNC]]):&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ mathematica&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Interactive with command line:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-Interactive. Input is taken from script.m:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math &amp;lt; script.m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-Interactive. You have to explicitly specify what you want to print&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math -script script.m&amp;lt;/pre&amp;gt;However, the output is done in InputForm which is suitable for input in other Mathematica calculations but if you want pretty output you have to change the output format to OutputForm like this&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;SetOptions[$Output, FormatType -&amp;gt; OutputForm]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an introduction to Mathematica we refer to the online documentation ([http://reference.wolfram.com/language/ Mathematica Documentation Center]). Specific information on the use in a compute cluster is in the next section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Parallel Computation =&lt;br /&gt;
&lt;br /&gt;
== Implicit Multithreading ==&lt;br /&gt;
&lt;br /&gt;
Some functions are already internally multithreaded by using the built-in MKL library. To benefit from this you have to set the environment variable MKL_NUM_THREADS to the number of cores you requested for your job. The effect can be seen in the following example.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a = RandomReal[{1, 2}, {5000, 5000}]&lt;br /&gt;
b = RandomReal[1, {5000}]&lt;br /&gt;
&lt;br /&gt;
Print[ First[AbsoluteTiming[LinearSolve[a, b]]] ]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When you call this example in a job file with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load math/mathematica&lt;br /&gt;
export MKL_NUM_THREADS=2&lt;br /&gt;
math -script example.m&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
you should see that it executes about twice as fast as without the setting of MKL_NUM_THREADS.&lt;br /&gt;
&lt;br /&gt;
If you want to turn on MKL threading just for a specific part of the code you can use the command (16-core example)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SetSystemOptions[&amp;quot;ParallelOptions&amp;quot; -&amp;gt; &amp;quot;MKLThreadNumber&amp;quot; -&amp;gt; 16]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to turn on multithreading and later turn it off (e.g. because of memory requirements) with a corresponding call to SetSystemOptions.&lt;br /&gt;
&lt;br /&gt;
== ParallelTable ==&lt;br /&gt;
&lt;br /&gt;
Obviously parallel computation can be useful to speed up time-consuming computations, but it should also be used for multiple computations with different input data files (e.g. for parametric studies). The reason for this&lt;br /&gt;
is the license model from Wolfram. There are two types of licenses. &lt;br /&gt;
* Each time an instance of Mathematica starts, a so called MathKernel license is used up.&lt;br /&gt;
* Each time Mathematica spawns a subprocess, a license called SubMathKernel is used up.&lt;br /&gt;
Because usually there are much more SubMathKernel licenses than MathKernel licenses it is recommended to start multiple subprocesses instead of submitting multiple jobs.&lt;br /&gt;
&lt;br /&gt;
Remember to request the correct amount of processors in your [[Batch Jobs]] script but note that Mathematica will not automatically use these processors.&lt;br /&gt;
In general you have to adjust your code to benefit from more cores.&lt;br /&gt;
To do this you first have to start a number of kernels which are then used by ParallelTable to run the computations in parallel.&lt;br /&gt;
This basic example computes the first eight square numbers in parallel.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
LaunchKernels[8]&lt;br /&gt;
f[i_] := i^2&lt;br /&gt;
DistributeDefinitions[f]&lt;br /&gt;
ParallelTable[f[i], {i,0,7}]&lt;br /&gt;
CloseKernels[]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Note that the use of DistributeDefinitions is necessary for f is a user defined function and the definition of this function must be available to all kernels.&lt;br /&gt;
&lt;br /&gt;
The next example is the computation of a numerical solution for the following initial value problem&lt;br /&gt;
 x&#039;(t) = x(t)^2 - x(t)^3&lt;br /&gt;
 x(0) = d&lt;br /&gt;
It is difficult to solve this equation with high accuracy at the point 1/d.&lt;br /&gt;
We decrease the step size of the algorithm to see how the execution time and the relative error at the point 1/d change.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
d = 0.00001&lt;br /&gt;
&lt;br /&gt;
y[t_] := 1/(ProductLog[(1/d-1)*Exp[1/d-1-t]]+1)	(* analytical solution *)&lt;br /&gt;
relerr[t_, s_] := Abs[(y[t] - x[t]/.s)/y[t]]			(* relative error of solution s at time t *)&lt;br /&gt;
g[v_] := {v[[1]], v[[2]][[1]], relerr[1/d, v[[2]][[2]][[1]]]}	(* helper function *)&lt;br /&gt;
&lt;br /&gt;
(* compute numerical solutions for 6 different step sizes *)&lt;br /&gt;
LaunchKernels[6]&lt;br /&gt;
tbl = ParallelTable[{step, Timing[NDSolve[{x&#039;[t] == x[t]^2 - x[t]^3, x[0] == d}, x, {t, 0, 2/d}, MaxStepSize-&amp;gt;step, MaxSteps-&amp;gt;10000000]]}, {step,5,3,-0.4}]&lt;br /&gt;
CloseKernels[]&lt;br /&gt;
&lt;br /&gt;
SetOptions[$Output, FormatType -&amp;gt; OutputForm]    (* better output when called with -script *)&lt;br /&gt;
Print[ Grid[Join[{{&amp;quot;Stepsize&amp;quot;, &amp;quot;Time&amp;quot;, &amp;quot;Error at 1/d&amp;quot;}}, Map[g, tbl]]] ]    (* print the result *)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ParallelSubmit ==&lt;br /&gt;
&lt;br /&gt;
Mathematica features some further functions similar to ParallelTable which are documented on the [http://reference.wolfram.com/mathematica/guide/ParallelComputing.html Mathematica parallel computing webpage] from Wolfram. One such function is ParallelSubmit which can be used to start two (or more) completely unrelated functions in parallel. But bear in mind that the functions should have similar running times because the scheduler reserves the requested resources for the runtime of the whole job. The following code shows how to pack two 1-core jobs into one 2-core job.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
f[r_] := (&lt;br /&gt;
    d = 0.000001;&lt;br /&gt;
    {time, sol} = Timing[NDSolve[{x&#039;[t] == r*x[t]^2 - x[t]^3, x[0] == d}, x, {t, 0, 2/d}, MaxStepSize-&amp;gt;3, MaxSteps-&amp;gt;10000000]];&lt;br /&gt;
    {time, x[1/d]/.sol[[1]]}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
g[r_] := (&lt;br /&gt;
    {time, sol} = Timing[NDSolve[{y&#039;&#039;[t] + (r+1)*y&#039;[t] + r*y[t] == 0, y[0] == 1, y&#039;[0] == 0},  y, {t, 0, 30}, MaxStepSize-&amp;gt;0.000002, MaxSteps-&amp;gt;10000000000]];&lt;br /&gt;
    {time, y[30]/.sol[[1]]}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
kernel1 := (&lt;br /&gt;
    file = OpenWrite[&amp;quot;out1.txt&amp;quot;, FormatType -&amp;gt; OutputForm];&lt;br /&gt;
    $Output = {file};&lt;br /&gt;
    Print[f[1.2]];&lt;br /&gt;
    Close[file];&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
kernel2 := (&lt;br /&gt;
    file = OpenWrite[&amp;quot;out2.txt&amp;quot;, FormatType -&amp;gt; OutputForm];&lt;br /&gt;
    $Output = {file};&lt;br /&gt;
    Print[g[1000]];&lt;br /&gt;
    Close[file];&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
LaunchKernels[2]&lt;br /&gt;
DistributeDefinitions[kernel1, kernel2]&lt;br /&gt;
e = {ParallelSubmit[kernel1], ParallelSubmit[kernel2]}&lt;br /&gt;
WaitAll[e]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
The helper functions kernel1 and kernel2 get started in different threads and then they execute f and g. The output of these functions is redirected to different files so the results can clearly be distinguished and examined as soon as one function is done.&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Mathematica&amp;diff=15905</id>
		<title>BwUniCluster2.0/Software/Mathematica</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Mathematica&amp;diff=15905"/>
		<updated>2026-03-25T11:59:18Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* ParallelTable */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|math/mathematica}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| math/mathematica&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Commercial. See [http://www.wolfram.com/mathematica/pricing/ Mathematica Pricing].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| n/a&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.wolfram.com/mathematica/ Homepage] &amp;amp;#124; [http://www.wolfram.com/support/?source=nav Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes (See [[VNC]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mathematica&#039;&#039;&#039; is a software from Wolfram for symbolic and numerical computation with many features such as powerful visualization and application specific functions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Licenses =&lt;br /&gt;
&lt;br /&gt;
Mathematica uses [[network license]]s from the home university of the user, not of the site where the user is calculating&lt;br /&gt;
&lt;br /&gt;
== Users from Ulm ==&lt;br /&gt;
&lt;br /&gt;
Using Mathematica network licenses on the clusters is not supported, because Ulm has a very limited number of licenses that have to be reserved for interactive use. You can still run Mathematica compilations on the cluster by using the Mathematica &amp;quot;compile&amp;quot; function to compile a binary that can only calculate your specific problem and does not need licenses. &lt;br /&gt;
&lt;br /&gt;
Instructions and an example on how to compile your binary can be found here: &lt;br /&gt;
* https://www.wolfram.com/mathematica/new-in-8/integrated-c-workflow/create-standalone-executables-using-compiled-funct.html&lt;br /&gt;
&lt;br /&gt;
== Users from Freiburg ==&lt;br /&gt;
&lt;br /&gt;
Freiburg has enough licenses, so that Mathematica does not need to be compiled. But if you do, you are independent of a license server.&lt;br /&gt;
&lt;br /&gt;
Instructions and an example on how to compile your binary can be found here: &lt;br /&gt;
* https://www.wolfram.com/mathematica/new-in-8/integrated-c-workflow/create-standalone-executables-using-compiled-funct.html&lt;br /&gt;
&lt;br /&gt;
= General Usage =&lt;br /&gt;
&lt;br /&gt;
Mathematica can run a script in batch mode which is useful when submitting batch jobs to the cluster. Alternatively , Mathematica can be used interactively on the command line or with a graphical front-end.&lt;br /&gt;
After loading Mathematica the different modes can be used as follows.&lt;br /&gt;
&lt;br /&gt;
*Interactive with GUI (needs [[X11 forwarding]] or [[VNC]]):&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ mathematica&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Interactive with command line:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-Interactive. Input is taken from script.m:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math &amp;lt; script.m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Non-Interactive. You have to explicitly specify what you want to print&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;$ math -script script.m&amp;lt;/pre&amp;gt;However, the output is done in InputForm which is suitable for input in other Mathematica calculations but if you want pretty output you have to change the output format to OutputForm like this&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;SetOptions[$Output, FormatType -&amp;gt; OutputForm]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an introduction to Mathematica we refer to the online documentation ([http://reference.wolfram.com/language/ Mathematica Documentation Center]). Specific information on the use in a compute cluster is in the next section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Parallel Computation =&lt;br /&gt;
&lt;br /&gt;
== Implicit Multithreading ==&lt;br /&gt;
&lt;br /&gt;
Some functions are already internally multithreaded by using the built-in MKL library. To benefit from this you have to set the environment variable MKL_NUM_THREADS to the number of cores you requested for your job. The effect can be seen in the following example.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a = RandomReal[{1, 2}, {5000, 5000}]&lt;br /&gt;
b = RandomReal[1, {5000}]&lt;br /&gt;
&lt;br /&gt;
Print[ First[AbsoluteTiming[LinearSolve[a, b]]] ]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When you call this example in a job file with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load math/mathematica&lt;br /&gt;
export MKL_NUM_THREADS=2&lt;br /&gt;
math -script example.m&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
you should see that it executes about twice as fast as without the setting of MKL_NUM_THREADS.&lt;br /&gt;
&lt;br /&gt;
If you want to turn on MKL threading just for a specific part of the code you can use the command (16-core example)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SetSystemOptions[&amp;quot;ParallelOptions&amp;quot; -&amp;gt; &amp;quot;MKLThreadNumber&amp;quot; -&amp;gt; 16]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to turn on multithreading and later turn it off (e.g. because of memory requirements) with a corresponding call to SetSystemOptions.&lt;br /&gt;
&lt;br /&gt;
== ParallelTable ==&lt;br /&gt;
&lt;br /&gt;
Obviously parallel computation can be useful to speed up time-consuming computations, but it should also be used for multiple computations with different input data files (e.g. for parametric studies). The reason for this&lt;br /&gt;
is the license model from Wolfram. There are two types of licenses. &lt;br /&gt;
* Each time an instance of Mathematica starts, a so called MathKernel license is used up.&lt;br /&gt;
* Each time Mathematica spawns a subprocess, a license called SubMathKernel is used up.&lt;br /&gt;
Because usually there are much more SubMathKernel licenses than MathKernel licenses it is recommended to start multiple subprocesses instead of submitting multiple jobs.&lt;br /&gt;
&lt;br /&gt;
Remember to request the correct amount of processors in your [[Batch Jobs]] script but note that Mathematica will not automatically use these processors.&lt;br /&gt;
In general you have to adjust your code to benefit from more cores.&lt;br /&gt;
To do this you first have to start a number of kernels which are then used by ParallelTable to run the computations in parallel.&lt;br /&gt;
This basic example computes the first eight square numbers in parallel.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
LaunchKernels[8]&lt;br /&gt;
f[i_] := i^2&lt;br /&gt;
DistributeDefinitions[f]&lt;br /&gt;
ParallelTable[f[i], {i,0,7}]&lt;br /&gt;
CloseKernels[]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Note that the use of DistributeDefinitions is necessary for f is a user defined function and the definition of this function must be available to all kernels.&lt;br /&gt;
&lt;br /&gt;
The next example is the computation of a numerical solution for the following initial value problem&lt;br /&gt;
 x&#039;(t) = x(t)^2 - x(t)^3&lt;br /&gt;
 x(0) = d&lt;br /&gt;
It is difficult to solve this equation with high accuracy at the point 1/d.&lt;br /&gt;
We decrease the step size of the algorithm to see how the execution time and the relative error at the point 1/d change.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
d = 0.00001&lt;br /&gt;
&lt;br /&gt;
y[t_] := 1/(ProductLog[(1/d-1)*Exp[1/d-1-t]]+1)	(* analytical solution *)&lt;br /&gt;
relerr[t_, s_] := Abs[(y[t] - x[t]/.s)/y[t]]			(* relative error of solution s at time t *)&lt;br /&gt;
g[v_] := {v[[1]], v[[2]][[1]], relerr[1/d, v[[2]][[2]][[1]]]}	(* helper function *)&lt;br /&gt;
&lt;br /&gt;
(* compute numerical solutions for 6 different step sizes *)&lt;br /&gt;
LaunchKernels[6]&lt;br /&gt;
tbl = ParallelTable[{step, Timing[NDSolve[{x&#039;[t] == x[t]^2 - x[t]^3, x[0] == d}, x, {t, 0, 2/d}, MaxStepSize-&amp;gt;step, MaxSteps-&amp;gt;10000000]]}, {step,5,3,-0.4}]&lt;br /&gt;
CloseKernels[]&lt;br /&gt;
&lt;br /&gt;
SetOptions[$Output, FormatType -&amp;gt; OutputForm]    (* better output when called with -script *)&lt;br /&gt;
Print[ Grid[Join[{{&amp;quot;Stepsize&amp;quot;, &amp;quot;Time&amp;quot;, &amp;quot;Error at 1/d&amp;quot;}}, Map[g, tbl]]] ]    (* print the result *)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ParallelSubmit ==&lt;br /&gt;
&lt;br /&gt;
Mathematica features some further functions similar to ParallelTable which are documented on the [http://reference.wolfram.com/mathematica/guide/ParallelComputing.html Mathematica parallel computing webpage] from Wolfram. One such function is ParallelSubmit which can be used to start two (or more) completely unrelated functions in parallel. But bear in mind that the functions should have similar running times because the scheduler reserves the requested resources for the runtime of the whole job. The following code shows how to pack two 1-core jobs into one 2-core job.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
f[r_] := (&lt;br /&gt;
    d = 0.000001;&lt;br /&gt;
    {time, sol} = Timing[NDSolve[{x&#039;[t] == r*x[t]^2 - x[t]^3, x[0] == d}, x, {t, 0, 2/d}, MaxStepSize-&amp;gt;3, MaxSteps-&amp;gt;10000000]];&lt;br /&gt;
    {time, x[1/d]/.sol[[1]]}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
g[r_] := (&lt;br /&gt;
    {time, sol} = Timing[NDSolve[{y&#039;&#039;[t] + (r+1)*y&#039;[t] + r*y[t] == 0, y[0] == 1, y&#039;[0] == 0},  y, {t, 0, 30}, MaxStepSize-&amp;gt;0.000002, MaxSteps-&amp;gt;10000000000]];&lt;br /&gt;
    {time, y[30]/.sol[[1]]}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
kernel1 := (&lt;br /&gt;
    file = OpenWrite[&amp;quot;out1.txt&amp;quot;, FormatType -&amp;gt; OutputForm];&lt;br /&gt;
    $Output = {file};&lt;br /&gt;
    Print[f[1.2]];&lt;br /&gt;
    Close[file];&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
kernel2 := (&lt;br /&gt;
    file = OpenWrite[&amp;quot;out2.txt&amp;quot;, FormatType -&amp;gt; OutputForm];&lt;br /&gt;
    $Output = {file};&lt;br /&gt;
    Print[g[1000]];&lt;br /&gt;
    Close[file];&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
LaunchKernels[2]&lt;br /&gt;
DistributeDefinitions[kernel1, kernel2]&lt;br /&gt;
e = {ParallelSubmit[kernel1], ParallelSubmit[kernel2]}&lt;br /&gt;
WaitAll[e]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The helper functions kernel1 and kernel2 get started in different threads and then they execute f and g. The output of these functions is redirected to different files so the results can clearly be distinguished and examined as soon as one function is done.&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Running_Calculations&amp;diff=15904</id>
		<title>Running Calculations</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Running_Calculations&amp;diff=15904"/>
		<updated>2026-03-25T09:09:52Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: /* Link to Batch System per Cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;← This page is used in the [[HPC Glossary]] to explain the term &amp;quot;Batch Scheduler&amp;quot; and &amp;quot;Batch System&amp;quot;&lt;br /&gt;
== Life Cycle of a Calculation (Job) ==&lt;br /&gt;
[[File:running_calculations_on_cluster.svg|thumb|upright=0.4]]&lt;br /&gt;
On your desktop computer you start your calculations and they start immediately, running until they are finished. Then your desktop does mostly nothing, until you start another calculation. A compute cluster has several hundred, maybe a thousand computers (compute nodes), all of them are busy most of the time and many people want to run a great number of calculations. So running your job has to include some extra steps:&lt;br /&gt;
&lt;br /&gt;
# prepare a script (a set commands to run - usually as a shell script), with all the commands that are necessary to run your calculation from start to finish. In addition to the commands necessary to run the calculation, this &#039;&#039;[[batch script]]&#039;&#039; has a header section, in which you specify details like required compute cores (processing units witin a computer), estimated runtime, memory requirements, disk space needed, etc.&lt;br /&gt;
# &#039;&#039;Submit&#039;&#039; the script into a queue, where your &#039;&#039;job&#039;&#039; (calculation) &lt;br /&gt;
# gets asigned an inital priority, is queued and waits in row with other compute jobs until the resources you requested in the header become available. (Requested time is also a resource!) &lt;br /&gt;
# Execution: Once a suitable resource slot is available and your job is in the front of the queue of suitable jobs (suitable with regards to the resource slot), your script is executed on (a) compute node(s). Your calculation runs on that/those node(s) until it is finished or reaches the specified time limit. &lt;br /&gt;
# Save results: Include commands to save the calculation results back to a long term storage (e.g. your home directory), at least at the end of your script. What you have not saved until the job finishes won&#039;t be saved!&lt;br /&gt;
# If your job reaches the specified time limit, all your running processes will be killed and the resources get cleared. So any data that has not been saved will be lost!&lt;br /&gt;
&lt;br /&gt;
The software that distributes jobs on compute nodes is called a &#039;&#039;&#039;[[batch system]]&#039;&#039;&#039; or &#039;&#039;&#039;batch scheduler&#039;&#039;&#039;. The software currently used as a [[batch system]] on bwHPC clusters is &amp;quot;Slurm&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Learn more about the functioning of job distribution in&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[batch system]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Example Jobs ==&lt;br /&gt;
&lt;br /&gt;
For most software that a bwHPC project installed on the cluster, we have prepared an example job script running some example calculation with that exact software.&lt;br /&gt;
&lt;br /&gt;
How to access these examples is described in the &amp;quot;Software job examples&amp;quot; section of the page&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[Environment Modules]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Job Script and Job Submission == &lt;br /&gt;
&lt;br /&gt;
Batch jobs are submitted with the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;$ sbatch &amp;lt;job-script&amp;gt; &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A job script contains options for Slurm in lines beginning with #SBATCH as well as your commands which you want to execute on the compute nodes. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;slurm&amp;quot;&amp;gt;#!/bin/bash&lt;br /&gt;
#SBATCH --partition=&amp;lt;cluster specific&amp;gt;&lt;br /&gt;
#SBATCH --ntasks-per-node=8 &lt;br /&gt;
#SBATCH --time=00:05:00&lt;br /&gt;
#SBATCH --mem=1gb&lt;br /&gt;
#SBATCH --export=NONE&lt;br /&gt;
echo &#039;Here would start your calculation script&#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see cluster specific examples from the links in the next section, because exact options needed differ by cluster. &lt;br /&gt;
&lt;br /&gt;
== Link to Batch System and Examples per Cluster ==&lt;br /&gt;
&lt;br /&gt;
Because of differences in configuration (partly due to different available hardware), each cluster has their own batch system documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[BwUniCluster3.0/Running_Jobs|Slurm bwUniCluster 3.0]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[JUSTUS2/Jobscripts: Running Your Calculations | Slurm JUSTUS 2]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr;  &#039;&#039;&#039;[[Helix/Slurm   | Slurm Helix]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr;  &#039;&#039;&#039;[[NEMO2/Slurm | Slurm NEMO2]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr;  &#039;&#039;&#039;[[BinAC2/Slurm | Slurm BinAC2]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== How to Use Computing Ressources Efficiently ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you are running your calculations, you will have to decide on how many compute-cores your job will be simultaneously calculated. &lt;br /&gt;
For this, your computational problem will have to be divided into pieces, which always causes some overhead. &lt;br /&gt;
&lt;br /&gt;
How to find a reasonable number of how many compute cores to use for your calculation can be found under&lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr;  &#039;&#039;&#039;[[Scaling]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Running calculations on an HPC node consumes a lot of energy. To make the most of the available resources and keep cluster and energy use as efficient as possible please also see our advice for &lt;br /&gt;
&lt;br /&gt;
&amp;amp;rarr; &#039;&#039;&#039;[[Energy Efficient Cluster Usage]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Template:Status/alert&amp;diff=15901</id>
		<title>Template:Status/alert</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Template:Status/alert&amp;diff=15901"/>
		<updated>2026-03-24T12:44:23Z</updated>

		<summary type="html">&lt;p&gt;K Siegmund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;  background:#FF8A8A; width:100%;&amp;quot; &lt;br /&gt;
| style=&amp;quot;padding:8px; background:#FF8A8A; font-size:120%; text-align:left&amp;quot; |  [[Status|{{{1|Status: Alert}}}]]&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
</feed>