Baker-Lab-Umol: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 November 2023

  • curprev 20:2720:27, 29 November 2023Admin talk contribs 3,952 bytes +3,952 Created page with "=== Run the Umol Test Case === Make a directory for the SLURM submission script and the job output mkdir umol-test-case cd umol-test-case Using your favorite editor like `nano` copy-and-paste the following code and save the file as `submit.sh`. <pre> #!/bin/bash #SBATCH --chdir=./ # Working directory #SBATCH --mail-user=ssivy@tcnj.edu # Who to send emails to #SBATCH --mail-type=ALL # Send emails on start, end and failure #SBATCH --..."