Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 36 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,27 +86,38 @@ <h1>RADICAL Cybertools</h1>
</div>

<div class="content-section-b" id="RADICALPilot">
<div class="container">
<div class="row">
<div class="col-lg-7 col-lg-offset-1 col-sm-push-4 col-sm-6">
<div class="clearfix"></div>
<h2 class="section-heading">RADICAL-Pilot</h2>
<p class="infoblurb">RADICAL-Pilot uses pilots in order to achieve the scalable execution of large numbers of tasks. A pilot is a job submitted to a machine in order to acquire exclusive use of a chunk of its resources. Once the pilot becomes active, it can execute the tasks specified by the user. Instead of having each task waiting on a machine to be executed, the user only has to wait once with a pilot! RADICAL-Pilot allows users to specify resources in the form of pilots and their tasks separately so the user can wait once and run everything.
<p>
<a class="btn btn-pilot" role="button" href="./radical-pilot/basic_example.html">Basic Example</a>
<a class="btn btn-pilot" role="button" href="./radical-pilot/quick_start.html">Getting Started</a>
<a class="btn btn-pilot" role="button" href="./radical-pilot/index.html">More Info</a>
<a class="btn btn-pilot" role="button" href="http://radicalpilot.readthedocs.org/">Documentation</a>
<a class="btn btn-pilot" role="button" href="https://github.com/radical-cybertools/radical.pilot">Github Project</a>
</p>

</div>
<div class="col-lg-4 col-sm-pull-8 col-sm-6">
<a href="img/radical-pilot.png"><img class="img-responsive" src="img/radical-pilot.png" alt=""></a>
</div>
<div class="container">
<div class="row">
<div class="col-lg-7 col-lg-offset-1 col-sm-push-4 col-sm-6">
<div class="clearfix"></div>
<h2 class="section-heading">RADICAL-Pilot</h2>
<p class="infoblurb">

RADICAL-Pilot (RP) is a scalable and flexible Pilot-Job system
that provides application-level resource management capabilities
on HPC resources. RP interfaces to various low level resource
managers like Slurm, PBS(Pro), Torque, LSF, and Cobalt, and also
to various task execution backends like Slurm, OpenMPI, MPICH,
PRTE, JSRUN, Flux, Dragon, and others. Next to managing
executable tasks, RP can also run Python function on the target
resources if the execution backend supports it (e.g. for Raptor,
Dragon).

<p>
<a class="btn btn-pilot" role="button" href="./radical-pilot/basic_example.html">Basic Example</a>
<a class="btn btn-pilot" role="button" href="./radical-pilot/quick_start.html">Getting Started</a>
<a class="btn btn-pilot" role="button" href="./radical-pilot/index.html">More Info</a>
<a class="btn btn-pilot" role="button" href="http://radicalpilot.readthedocs.org/">Documentation</a>
<a class="btn btn-pilot" role="button" href="https://github.com/radical-cybertools/radical.pilot">Github Project</a>
</p>
Comment on lines +93 to +112
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

There are a couple of issues here:

  1. Invalid HTML: The <p> tag on line 106 is nested inside the <p> tag from line 94. Paragraph tags cannot be nested. This can lead to unpredictable rendering in browsers.
  2. Indentation: The <h2> on line 93 and the <p> on line 94 have incorrect indentation.

The suggestion below fixes both issues by properly closing the first paragraph before starting the second one and correcting the indentation.

            <h2 class="section-heading">RADICAL-Pilot</h2>
            <p class="infoblurb">

            RADICAL-Pilot (RP) is a scalable and flexible Pilot-Job system
            that provides application-level resource management capabilities
            on HPC resources.  RP interfaces to various low level resource
            managers like Slurm, PBS(Pro), Torque, LSF, and Cobalt, and also
            to various task execution backends like Slurm, OpenMPI, MPICH,
            PRTE, JSRUN, Flux, Dragon, and others.  Next to managing
            executable tasks, RP can also run Python function on the target
            resources if the execution backend supports it (e.g. for Raptor,
            Dragon).
            </p>
            <p>
              <a class="btn btn-pilot" role="button" href="./radical-pilot/basic_example.html">Basic Example</a>
              <a class="btn btn-pilot" role="button" href="./radical-pilot/quick_start.html">Getting Started</a>
              <a class="btn btn-pilot" role="button" href="./radical-pilot/index.html">More Info</a>
              <a class="btn btn-pilot" role="button" href="http://radicalpilot.readthedocs.org/">Documentation</a>
              <a class="btn btn-pilot" role="button" href="https://github.com/radical-cybertools/radical.pilot">Github Project</a>
            </p>


</div>
<div class="col-lg-4 col-sm-pull-8 col-sm-6">
<a href="img/radical-pilot.png"><img class="img-responsive" src="img/radical-pilot.png" alt=""></a>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->

Expand All @@ -125,7 +136,7 @@ <h2 class="section-heading">Ensemble Toolkit</h2>
<a class="btn btn-enmd" role="button" href="./entk/index.html">More Info</a>
<a class="btn btn-enmd" role="button" href="https://radicalentk.readthedocs.io/">Documentation</a>
<a class="btn btn-enmd" role="button" href="https://github.com/radical-cybertools/radical.entk">Github Project </a>
</p>
</p>
</div>
<div class="col-lg-4 col-sm-pull-8 col-sm-6">
<a href="img/radical-enmd.png"><img class="img-responsive" src="img/radical-enmd.png" alt=""></a>
Expand All @@ -143,11 +154,11 @@ <h2 class="section-heading">Ensemble Toolkit</h2>
<div class="clearfix"></div>
<h2 class="section-heading">RADICAL-SAGA</h2>
<p class="infoblurb">RADICAL-SAGA is the <i>infrastructure access
layer</i> of the RADICAL Cybertools stack. It provides
a homogeneous programming interface to the majority of production
HPC queuing systems, Grid- and Cloud-services.
layer</i> of the RADICAL Cybertools stack. It provides
a homogeneous programming interface to the majority of production
HPC queuing systems, Grid- and Cloud-services.
RADICAL-SAGA supports XSDE and OSG resources as well
as academic and commercial cloud computing platforms.
as academic and commercial cloud computing platforms.
</p>
<p><a class="btn btn-saga" role="button" href="./saga-python/index.html">
More Info</a>
Expand All @@ -168,7 +179,7 @@ <h2 class="section-heading">RADICAL-SAGA</h2>

<div id="footer">
<div class="container">
<p align="center">Copyright &copy; 2014-2016 <a href="http://radical.rutgers.edu">RADICAL Research</a> at
<p align="center">Copyright &copy; 2014-2016 <a href="http://radical.rutgers.edu">RADICAL Research</a> at
<a href="http://www.rutgers.edu">
Rutgers University </a></p>
</div>
Expand Down
Loading