Skip to content
Snippets Groups Projects
Commit 47ce4d00 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Update config.sh

parent 8fcaf814
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mkdir build
cd build
export FC=mpif90 CC=mpicc CXX=mpic++
cmake -D CMAKE_BUILD_TYPE=Debug -DWITH_LIB_CXX=OFF ..
export FC=mpif90 CC=mpicc CXX=mpic++ F77=mpif90
cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_LIB_CXX=OFF ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment