Fixed conflict between OpenMPI and CUDA 5.5
This commit is contained in:
parent
3acecd6b85
commit
1e98707c12
1 changed files with 2 additions and 1 deletions
3
ThirdParty/rpmBuild/SPECS/openmpi-1.6.3.spec
vendored
3
ThirdParty/rpmBuild/SPECS/openmpi-1.6.3.spec
vendored
|
@ -127,7 +127,8 @@ Group: Development/Tools
|
||||||
--disable-mpi-f90 \
|
--disable-mpi-f90 \
|
||||||
--disable-mpi-cxx \
|
--disable-mpi-cxx \
|
||||||
--without-slurm \
|
--without-slurm \
|
||||||
--enable-mpi-profile $mpiWith
|
--enable-mpi-profile $mpiWith \
|
||||||
|
--disable-vt
|
||||||
|
|
||||||
[ -z "$WM_NCOMPPROCS" ] && WM_NCOMPPROCS=1
|
[ -z "$WM_NCOMPPROCS" ] && WM_NCOMPPROCS=1
|
||||||
make -j $WM_NCOMPPROCS
|
make -j $WM_NCOMPPROCS
|
||||||
|
|
Reference in a new issue