Skip to content

Instantly share code, notes, and snippets.

View yylin1's full-sized avatar
:octocat:
Focusing

Yi-Yang Lin yylin1

:octocat:
Focusing
View GitHub Profile
@yylin1
yylin1 / .bashrc
Last active April 11, 2023 14:02 — forked from shibacow/.bashrc
HPL-GPU execute
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:/opt/intel/compilers_and_libraries/linux/lib/intel64:/home/ubuntu/hpl/src/cuda:/opt/openmpi/lib
export PATH=/opt/openmpi/bin:$PATH