<?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=R+Mayer</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=R+Mayer"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/e/Special:Contributions/R_Mayer"/>
	<updated>2026-04-19T14:34:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2221</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=2221"/>
		<updated>2015-03-30T11:11:46Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS CFX batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/common/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2220</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=2220"/>
		<updated>2015-03-30T11:11:25Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS Fluent batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/common/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2219</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=2219"/>
		<updated>2015-03-30T11:10:59Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS Mechanical batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/common/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2218</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=2218"/>
		<updated>2015-03-30T10:49:18Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/common/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2217</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=2217"/>
		<updated>2015-03-30T09:32:25Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS Mechanical batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/common/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2216</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=2216"/>
		<updated>2015-03-30T09:29:07Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS Mechanical batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys/15.0.7_bw&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/common/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=2215</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=2215"/>
		<updated>2015-03-30T09:23:53Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS Mechanical batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/kit/cae/ansys_inc150/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=$(srun hostname)&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1070</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=1070"/>
		<updated>2014-05-27T06:52:27Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS Mechanical session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Mechanical batch jobs ==&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Mechanical job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/kit/cae/ansys_inc15/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1069</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=1069"/>
		<updated>2014-05-27T06:49:49Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description = &lt;br /&gt;
ANSYS 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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of ANSYS you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of ANSYS with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS APDL session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS APDL batch jobs ==&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS APDL job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/kit/cae/ansys_inc15/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1068</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=1068"/>
		<updated>2014-05-27T06:45:54Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
-------------------------- /opt/bwhpc/kit/modulefiles --------------------------&lt;br /&gt;
cae/ansys/15.0&lt;br /&gt;
&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles -------------------------&lt;br /&gt;
cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two licenses. The module &amp;lt;pre&amp;gt;cae/ansys/15.0_bw&amp;lt;/pre&amp;gt; uses the BW license server (25 academic research, 69 parallel processes) and &amp;lt;pre&amp;gt;cae/ansys/15.0&amp;lt;/pre&amp;gt; uses the KIT license server (only members of the KIT can use it). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of &amp;quot;ANSYS&amp;quot; you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0_bw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0 with the BW license.&lt;br /&gt;
&lt;br /&gt;
You can load the default version of &#039;&#039;ANSYS&#039;&#039; with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS APDL session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS APDL batch jobs ==&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS APDL job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys/15.0_bw&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/kit/cae/ansys_inc15/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1066</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=1066"/>
		<updated>2014-05-23T14:43:58Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* ANSYS APDL batch jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface (CLI) of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of &amp;quot;ANSYS&amp;quot; you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0&lt;br /&gt;
&lt;br /&gt;
You can load the default version of &#039;&#039;ANSYS&#039;&#039; with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS APDL session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS APDL batch jobs ==&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS APDL job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys/15.0&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/kit/cae/ansys_inc15/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; input.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 cores, 1 GB of memory per core, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -t4 -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1065</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=1065"/>
		<updated>2014-05-23T14:41:46Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface (CLI) of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of &amp;quot;ANSYS&amp;quot; you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0&lt;br /&gt;
&lt;br /&gt;
You can load the default version of &#039;&#039;ANSYS&#039;&#039; with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS APDL session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS APDL batch jobs ==&lt;br /&gt;
The following script could be submitted to the queueing system to run an ANSYS Fluent job in parallel:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
module load cae/ansys/15.0&lt;br /&gt;
export MPIRUN_OPTIONS=&amp;quot;-prot&amp;quot;&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
cd Arbeitsverzeichnis&lt;br /&gt;
export MACHINES=`/software/bwhpc/kit/cae/ansys_inc15/scc/machines.pl`&lt;br /&gt;
ansys150 -dis -b -j lal -machines $MACHINES &amp;lt; loch_h.f18&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
working_dir could start with $HOME or $WORK .&lt;br /&gt;
&lt;br /&gt;
To submit the example script to the queueing system execute the following (32 core, each 1 GB of memory, max. time 600 seconds) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
msub -l nodes=2:ppn=16,pmem=1000mb,walltime=600 Shell-Script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -t4 -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1064</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=1064"/>
		<updated>2014-05-23T14:29:32Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* Start commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface (CLI) of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of &amp;quot;ANSYS&amp;quot; you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0&lt;br /&gt;
&lt;br /&gt;
You can load the default version of &#039;&#039;ANSYS&#039;&#039; with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS APDL session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -t4 -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=BwUniCluster2.0/Software/Ansys&amp;diff=1063</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=1063"/>
		<updated>2014-05-23T14:28:24Z</updated>

		<summary type="html">&lt;p&gt;R Mayer: /* Loading the Module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{|  align=&amp;quot;right&amp;quot; {{Table|width=40%}}   --&amp;gt;&lt;br /&gt;
{|{{Softwarebox}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| cae/ansys&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| academic&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--|Citing&lt;br /&gt;
| &lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
| Links&lt;br /&gt;
| [http://www.ansys.com/ Homepage]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| User Forum&lt;br /&gt;
| --&amp;gt;&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;
A current list of the versions available on the bwUniCluster and bwForclusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/ CIS Information on ANSYS]&lt;br /&gt;
&lt;br /&gt;
On the command line interface (CLI) of a particular bwHPC cluster a list of all available ANSYS versions can be inquired as followed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the Module ==&lt;br /&gt;
If you wish to load a specific version of &amp;quot;ANSYS&amp;quot; you can do so by executing e.g.: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys/15.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to load the version 15.0&lt;br /&gt;
&lt;br /&gt;
You can load the default version of &#039;&#039;ANSYS&#039;&#039; with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load cae/ansys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start commands ==&lt;br /&gt;
To start an ANSYS session enter &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ansys150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To launch an ANSYS FLUENT session enter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fluent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command is to run the ANSYS Workbench&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ runwb2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Online documention is available from the help menu or by using the command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ anshelp150&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial ANSYS solver jobs must be submitted to the cluster queueing system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== ANSYS Fluent batch jobs ==&lt;br /&gt;
The following script &amp;quot;run_fluent.sh&amp;quot; could be submitted to the queueing system to run an ANSYS Fluent job in parallel using 4 cores on a single node:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=1:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=16000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## generate hosts list&lt;br /&gt;
export run_nodes=`srun hostname`&lt;br /&gt;
echo $run_nodes | sed &amp;quot;s/ /\n/g&amp;quot; &amp;gt; fluent.hosts&lt;br /&gt;
echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; fluent.hosts&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start fluent job&lt;br /&gt;
time fluent 3d -g -t4 -pib -cnf=fluent.hosts -i test.inp&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_fluent.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANSYS CFX batch jobs ==&lt;br /&gt;
With the script &amp;quot;run_cfx.sh&amp;quot; you can submit a CFX job to the queueing system to run in parallel using 8 cores on two node with the start-method &#039;Platform MPI Parallel&#039;:&lt;br /&gt;
{{bwFrameA|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#MSUB -l nodes=2:ppn=4&lt;br /&gt;
#MSUB -l walltime=0:10:00&lt;br /&gt;
#MSUB -l mem=32000mb&lt;br /&gt;
&lt;br /&gt;
## setup environment&lt;br /&gt;
export MPI_USESRUN=1&lt;br /&gt;
&lt;br /&gt;
## load ansys module&lt;br /&gt;
module load cae/ansys&lt;br /&gt;
&lt;br /&gt;
## start job&lt;br /&gt;
cfx5solve -def  test.def -part 8 -start-method &#039;Platform MPI Parallel&#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To submit the example script to the queueing system execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ msub run_cfx.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Engineering software]][[Category:bwUniCluster]]&lt;/div&gt;</summary>
		<author><name>R Mayer</name></author>
	</entry>
</feed>