-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.html
28 lines (28 loc) · 1.44 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1>Sample codes for HPC</h1>
<p>Version 0.01</p>
<p>Date: 2017-03-09</p>
<p>This is a collection of sample programs, job scripts, and input files
to help new users become familiar with ODU's HPC environment.
These samples are furnished by Old Dominion University (ODU) Research
Computing Services and is primarily intended for ODU research
computing users.</p>
<p>The samples include programs written in C++, Python, and R and their
batch job scripts.</p>
<p>Sample scripts for SGE job scheduler for Turing HPC are also provided.
These sample scripts are provided in <code>turing/<LANG></code> subdirectory for
samples written in the <code><LANG></code> languages.</p>
<p>Documentation and tutorials are provided in <code>docs/</code> subdirectory.</p>
<p>All programs and documentations are meant to be examples for learning,
as well as starting point to build your own programs/scripts.
Feel free to copy and modify them to suit your need.</p>
<h2>First-hand experience</h2>
<p>The first example of computational task to try out is the
multiplication of two matrices.
Please see the details in <a href="docs/matmul1.html">matmul1.html</a> .
In this task, you will learn about a batch job and how to submit a
batch job.</p>
<h2>Help</h2>
<p>Turing's documentation is located at
<a href="https://docs.hpc.odu.edu/">https://docs.hpc.odu.edu/</a> .</p>
<p>If you have questions or comments regarding the sample code, please
drop off an email at [email protected] .</p>