This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\#!/bin/bash | |
whatscr() { echo "gccprefab - Wil's GCC easy build script"; } | |
whenscr() { echo "Last updated: Jun 11, 2022 (WYP)"; } | |
usage() { echo "Usage: $0 [options] configfile"; } | |
helptext() { | |
echo "Available options:" | |
echo " -h, --help Display this help text" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#BSUB -P MAT201 | |
#BSUB -W 2:00 | |
#BSUB -nnodes 16 | |
#BSUB -alloc_flags "smt4" | |
#BSUB -J crpa-nio-pm | |
#BSUB -N [email protected] | |
export exe="elk-nv-prof-acc" |