Skip to content

Commit 77dd76f

Browse files
committed
activate scalapack
1 parent c936bf1 commit 77dd76f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

activate.sh

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ add_to_path $CODE/scripts
1717
export PATH
1818
add_to_library_path $CODE/libneo/build
1919
add_to_library_path $CODE/efit_to_boozer/build
20+
21+
if [ -d $CODE/external/scalapack ]; then
22+
add_to_library_path $CODE/external/scalapack/build/lib
23+
fi
2024
export LD_LIBRARY_PATH
2125

2226
source $CODE/.venv/bin/activate

0 commit comments

Comments
 (0)