Skip to content
Snippets Groups Projects
Commit 16116050 authored by Christian Engwer's avatar Christian Engwer
Browse files

fixed issue on systems with multiple mpi installations

[[Imported from SVN: r4796]]
parent 0dc15156
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ test_lam () {
cat >conftest.c <<_EOF
#include <mpi.h>
#include <stdio.h>
#include <lam_config.h>
int main() {
printf ("%i%i\n", LAM_MAJOR_VERSION, LAM_MINOR_VERSION);
......
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