<?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=B+Jetty</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=B+Jetty"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/e/Special:Contributions/B_Jetty"/>
	<updated>2026-04-20T03:39:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster3.0/Software/Ansys&amp;diff=15229</id>
		<title>BwUniCluster3.0/Software/Ansys</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster3.0/Software/Ansys&amp;diff=15229"/>
		<updated>2025-08-20T14:20:36Z</updated>

		<summary type="html">&lt;p&gt;B Jetty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|cae/ansys}}&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;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Academic. See: [http://www.ansys.com/Academic/educator-tools/Licensing+&amp;amp;+Terms+of+Use Licensing and Terms-of-Use].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| [http://www.ansys.com/academic/educator-tools/ Citations]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Ansys Homepage] &amp;amp;#124; [http://www.ansys.com/Academic/educator-tools/Support+Resources Support and Resources]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
&#039;&#039;&#039;ANSYS&#039;&#039;&#039; is a general purpose software to simulate interactions of all disciplines of physics, structural, fluid dynamics, heat transfer, electromagnetic etc. For more information about ANSYS products please visit [http://www.ansys.com/Industries/Academic/ http://www.ansys.com/Industries/Academic/]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The cae/ansys modules are using the KIT license server and are reserved for members of the KIT only. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The execution of FLUENT can also be carried out using a shell script. Below is an example of a shell script named &amp;lt;code&amp;gt;run_fluent.sh&amp;lt;/code&amp;gt; that starts a FLUENT calculation in parallel on two nodes with 40 processors each on the bwUniCluster:&lt;br /&gt;
&lt;br /&gt;
1. Using IntelMPI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=48&lt;br /&gt;
#SBATCH --time=2:00:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source fluentinit&lt;br /&gt;
&lt;br /&gt;
scontrol show hostname ${SLURM_JOB_NODELIST} &amp;gt; fluent.hosts&lt;br /&gt;
time fluent 3d -mpi=intel -pib -g -t96 -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Using OpenMPI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=48&lt;br /&gt;
#SBATCH --time=2:00:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source fluentinit&lt;br /&gt;
&lt;br /&gt;
scontrol show hostname ${SLURM_JOB_NODELIST} &amp;gt; fluent.hosts&lt;br /&gt;
time fluent 3d -mpi=openmpi -g -t96 -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
The execution of CFX can also be carried out using a script. Below is an example script &amp;lt;code&amp;gt;run_cfx.sh&amp;lt;/code&amp;gt; to start CFX with the start method &#039;Intel MPI Distributed Parallel&#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=48&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
#SBATCH --time=0:30:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source cfxinit&lt;br /&gt;
&lt;br /&gt;
cfx5solve -def test.def -par-dist $hostlist -start-method &#039;Intel MPI Distributed Parallel&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Rocky batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The execution of Rocky DEM can also be carried out using a script. Below is an example script &amp;lt;code&amp;gt;run_rocky.sh&amp;lt;/code&amp;gt; to run a Rocky DEM simulation on a GPU node:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --output=rocky_job_%j.out          &lt;br /&gt;
#SBATCH --job-name=rocky_job               &lt;br /&gt;
#SBATCH --partition=gpu_a100_short          # GPU patition&lt;br /&gt;
#SBATCH --nodes=1                           &lt;br /&gt;
#SBATCH --gpus-per-node=1                   &lt;br /&gt;
#SBATCH --mem=30000                         # Total memory (MB)&lt;br /&gt;
#SBATCH --time=00:30:00                     # Time limit (hh:mm:ss)&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
# Run Rocky DEM&lt;br /&gt;
Rocky --simulate &amp;quot;/path/to/Test.rocky&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_rocky.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>B Jetty</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster3.0/Software/Ansys&amp;diff=15221</id>
		<title>BwUniCluster3.0/Software/Ansys</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster3.0/Software/Ansys&amp;diff=15221"/>
		<updated>2025-08-19T14:37:28Z</updated>

		<summary type="html">&lt;p&gt;B Jetty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|cae/ansys}}&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;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Academic. See: [http://www.ansys.com/Academic/educator-tools/Licensing+&amp;amp;+Terms+of+Use Licensing and Terms-of-Use].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| [http://www.ansys.com/academic/educator-tools/ Citations]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Ansys Homepage] &amp;amp;#124; [http://www.ansys.com/Academic/educator-tools/Support+Resources Support and Resources]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
&#039;&#039;&#039;ANSYS&#039;&#039;&#039; is a general purpose software to simulate interactions of all disciplines of physics, structural, fluid dynamics, heat transfer, electromagnetic etc. For more information about ANSYS products please visit [http://www.ansys.com/Industries/Academic/ http://www.ansys.com/Industries/Academic/]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The cae/ansys modules are using the KIT license server and are reserved for members of the KIT only. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The execution of FLUENT can also be carried out using a shell script. Below is an example of a shell script named &amp;lt;code&amp;gt;run_fluent.sh&amp;lt;/code&amp;gt; that starts a FLUENT calculation in parallel on two nodes with 40 processors each on the bwUniCluster:&lt;br /&gt;
&lt;br /&gt;
1. Using IntelMPI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=96&lt;br /&gt;
#SBATCH --time=2:00:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source fluentinit&lt;br /&gt;
&lt;br /&gt;
scontrol show hostname ${SLURM_JOB_NODELIST} &amp;gt; fluent.hosts&lt;br /&gt;
time fluent 3d -mpi=intel -pib -g -t80 -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Using OpenMPI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=96&lt;br /&gt;
#SBATCH --time=2:00:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source fluentinit&lt;br /&gt;
&lt;br /&gt;
scontrol show hostname ${SLURM_JOB_NODELIST} &amp;gt; fluent.hosts&lt;br /&gt;
time fluent 3d -mpi=openmpi -g -t80 -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
The execution of CFX can also be carried out using a script. Below is an example script &amp;lt;code&amp;gt;run_cfx.sh&amp;lt;/code&amp;gt; to start CFX with the start method &#039;Intel MPI Distributed Parallel&#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=96&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
#SBATCH --time=0:30:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source cfxinit&lt;br /&gt;
&lt;br /&gt;
cfx5solve -def test.def -par-dist $hostlist -start-method &#039;Intel MPI Distributed Parallel&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Rocky batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The execution of Rocky DEM can also be carried out using a script. Below is an example script &amp;lt;code&amp;gt;run_rocky.sh&amp;lt;/code&amp;gt; to run a Rocky DEM simulation on a GPU node:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --output=rocky_job_%j.out          &lt;br /&gt;
#SBATCH --job-name=rocky_job               &lt;br /&gt;
#SBATCH --partition=gpu_a100_short          # GPU patition&lt;br /&gt;
#SBATCH --nodes=1                           &lt;br /&gt;
#SBATCH --gpus-per-node=1                   &lt;br /&gt;
#SBATCH --mem=30000                         # Total memory (MB)&lt;br /&gt;
#SBATCH --time=00:30:00                     # Time limit (hh:mm:ss)&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
# Run Rocky DEM&lt;br /&gt;
Rocky --simulate &amp;quot;/path/to/Test.rocky&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_rocky.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>B Jetty</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=15220</id>
		<title>BwUniCluster2.0/Software/Ansys</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=15220"/>
		<updated>2025-08-19T14:36:59Z</updated>

		<summary type="html">&lt;p&gt;B Jetty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|cae/ansys}}&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;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Academic. See: [http://www.ansys.com/Academic/educator-tools/Licensing+&amp;amp;+Terms+of+Use Licensing and Terms-of-Use].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| [http://www.ansys.com/academic/educator-tools/ Citations]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Ansys Homepage] &amp;amp;#124; [http://www.ansys.com/Academic/educator-tools/Support+Resources Support and Resources]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
&#039;&#039;&#039;ANSYS&#039;&#039;&#039; is a general purpose software to simulate interactions of all disciplines of physics, structural, fluid dynamics, heat transfer, electromagnetic etc. For more information about ANSYS products please visit [http://www.ansys.com/Industries/Academic/ http://www.ansys.com/Industries/Academic/]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The cae/ansys modules are using the KIT license server and are reserved for members of the KIT only. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The execution of FLUENT can also be carried out using a shell script. Below is an example of a shell script named &amp;lt;code&amp;gt;run_fluent.sh&amp;lt;/code&amp;gt; that starts a FLUENT calculation in parallel on two nodes with 40 processors each on the bwUniCluster:&lt;br /&gt;
&lt;br /&gt;
1. Using IntelMPI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=96&lt;br /&gt;
#SBATCH --time=2:00:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source fluentinit&lt;br /&gt;
&lt;br /&gt;
scontrol show hostname ${SLURM_JOB_NODELIST} &amp;gt; fluent.hosts&lt;br /&gt;
time fluent 3d -mpi=intel -pib -g -t80 -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Using OpenMPI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=96&lt;br /&gt;
#SBATCH --time=2:00:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source fluentinit&lt;br /&gt;
&lt;br /&gt;
scontrol show hostname ${SLURM_JOB_NODELIST} &amp;gt; fluent.hosts&lt;br /&gt;
time fluent 3d -mpi=openmpi -g -t80 -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
The execution of CFX can also be carried out using a script. Below is an example script &amp;lt;code&amp;gt;run_cfx.sh&amp;lt;/code&amp;gt; to start CFX with the start method &#039;Intel MPI Distributed Parallel&#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks-per-node=96&lt;br /&gt;
#SBATCH --partition=cpu&lt;br /&gt;
#SBATCH --time=0:30:00&lt;br /&gt;
#SBATCH --mem=90gb&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
source cfxinit&lt;br /&gt;
&lt;br /&gt;
cfx5solve -def test.def -par-dist $hostlist -start-method &#039;Intel MPI Distributed Parallel&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Rocky batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The execution of Rocky DEM can also be carried out using a script. Below is an example script &amp;lt;code&amp;gt;run_rocky.sh&amp;lt;/code&amp;gt; to run a Rocky DEM simulation on a GPU node:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --output=rocky_job_%j.out          &lt;br /&gt;
#SBATCH --job-name=rocky_job               &lt;br /&gt;
#SBATCH --partition=gpu_a100_short          # GPU patition&lt;br /&gt;
#SBATCH --nodes=1                           &lt;br /&gt;
#SBATCH --gpus-per-node=1                   &lt;br /&gt;
#SBATCH --mem=30000                         # Total memory (MB)&lt;br /&gt;
#SBATCH --time=00:30:00                     # Time limit (hh:mm:ss)&lt;br /&gt;
&lt;br /&gt;
module load cae/ansys/2025R2&lt;br /&gt;
&lt;br /&gt;
# Run Rocky DEM&lt;br /&gt;
Rocky --simulate &amp;quot;/path/to/Test.rocky&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To submit the script to the job management system, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sbatch run_rocky.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>B Jetty</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster3.0/Software/Ansys&amp;diff=15219</id>
		<title>BwUniCluster3.0/Software/Ansys</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster3.0/Software/Ansys&amp;diff=15219"/>
		<updated>2025-08-19T13:49:54Z</updated>

		<summary type="html">&lt;p&gt;B Jetty: Created page with &amp;quot;{{Softwarepage|cae/ansys}}  {| width=600px class=&amp;quot;wikitable&amp;quot; |- ! Description !! Content |- | module load | cae/ansys |- | License | Academic. See: [http://www.ansys.com/Academic/educator-tools/Licensing+&amp;amp;+Terms+of+Use Licensing and Terms-of-Use]. |- | Citing  | [http://www.ansys.com/academic/educator-tools/ Citations] |- | Links | [http://www.ansys.com/ Ansys Homepage] &amp;amp;#124; [http://www.ansys.com/Academic/educator-tools/Support+Resources Support and Resources] |- | Gra...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|cae/ansys}}&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;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Academic. See: [http://www.ansys.com/Academic/educator-tools/Licensing+&amp;amp;+Terms+of+Use Licensing and Terms-of-Use].&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| [http://www.ansys.com/academic/educator-tools/ Citations]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Ansys Homepage] &amp;amp;#124; [http://www.ansys.com/Academic/educator-tools/Support+Resources Support and Resources]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
&#039;&#039;&#039;ANSYS&#039;&#039;&#039; is a general purpose software to simulate interactions of all disciplines of physics, structural, fluid dynamics, heat transfer, electromagnetic etc. For more information about ANSYS products please visit [http://www.ansys.com/Industries/Academic/ http://www.ansys.com/Industries/Academic/]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The cae/ansys modules are using the KIT license server and are reserved for members of the KIT only. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
see http://www.scc.kit.edu/produkte/6724.php &amp;gt; &amp;quot;Kurzanleitung&amp;quot; &amp;gt; &amp;quot;#FLUENT-Aufruf_auf_den_Linux-Clustern_des_SCC&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
see http://www.scc.kit.edu/produkte/3852.php &amp;gt; &amp;quot;Kurzanleitung&amp;quot; &amp;gt; &amp;quot;#CFX_auf_den_Linux-Clustern_des_SCC&amp;quot;&lt;/div&gt;</summary>
		<author><name>B Jetty</name></author>
	</entry>
</feed>