mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
ef97b40196
However, this breaks the 4x4 example in update cycle 8169.
7 lines
97 B
Bash
7 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
export HDF5_CXX=icpc
|
|
export HDF5_CXXLINKER=icpc
|
|
|
|
export PATH=$PWD/bin:$PATH
|