Skip to content
Snippets Groups Projects
Commit 1311b163 authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

add include dir for mpich

I guess it can't hurt to have too many include dirs, unless someone has
all of them... I'm not gonna worry about that now.
parent cdb5b00a
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ local_install_dir = '/scratch.local/chichi/installs'
include_dirs = ['src',
'/usr/lib64/mpi/gcc/openmpi/include',
'/usr/include/mpich',
os.path.join(local_install_dir, 'include')]
########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment