Difference between revisions of "Running applications"
From ScientificComputing
Line 12: | Line 12: | ||
<div><ul> <!-- The <div><ul><li> code displays tables side by side when window width allows it --> | <div><ul> <!-- The <div><ul><li> code displays tables side by side when window width allows it --> | ||
+ | |||
<li style="display: inline-table;"> | <li style="display: inline-table;"> | ||
{| class="wikitable" | style="background: white;text-align:center;" | {| class="wikitable" | style="background: white;text-align:center;" | ||
− | !style="background: #bfe5d9;color:black;" |[[File: | + | !style="background: #bfe5d9;color:black;" |[[File:mpibcast.png|140px]] <br /> Parallel computing |
|- style="background: white;text-align:left;" | |- style="background: white;text-align:left;" | ||
− | | [[ | + | |[[MPI hello world in C| - MPI hello world in C]] <br />[[Distributed computing in R with Rmpi | - Distributed computing in R with Rmpi]] |
|} | |} | ||
</li> | </li> | ||
+ | |||
<li style="display: inline-table;"> | <li style="display: inline-table;"> | ||
− | |||
{| class="wikitable" | style="background: white;text-align:center;" | {| class="wikitable" | style="background: white;text-align:center;" | ||
− | !style="background: #bfe5d9;color:black;" |[[File: | + | !style="background: #bfe5d9;color:black;" |[[File:neuralnetwork.png|140px]] <br /> Machine Learning |
|- style="background: white;text-align:left;" | |- style="background: white;text-align:left;" | ||
− | |[[ | + | | [[Train a neural network model with TensorFlow]] |
|} | |} | ||
</li> | </li> | ||
+ | |||
</ul></div> | </ul></div> | ||
<div><ul> <!-- The <div><ul><li> code displays tables side by side when window width allows it --> | <div><ul> <!-- The <div><ul><li> code displays tables side by side when window width allows it --> | ||
+ | |||
<li style="display: inline-table;"> | <li style="display: inline-table;"> | ||
{| class="wikitable" | style="background: white;text-align:center;" | {| class="wikitable" | style="background: white;text-align:center;" | ||
! Python | ! Python | ||
|- style="background: white;text-align:left;" | |- style="background: white;text-align:left;" | ||
− | |[[ | + | |[[Python virtual environment]] |
|} | |} | ||
</li> | </li> | ||
+ | |||
+ | <li style="display: inline-table;"> | ||
+ | {| class="wikitable" | style="background: white;text-align:center;" | ||
+ | ! Container | ||
+ | |- style="background: white;text-align:left;" | ||
+ | |[[Deploy a container using Singularity]] | ||
+ | |} | ||
+ | </li> | ||
+ | </ul></div> | ||
+ | |||
+ | <div><ul> <!-- The <div><ul><li> code displays tables side by side when window width allows it --> | ||
<li style="display: inline-table;"> | <li style="display: inline-table;"> | ||
Line 45: | Line 59: | ||
|} | |} | ||
</li> | </li> | ||
+ | |||
<li style="display: inline-table;"> | <li style="display: inline-table;"> | ||
{| class="wikitable" | style="background: white;text-align:center;" | {| class="wikitable" | style="background: white;text-align:center;" | ||
Line 52: | Line 67: | ||
|} | |} | ||
</li> | </li> | ||
+ | |||
<li style="display: inline-table;"> | <li style="display: inline-table;"> | ||
{| class="wikitable" | style="background: white;text-align:center;" | {| class="wikitable" | style="background: white;text-align:center;" |
Revision as of 08:36, 7 June 2021
Home > |
-
Parallel computing- MPI hello world in C
- Distributed computing in R with Rmpi -
Machine LearningTrain a neural network model with TensorFlow
-
Python Python virtual environment -
Container Deploy a container using Singularity
-
Comsol - Comsol MATLAB LiveLink
- Comsol files in the home directory -
MATLAB Using MATLAB's Parallel Computing Toolkit -
More applications - Using Gaussian on Euler
- Turbomole
Home > |