From 099822610247583398d174e5f9699fee35347d0f Mon Sep 17 00:00:00 2001 From: Porter Libby <pelibby16@earlham.edu> Date: Mon, 26 Feb 2024 15:05:10 -0500 Subject: [PATCH] edit batch compute --- cs-fundamentals/batch-computing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-fundamentals/batch-computing.md b/cs-fundamentals/batch-computing.md index 7897c6a..e2e78a9 100644 --- a/cs-fundamentals/batch-computing.md +++ b/cs-fundamentals/batch-computing.md @@ -23,7 +23,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.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. Make sure that your submission includes: * Makefile -- GitLab