-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.html
39 lines (31 loc) · 1.64 KB
/
info.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
29
30
31
32
33
34
35
36
37
38
39
<head><title>deal.II Image</title></head>
<body>
<h1>Welcome to the deal.II virtual box image!</h1>
<p> <b>NOTE:</b> Before you get started, make sure you set up your
virtual machine settings to the appropriate <u>number of
cores</u> (<= the number of cores in your system) and
<u>amount of RAM</u> (at most your total RAM minus 1GB). Be aware
that a <u>powerful machine</u> is recommended for this virtual
image to work. For serious computations we recommend running
deal.II natively on a linux machine.
</p>
<p> For help please consult the README, FAQs, Tutorials, and mailing list
at <a href="http://dealii.org">http://dealii.org</a>. If you
have comments or questions about this image please contact
the mailing list or <a href="mailto:[email protected]">[email protected]</a>. </p>
<p> This image contains the following software you might find useful:
<ul>
<li><a href="http://dealii.org">deal.II</a> (release 9.4.0) configured with MPI, <a href="http://trilinos.org">Trilinos</a>, <a href="http://www.mcs.anl.gov/petsc/">PETSc</a>, <a href="http://www.p4est.org/">p4est</a>
<li><a href="http://aspect.dealii.org/">ASPECT</a> (software library for Mantle Convection based on deal.II, development version)
<li>for code editing: qtcreator, vscode, mousepad, and emacs
<li>for visualization: gnuplot, paraview, and visit
<li>for debugging: gdb and valgrind
</ul>
<p> If you need to install additional software you might need
the information of the local user account: <br/>
<b>username: </b> ubuntu <br/>
<b>password: </b> ubuntu <br/>
</p>
<p>
For more information see <a href="http://www.math.clemson.edu/~heister/dealvm">deal.II and ASPECT image</a>.
</body>