Skip to content

Commit 70b03ba

Browse files
maherouluszczek
authored andcommitted
Mass convert Mantevo to HPCG
M web/contact.php M web/publications.php M web/research.php M web/mail_lists.php M web/common/header.html M web/events.php M web/developer_tools.php M web/faq.php M web/download.php M web/documentation.php M web/resources.php M web/about.php M web/news.php M web/packages.php M web/license.php M web/software_design.php M web/default.php M web/index.html M web/applications.php M web/team.php M web/release_notes.php git-svn-id: svn+ssh://software.sandia.gov/svn/hpcg/trunk@150 5e06a57e-6b39-4354-92a0-249a7d0c5410
1 parent 052fb6e commit 70b03ba

21 files changed

+77
-77
lines changed

web/about.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - About');
5+
$page->setPageTitle('HPCG - About');
66
$page->setNavIdentifier('about');
77
?>
88

99
<?php include 'common/header.html' ?>
1010

1111
<div class="breadcrumb">About</div>
1212

13-
<h3>About the Mantevo project</h3>
13+
<h3>About the HPCG project</h3>
1414

15-
<p>The Mantevo project is an effort to provide open-source software packages for the analysis, prediction and
15+
<p>The HPCG project is an effort to provide open-source software packages for the analysis, prediction and
1616
improvement of high performance computing applications.</p>
1717

1818
<p><b>Goals for the project include:</b>
@@ -37,9 +37,9 @@
3737
</ul>
3838
</p>
3939

40-
<h3>Mantevo Overview Paper</h3>
40+
<h3>HPCG Overview Paper</h3>
4141

42-
<p><a href=MantevoOverview.pdf> Improving Performance via Mini-applications (Mantevo Overview) </a></p>
42+
<p><a href=HPCGOverview.pdf> Improving Performance via Mini-applications (HPCG Overview) </a></p>
4343

4444

4545
<br/>

web/applications.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Applications');
5+
$page->setPageTitle('HPCG - Applications');
66
$page->setNavIdentifier('about');
77

88
$x = <<< END
@@ -20,14 +20,14 @@
2020

2121
<p><b>Current activities:</b>
2222

23-
Mantevo miniapps and minidrivers target a variety of application domains. Presently we address aspects of the following domains.
23+
HPCG miniapps and minidrivers target a variety of application domains. Presently we address aspects of the following domains.
2424

2525
<ul>
2626
<li><b>Implicit unstructured partial differential equations:</b>
27-
Although this is a very broad area, a number of Mantevo packages address it fairly well.
27+
Although this is a very broad area, a number of HPCG packages address it fairly well.
2828
This is because many of these applications have a highly localized, operation-intensive phase for constructing a sparse linear
29-
system, followed by solution of the system via an iterative sparse solver. This is the most mature area for Mantevo since it
30-
is one of the most important areas for Sandia, where Mantevo started. The following miniapps and minidrivers address this domain:</li>
29+
system, followed by solution of the system via an iterative sparse solver. This is the most mature area for HPCG since it
30+
is one of the most important areas for Sandia, where HPCG started. The following miniapps and minidrivers address this domain:</li>
3131
<ul>
3232
<li><b>MiniFE:</b> (Miniapp) Intended to be the best approximation to an unstructured implicit finite that includes
3333
all important computational phases.</li>
@@ -42,7 +42,7 @@
4242

4343
<li><b>Explicit unstructured partial differential equations:</b>
4444
Again this is a very broad area, and very important. This domain is typified by indirect
45-
addressing, vector operations and contact detection. Mantevo has one miniapp in this area, and a few others under development.</li>
45+
addressing, vector operations and contact detection. HPCG has one miniapp in this area, and a few others under development.</li>
4646
<ul>
4747
<li> <b>phdMesh:</b> Parallel heterogeneous dynamic mesh application. Exhibits the performance characteristics
4848
of the contact search operations in an explicit finite element application.</li>

web/common/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- head ################################################################## -->
77
<head>
88
<title><?php echo $page->getPageTitle(); ?></title>
9-
<meta name="description" content="The Mantevo Project Home Page" />
9+
<meta name="description" content="The HPCG Project Home Page" />
1010
<meta name="keywords" content="optimization, uncertainty quantification,
1111
analysis, large-scale, engineering, c++, prallel computing" />
1212
<meta name="sandia.approval_type" content="formal" />
@@ -44,7 +44,7 @@
4444
<div id="headerContainer"><div id="header">
4545
<a href="<?php echo $page->getPathToWebRoot(); ?>default.php">
4646
<img src="<?php echo $page->getPathToWebRoot(); ?>common/logo_mantevo_blue.jpg"
47-
style="float: center;" alt="The Mantevo Project"/></a>
47+
style="float: center;" alt="The HPCG Project"/></a>
4848
<br clear="both"/>
4949
</div></div>
5050

web/contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Contact');
5+
$page->setPageTitle('HPCG - Contact');
66
$page->setNavIdentifier('home');
77

88
$y = <<< END

web/default.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Home');
5+
$page->setPageTitle('HPCG - Home');
66
$page->setNavIdentifier('home');
77
$page->setPageIdentifier('home');
88
?>
@@ -31,14 +31,14 @@
3131

3232
<p>Released: <strong>January 1, 2008</strong></p>
3333

34-
<p><a href="download.php">Download Mantevo 1.0 now</a>.</p>
34+
<p><a href="download.php">Download HPCG 1.0 now</a>.</p>
3535
</div>
3636
</div>
3737
-->
3838

39-
<h2>Welcome to the Mantevo Project Home Page</h2>
39+
<h2>Welcome to the HPCG Project Home Page</h2>
4040

41-
<p>Mantevo is a multi-faceted application performance project. It provides application proxies of several types and sizes:
41+
<p>HPCG is a multi-faceted application performance project. It provides application proxies of several types and sizes:
4242

4343
<ul>
4444
<li><b>Miniapplications:</b> Small, self-contained programs that embody essential performance characteristics of key applications.</li>
@@ -48,20 +48,20 @@
4848
</ul>
4949
</p>
5050

51-
<h2>Mantevo Suite Release 1.0</h2>
51+
<h2>HPCG Suite Release 1.0</h2>
5252

53-
<p>Mantevo Suite Release 1.0, the first release of the Mantevo Suite, is
53+
<p>HPCG Suite Release 1.0, the first release of the HPCG Suite, is
5454
now <a href="download.php">available for download</a>. See the
5555
<a href="release_notes.php">release notes</a> for more information.</p>
5656

57-
<h2>Mantevo Overview Paper</h2>
57+
<h2>HPCG Overview Paper</h2>
5858

59-
<p><a href=MantevoOverview.pdf> Improving Performance via Mini-applications (Mantevo Overview) </a></p>
59+
<p><a href=HPCGOverview.pdf> Improving Performance via Mini-applications (HPCG Overview) </a></p>
6060

61-
<h2>Mantevo Virtual Machine</h2>
61+
<h2>HPCG Virtual Machine</h2>
6262

6363
<p>A <a href=https://www.virtualbox.org>VirtualBox</a> virtual machine preloaded with the proxy apps featured at the SC12 Proxy App Tutorial is <a href=./VirtualMachine.php>available for download</a>. Using the virtual
64-
machine is perhaps the simplest way to try some of the Mantevo proxy apps for
64+
machine is perhaps the simplest way to try some of the HPCG proxy apps for
6565
the first time. VirtualBox runs on Linux, Mac, or Windows.</p>
6666

6767
<?php include 'common/footer.html' ?>

web/developer_tools.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Developer Tools');
5+
$page->setPageTitle('HPCG - Developer Tools');
66
$page->setNavIdentifier('resources');
77

88
$x = <<< END
@@ -18,9 +18,9 @@
1818

1919
<div class="breadcrumb"><a href="resources.php">Resources</a> - Developer Tools</div>
2020

21-
<p>Please contact the project leader for access to Mantevo developer tools.</p>
22-
<p>Once you have an account on software.sandia.gov and are a member of the Unix groups MantevoDevelopers and MantevoUsers, you can obtain a working copy of the archive using the following command (note this is a single command, even if it appears to be two):</p>
23-
<p>svn checkout svn+ssh://[email protected]/space/sandiasvn/public/mantevo/trunk Mantevo</p>
21+
<p>Please contact the project leader for access to HPCG developer tools.</p>
22+
<p>Once you have an account on software.sandia.gov and are a member of the Unix groups HPCGDevelopers and HPCGUsers, you can obtain a working copy of the archive using the following command (note this is a single command, even if it appears to be two):</p>
23+
<p>svn checkout svn+ssh://[email protected]/space/sandiasvn/public/hpcg/trunk HPCG</p>
2424

2525
<!--
2626
<h2>Repository (restricted access)</h2>

web/documentation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Documentation');
5+
$page->setPageTitle('HPCG - Documentation');
66
$page->setNavIdentifier('resources');
77

88
$x = <<< END
@@ -18,7 +18,7 @@
1818
<div class="breadcrumb"><a href="resources.php">Resources</a> - Documentation</div>
1919

2020
<p>Reference Documentation for Common Utilities, specifically YAML classes, is <a href="common/html/index.html">here.</a></p>
21-
<p>Each Mantevo package maintains its own documentation in the software distribution.</p>
21+
<p>Each HPCG package maintains its own documentation in the software distribution.</p>
2222

2323
<!--
2424
<ul class="docs">

web/download.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Download');
5+
$page->setPageTitle('HPCG - Download');
66
$page->setNavIdentifier('download');
77

88
$y = <<< END
@@ -33,10 +33,10 @@
3333

3434
<div class="breadcrumb">Download</div>
3535

36-
<h3>Mantevo Suite Release Version 1.0.2</h3>
36+
<h3>HPCG Suite Release Version 1.0.2</h3>
3737

38-
<p>The current Mantevo Suite Release version is 1.0.2. Each proxy application
39-
included in the Suite is distributed separately. Mantevo Suite Release 1.0.2
38+
<p>The current HPCG Suite Release version is 1.0.2. Each proxy application
39+
included in the Suite is distributed separately. HPCG Suite Release 1.0.2
4040
is comprised of seven miniapplications, and one minidriver. This release
4141
contains the same version of many of the proxy applications as the 1.0.1 Suite
4242
Release. Whenever a new version of a proxy application is released,
@@ -80,20 +80,20 @@
8080

8181
<p><b>**</b> New version for Suite Release 1.0.2.
8282

83-
<h3>Mantevo Tools</h3>
83+
<h3>HPCG Tools</h3>
8484

8585
<ul>
86-
<li><a href="https://github.com/dwbarne/PYLOTDB">Co-Pylot</a>: Post-processing tool that accepts Mantevo YAML output files and stores each as a record in a MySQL database and can display the results in graphs and charts.</li>
86+
<li><a href="https://github.com/dwbarne/PYLOTDB">Co-Pylot</a>: Post-processing tool that accepts HPCG YAML output files and stores each as a record in a MySQL database and can display the results in graphs and charts.</li>
8787
</ul>
8888
<br/>
8989
<h2>Open Source Software</h2>
9090

91-
<p>Mantevo proxy applications are open source software. Some Mantevo proxy
91+
<p>HPCG proxy applications are open source software. Some HPCG proxy
9292
applications are available for download under a
9393
<a href="http://www.gnu.org/copyleft/lgpl.html">GNU Lesser General Public License (LGPL)</a>,
9494
others are available under a <a href="https://github.com/exmatex/CoMD/blob/master/copyright.txt">BSD License</a>. The license for each proxy app is specified
9595
in the applicable tarball. Release announcements will be sent
96-
to the Mantevo[email protected] mail list.</p>
96+
to the HPCG[email protected] mail list.</p>
9797

9898
<!--
9999
<ul>

web/events.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - Events');
5+
$page->setPageTitle('HPCG - Events');
66
$page->setNavIdentifier('events');
77
?>
88

@@ -11,7 +11,7 @@
1111
<div class="breadcrumb">Events</div>
1212

1313

14-
<p>Mantevo-related events.</p>
14+
<p>HPCG-related events.</p>
1515

1616

1717
<?php include 'common/footer.html' ?>

web/faq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include 'common/page.php';
33
$page = new Page();
44
$page->setPathToWebRoot('');
5-
$page->setPageTitle('Mantevo - FAQ');
5+
$page->setPageTitle('HPCG - FAQ');
66
$page->setNavIdentifier('resources');
77

88
$x = <<< END

0 commit comments

Comments
 (0)