diff --git a/cs-fundamentals/batch-computing.md b/cs-fundamentals/batch-computing.md index 7897c6a03f2981a42c7e8bdd7943240535260dfc..e2e78a9008f500e9604825f3ed5c8d2ef6301d21 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