search for: mpi_incl2

Displaying 2 results from an estimated 2 matches for "mpi_incl2".

2013 Jun 16
2
Problem in linking a library in R package
...>> $(USER_CONF)@echo "MPI_INCLUDE_PATH = @MPI_INCLUDE_PATH@" >> $(USER_CONF)@echo "MPI_LIBPATH = @MPI_LIBPATH@" >> $(USER_CONF)@echo "MPI_LIBS = @MPI_LIBS@" >> $(USER_CONF)@echo "MPI_DEFS = @MPI_DEFS@" >> $(USER_CONF)@echo "MPI_INCL2 = @MPI_INCL2@" >> $(USER_CONF)@echo "PKG_CPPFLAGS = @PKG_CPPFLAGS@" >> $(USER_CONF)@echo "PKG_LIBS = @PKG_LIBS@" >> $(USER_CONF) $(SHLIB): $(OBJECTS) clean:@rm -rf *.o *.d *.rc *.so* *.dll *.dylib *.a *.lib \ Makedeps Makevars $(USER_CONF) $(...
2013 Jun 07
1
cannot load pbdMPI package after compilation
...LIB = /opt/openmpi/1.6.4-1/intel-13.1.1/lib64 >> MPI_ROOT = >> MPITYPE = OPENMPI >> MPI_INCLUDE_PATH = /opt/openmpi/1.6.4-1/intel-13.1.1/include >> MPI_LIBPATH = /opt/openmpi/1.6.4-1/intel-13.1.1/lib64 >> MPI_LIBS = -lutil -lpthread >> MPI_DEFS = -DMPI2 >> MPI_INCL2 = >> PKG_CPPFLAGS = -I/opt/openmpi/1.6.4-1/intel-13.1.1/include -DMPI2 -DOPENMPI >> PKG_LIBS = -L/opt/openmpi/1.6.4-1/intel-13.1.1/lib64 -lmpi -lutil -lpthread ************************************************************************* .. icc -std=gnu99 -I/usr/local/R/3.0.0/intel13/lib6...