mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-22 05:41:23 +01:00
4 lines
155 B
Plaintext
4 lines
155 B
Plaintext
export PATH=`pwd`:$PATH #put test_cases in path
|
|
export OMP_BASE_DIR=$( dirname `pwd` ) #directory above pwd is base
|
|
alias tc=test_codes
|