STRUCTURE: 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.

    20 October 2022

    • curprev 20:2120:21, 20 October 2022James talk contribs 7,599 bytes +7,599 Created page with "The following SLURM batch script shows how to run a single, basic Structure serial job: <pre> #!/bin/bash #SBATCH --partition production #SBATCH --job-name STRUCT_simple #SBATCH --nodes=1 #SBATCH --ntasks=1 # Find out name of master execution host (compute node) echo -n ">>>> SLURM Master compute node is: " hostname # You must explicitly change to the working directory in SLURM cd $SLURM_SUBMIT_DIR # Set the root directory for the 'structure' binary STROOT=/share/ap..."