mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2025-04-28 11:24:45 +02:00
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
|