-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cba1ef
commit e0b5b83
Showing
8 changed files
with
249 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
OARSUB tips | ||
=========== | ||
|
||
Cancel all jobs | ||
--------------- | ||
|
||
.. code:: bash | ||
oarstat -u username | awk '{print $1}' | xargs -n 1 oardel | ||
where username should be replaced by your ID. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>OARSUB tips — PSM tips and trics page</title> | ||
|
||
<link rel="stylesheet" type="text/css" href="_static/dist/fontawesome.css" /> | ||
<link rel="stylesheet" type="text/css" href="_static/dist/theme.css?v=ea6a6c20" /> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
<link rel="top" title="PSM tips and trics page" href="#" /> | ||
<link rel="prev" title="Unofficial tips and tricks page of the PSM team" href="index.html" /> | ||
</head> | ||
<body> | ||
<script type="text/javascript" src="_static/dist/blocking.js"></script> | ||
<header class="container-fluid bg-primary"> | ||
<a class="btn btn-sm btn-light skip-to-content-link" href="#main">Skip to content</a> | ||
<div class="container-fluid"> | ||
<div class="navbar navbar-expand-lg navbar-dark font-weight-bold"> | ||
<a href="index.html" | ||
title="Wagtail" | ||
class="logo navbar-brand" | ||
> | ||
<img src="_static/img/wagtail-logo-new.svg" width="45" height="59" alt="Wagtail" | ||
class="logo-img" | ||
/> | ||
Sphinx Wagtail Theme | ||
</a> | ||
|
||
|
||
<button class="navbar-toggler btn btn-primary d-lg-none" type="button" data-toggle="collapse" data-target="#collapseSidebar" aria-expanded="false" aria-controls="collapseExample"> | ||
<span class="navbar-toggler-icon"></span> | ||
<span class="sr-only">menu</span> | ||
</button> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<aside class="col-12 col-lg-3 sidebar-container"> | ||
<div id="collapseSidebar" class="collapse sticky-top d-lg-block pt-5 pr-lg-4"> | ||
<div id="searchbox" class="searchbox mb-6 px-1" role="search"> | ||
<form id="search-form" action="search.html" autocomplete="off" method="get" role="search"> | ||
<div class="input-group"> | ||
<div class="input-group-prepend"> | ||
<div class="input-group-text border-right-0 bg-white py-3 pl-3 pr-2"><span class="fas fa-search"></span></div> | ||
</div> | ||
<input class="form-control py-3 pr-3 pl-1 h-100 border-left-0" type="search" name="q" placeholder="Search documentation" aria-label="Search documentation" id="searchinput" /> | ||
</div> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div><div class="site-toc"> | ||
<nav class="toc mt-3" aria-label="Main menu"> | ||
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p> | ||
<ul class="current"> | ||
<li class="toctree-l1 current"><a class="current reference internal" href="#">OARSUB tips</a></li> | ||
</ul> | ||
|
||
</nav> | ||
<template data-toggle-item-template> | ||
<button class="btn btn-sm btn-link toctree-expand" type="button"> | ||
<span class="sr-only">Toggle menu contents</span> | ||
</button> | ||
</template> | ||
</div> | ||
<div class="d-lg-none border-bottom"> | ||
|
||
</div> | ||
</div> | ||
</aside> | ||
<div class="col-12 col-lg-9 pt-5"> | ||
<header class="row align-items-baseline"> | ||
<div class="col"> | ||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb m-0 p-0 bg-transparent"> | ||
<li class="breadcrumb-item"><a href="index.html">Docs</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">OARSUB tips</li> | ||
</ol> | ||
</nav> | ||
</div> | ||
<div class="col-sm-12 col-lg-auto mt-3 mt-lg-3"> | ||
<noscript> | ||
<p>JavaScript is required to toggle light/dark mode..</p> | ||
</noscript> | ||
<button id="wagtail-theme" class="btn btn-sm btn-light text-decoration-none" type="button"> | ||
<span class="dark-only"><i class="fas fa-sun"></i> Light mode</span> | ||
<span class="light-only"><i class="fas fa-moon"></i> Dark mode</span> | ||
</button> | ||
<a class="btn btn-sm btn-light text-decoration-none" href="https://github.com/wagtail/sphinx_wagtail_theme/blob/main/docs/oarsub.rst" rel="nofollow"> | ||
<span class="btn-icon"><span class="fab fa-github"></span></span> | ||
<span class="btn-text">Edit on GitHub</span> | ||
</a> | ||
<a class="btn btn-sm btn-light text-decoration-none" href="_sources/oarsub.rst.txt" rel="nofollow"> | ||
<span class="btn-icon"><span class="fas fa-code"></span></span> | ||
<span class="btn-text">View source</span> | ||
</a> | ||
|
||
</div> | ||
</header> | ||
<div class="row" > | ||
<div class="col-12"> | ||
<hr class="w-100 my-4"> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12 col-lg-9 order-last order-lg-first rst-content"> | ||
<main role="main" id="main"> | ||
<section id="oarsub-tips"> | ||
<h1>OARSUB tips<a class="headerlink" href="#oarsub-tips" title="Link to this heading">¶</a></h1> | ||
<section id="cancel-all-jobs"> | ||
<h2>Cancel all jobs<a class="headerlink" href="#cancel-all-jobs" title="Link to this heading">¶</a></h2> | ||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>oarstat<span class="w"> </span>-u<span class="w"> </span>username<span class="w"> </span><span class="p">|</span><span class="w"> </span>awk<span class="w"> </span><span class="s1">'{print $1}'</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>xargs<span class="w"> </span>-n<span class="w"> </span><span class="m">1</span><span class="w"> </span>oardel | ||
</pre></div> | ||
</div> | ||
<p>where username should be replaced by your ID.</p> | ||
</section> | ||
</section> | ||
|
||
</main> | ||
<nav aria-label="Page navigation" class="py-4 my-5 clearfix font-weight-bold border-top"> | ||
<a class="float-left" href="index.html" title="Previous"> | ||
<span aria-hidden="true">← </span>Unofficial tips and tricks page of the PSM team | ||
</a> | ||
</nav> | ||
</div> | ||
|
||
<nav class="col-12 col-lg-3 pb-4"> | ||
<div class="sticky-top toc page-toc" aria-labelledby="page-toc-heading"> | ||
<p class="font-weight-bold" id="page-toc-heading">Page contents</p> | ||
<ul> | ||
<li><a class="reference internal" href="#">OARSUB tips</a><ul> | ||
<li><a class="reference internal" href="#cancel-all-jobs">Cancel all jobs</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
</nav> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<footer class="container-fluid bg-primary text-light"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col p-4"> | ||
|
||
<nav aria-label="Footer"> | ||
<ul class="nav justify-content-center mb-2"> | ||
|
||
|
||
|
||
<li class="nav-item"><a class="nav-link text-light" href="https://wagtail.org/features/">Features</a></li> | ||
|
||
|
||
|
||
<li class="nav-item"><a class="nav-link text-light" href="https://wagtail.org/about-wagtail/"> About Wagtail</a></li> | ||
|
||
|
||
|
||
<li class="nav-item"><a class="nav-link text-light" href="https://wagtail.org/services/"> Services</a></li> | ||
|
||
|
||
|
||
<li class="nav-item"><a class="nav-link text-light" href="https://wagtail.org/blog/"> Blog</a></li> | ||
|
||
|
||
|
||
<li class="nav-item"><a class="nav-link text-light" href="https://wagtail.org/packages/"> Packages</a></li> | ||
|
||
|
||
|
||
<li class="nav-item"><a class="nav-link text-light" href="https://wagtail.org/developers/"> Developers</a></li> | ||
|
||
</ul> | ||
</nav> | ||
|
||
<div class="text-center"> | ||
<p style="display: none"> | ||
<a class="text-light" href="https://github.com/wagtail/sphinx_wagtail_theme" rel="nofollow" target="_blank"> | ||
Wagtail Sphinx Theme 6.3.0 | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="_static/documentation_options.js?v=d45e8c67"></script> | ||
<script src="_static/doctools.js?v=9a2dae69"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script type="text/javascript" src="_static/dist/theme.js"></script> | ||
<script type="text/javascript" src="_static/dist/vendor.js"></script> | ||
<script type="text/javascript" src="_static/searchtools.js"></script> | ||
<script type="text/javascript" src="_static/language_data.js"></script> | ||
<script type="text/javascript"> | ||
document.addEventListener('DOMContentLoaded', function() { Search.loadIndex("searchindex.js"); }); | ||
</script> | ||
<script type="text/javascript" id="searchindexloader"></script> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.