Skip to content

Commit

Permalink
papers: remove many of the papers
Browse files Browse the repository at this point in the history
Over the past several years, many of the academic members of the Open
MPI community have not posted their papers to this web site.  In the
2018-03 OMPI developer meeting, we decided to take the majority of
content on this page down and rely on normal academic paper archiving
for access to the old papers.

Project-level presentations (e.g., SC BOF slides) sare kept here, as
are a small number of papers that detail the inner workings of Open
MPI itself.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Mar 21, 2018
1 parent 4745ab6 commit 35f3013
Showing 1 changed file with 12 additions and 58 deletions.
70 changes: 12 additions & 58 deletions papers/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php // -*- php -*-

$topdir = "..";
$title = "Open MPI Publications";
$lam_section = "papers";
$title = "Open MPI Slides and Presentations";

include_once("$topdir/includes/header.inc");
include_once("$topdir/papers/papers.inc");
Expand All @@ -29,7 +28,7 @@
?>
<!------------------------------------------------------------------------->

<p><B>Open MPI Bibliography and Papers:</B><BR>
<p><B>Open MPI project slides and public presentations:</B><BR>

<p><strong>2017</strong></p>
<ul>
Expand All @@ -50,26 +49,22 @@
<?php
print_papers(array("sc-2015",
"sc-2015-pmix",
"versioning-update-2015",
"controls-2015"));
"versioning-update-2015"));
?>
</ul>

<p><strong>2014</strong></p>
<UL>
<?php
print_papers(array("sc-2014",
"hpcs-2014-hwloc",
"psti-2014-netloc",
print_papers(array("sc-2014"
));
?>
</UL>

<p><strong>2013</strong></p>
<UL>
<?php
print_papers(array("sc-2013",
"euro-mpi-2013-iopp"
print_papers(array("sc-2013"
));
?>
</UL>
Expand All @@ -78,24 +73,15 @@
<UL>
<?php
print_papers(array("sc-2012",
"kcomputer-2012",
"mpi-java-presentation",
"mpi-java-spec",
"aosa-vol-2",
"cug-2012"));
"aosa-vol-2"
));
?>
</UL>

<p><strong>2011</strong></p>
<UL>
<?php
print_papers(array("sc-2011",
"cluster-2011-lama",
"euro-mpi-2011-log-validate",
"euro-mpi-2011-ompio",
"ipdps-dpdns-2011",
"ipdps-hips-2011",
"orcm-2011",
));
?>
</UL>
Expand All @@ -104,8 +90,6 @@
<UL>
<?php
print_papers(array("sc-2010",
"euro-mpi-2010-cr-debug",
"pdp-2010",
));
?>
</UL>
Expand All @@ -114,10 +98,6 @@
<UL>
<?php
print_papers(array("sc-2009",
"tr-uni-muenchen-8991",
"trinity-btl-2009",
"hpdc-2009",
"orcm-2009",
));
?>
</UL>
Expand All @@ -126,23 +106,14 @@
<UL>
<?php
print_papers(array("sc-2008",
"iccs-2008",
"euro-pvmmpi-2008-xrc"));
));
?>
</UL>

<p><strong>2007</strong></p>
<UL>
<?php
print_papers(array("euro-pvmmpi-2007-mtt",
"euro-pvmmpi-2007-ib",
"euro-pvmmpi-2007-nb-coll",
"euro-pvmmpi-2007-cray-mtl",
"euro-pvmmpi-2007-onesided",
"parco-2007",
"isc-2007",
"cac-2007",
"dpdns-2007",
print_papers(array("isc-2007",
"kicc-2007"));
?>
</UL>
Expand All @@ -151,42 +122,25 @@
<UL>
<?php
print_papers(array("sc-2006",
"heteropar-2006",
"dapsys-2006-self-healing-network",
"euro-pvmmpi-2006-app-ft",
"euro-pvmmpi-2006-hpc-protocols",
"euro-pvmmpi-2006-peruse",
"euro-pvmmpi-2006-mpi2-debugging",
"euro-pvmmpi-2006-scalable-rt-ft",
"euro-pvmmpi-2006-libnbc",
"euro-pvmmpi-2006-collective-alg-selection",
"iu-cs-tr635",
"ipdps-2006",
"euro-pvmmpi-2006-hpc-protocols",
"workshop-2006"));
?>
</UL>

<p><strong>2005</strong></p>
<UL>
<?php
print_papers(array("openib-workshop-2006",
"kicc-2005",
"sc-2005",
"lanl-2005-red-storm",
"euro-pvmmpi-2005-fortran",
"euro-pvmmpi-2005-mca-perf",
print_papers(array("sc-2005",
"euro-pvmmpi-2005-orte",
"ppam-2005",
"icpp-2005"));
));
?>
</UL>

<p><strong>2004</strong></p>
<UL>
<?php
print_papers(array("euro-pvmmpi-2004-overview",
"euro-pvmmpi-2004-p2p",
"euro-pvmmpi-2004-p2p-perf",
"ics-2004"));
?>
<UL>
Expand Down

0 comments on commit 35f3013

Please sign in to comment.