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).
- 20:05, 20 October 2022 James talk contribs created page GAUSS (Created page with "A SLURM submit script for GAUSS that runs on 1 processor (core) follows: <pre> #!/bin/bash #SBATCH --partition production #SBATCH --job-name GAUSS_job #SBATCH --nodes=1 #SBATCH --ntasks=1 #SBATCH --mem=2880 # Find out name of master execution host (compute node) echo -n ">>>> SLURM Master compute node is: " hostname echo "" # You must explicitly change to the working directory in SLURM cd $SLURM_SUBMIT_DIR # # Point to the serial executable to run # echo ">>>> Begin...")