From 33f3527ff62f09f55bff218950c6e4464995eb1c Mon Sep 17 00:00:00 2001 From: zingale Date: Fri, 5 Jan 2024 17:27:50 +0000 Subject: [PATCH] deploy: feb845801a2fadbff4b4f520f569975238fc9c43 --- _sources/nersc-workflow.rst.txt | 17 +++++++++++++++++ nersc-workflow.html | 9 +++++++++ nersc.html | 1 + searchindex.js | 2 +- 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/_sources/nersc-workflow.rst.txt b/_sources/nersc-workflow.rst.txt index b495623..db708e1 100644 --- a/_sources/nersc-workflow.rst.txt +++ b/_sources/nersc-workflow.rst.txt @@ -63,6 +63,23 @@ and an estimate of the start time can be found via: to cancel a job, you would use ``scancel``. +Filesystems +^^^^^^^^^^^ + +We can run on the common filesystem, CFS, to share files with everyone +in the project. For instance, for project ``m3018``, we would do: + +.. prompt:: bash + + cd $CFS/m3018 + +There is a 20 TB quota here, which can be checked via: + +.. prompt:: bash + + showquota m3018 + + Chaining ^^^^^^^^ diff --git a/nersc-workflow.html b/nersc-workflow.html index cc3f46f..9452e86 100644 --- a/nersc-workflow.html +++ b/nersc-workflow.html @@ -56,6 +56,7 @@
  • Compiling at NERSC
  • Managing Jobs at NERSC