Update building on cave cluster authored by Thomas Vierjahn's avatar Thomas Vierjahn
...@@ -13,9 +13,9 @@ conan remote add bincrafters_public https://api.bintray.com/conan/bincrafters/pu ...@@ -13,9 +13,9 @@ conan remote add bincrafters_public https://api.bintray.com/conan/bincrafters/pu
### Environment ### Environment
```bash ```bash
module unload intel
module load cmake/3.10.1 module load cmake/3.10.1
module load gcc/6 module load gcc/6
module unload intel
``` ```
### Build System ### Build System
... ...
......