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