aboutsummaryrefslogtreecommitdiff
path: root/examples/ex-tnpair/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex-tnpair/README.md')
-rw-r--r--examples/ex-tnpair/README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/ex-tnpair/README.md b/examples/ex-tnpair/README.md
index 0eef691..54d489a 100644
--- a/examples/ex-tnpair/README.md
+++ b/examples/ex-tnpair/README.md
@@ -8,15 +8,9 @@ products.
Run `nix build -I bionix=../..` in this directory.
-# Building via HPC (slurm or torque)
+# Building via HPC (slurm)
Run `nix build -f cluster.nix` to build on slurm. Note that Nix must be
configured such that the temporary build directories are created on
-shared storage.
-
-For Torque, run `nix build -f cluster.nix -I bionix=../.. --argstr
-tmpDir /scratch/`. Unlike the slurm handler, a shared tmpdir location
-must be specified.
-
-In both cases, you may need to adjust the resource limits specified in
+shared storage. You may need to adjust the resource limits specified in
cluster.nix to suit your particular cluster hardware.