Commit 46e85456 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

fixed MPI

parent 17e00d6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ libmkl = declare_dependency(
)

deps += libmkl

deps += mpi_dep

if framework == 'openmp' or framework == 'opencl'
	add_global_arguments('-DARG_OPENMP=1', language: 'cpp')