Pre installation test for Open MPI 1.5.3.
This commit is contained in:
parent
bb64306630
commit
49d34c7dc5
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@ if [[ -d /opt/voltaire/fca ]]; then
|
||||||
echo "Voltair FCA found"
|
echo "Voltair FCA found"
|
||||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
src_pretest() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue