Skip to content

Instantly share code, notes, and snippets.

View wyphan's full-sized avatar

Wileam Y. Phan wyphan

View GitHub Profile
@wyphan
wyphan / build.sh
Last active June 13, 2022 16:58
Wil's GCC easy build script. Deprecated in favor of wyphan/gccprefab repo.
\#!/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"
@wyphan
wyphan / job.summit.ncu.sh
Created June 22, 2021 16:47
Summit scripts for Nsight Systems and Nsight Compute
#!/bin/bash
#BSUB -P MAT201
#BSUB -W 2:00
#BSUB -nnodes 16
#BSUB -alloc_flags "smt4"
#BSUB -J crpa-nio-pm
#BSUB -N wphan@vols.utk.edu
export exe="elk-nv-prof-acc"