From 0ebfd92e2529893f7bd689d2f43ca6ff8564fa7c Mon Sep 17 00:00:00 2001 From: pelibby16 <pelibby16@earlham.edu> Date: Wed, 8 Jan 2025 16:44:49 -0500 Subject: [PATCH] move extra batch computing to supplimental for merge --- .../README.md => supplimental-material/batch-computing2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename topical-units/batch-computing/README.md => supplimental-material/batch-computing2.md (98%) diff --git a/topical-units/batch-computing/README.md b/supplimental-material/batch-computing2.md similarity index 98% rename from topical-units/batch-computing/README.md rename to supplimental-material/batch-computing2.md index 2f2c9df..2496896 100644 --- a/topical-units/batch-computing/README.md +++ b/supplimental-material/batch-computing2.md @@ -48,7 +48,7 @@ Experiment with differnet choices for a, b and n until the job takes about an ho Once you know values to use so that it will take about an hour to run normally, you are ready to move onto the following step. -When you are confident you have proven your program is correct, prepend it with the `time` command and submit it to Slurm using `sbatch`. **Run it on lovelace.cluster.earlham.edu**. You can connect to lovelace (and all the other cluster nodes) by first ssh'ng to cluster.earlham.edu and from there to any of the other cluster nodes. +When you are confident you have proven your program is correct, prepend it with the `time` command and submit it to Slurm using `sbatch`. **Run it on Hamilton, Whedon, or Faraday**. You can connect to lovelace (and all the other cluster nodes) by first ssh'ng to cluster.earlham.edu and from there to any of the other cluster nodes. Make sure that your submission includes: * Makefile -- GitLab