All public logs

Jump to navigation Jump to search

Combined display of all available logs of HPCC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:21, 20 October 2022 James talk contribs created page STRUCTURE (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...")