search for: mpi_lib

Displaying 4 results from an estimated 4 matches for "mpi_lib".

Did you mean: mpi_libs
2009 Jun 11
1
help installing Rmpi
Hello R users and developers, I would like to install Rmpi so that I may take advantage of all of the CPUs in my computer, but I cannot get it to install and I am not very good with linux so it is adding to the headache. I have looked through the help archive, but I have not been successful at getting Rmpi to work. I am not sure if I am even installing openMPI correctly in linux. I would really
2007 Mar 28
4
Rmpi and OpenMPI ?
Has anybody tried to use Rmpi with the OpenMPI library instead of LAM/MPI? LAM appears to be somewhat hardcoded in the Rmpi setup. Before I start to experiment with changing this, has anybody else tried Rmpi with non-LAM MPI implementations? Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison
2013 Jun 16
2
Problem in linking a library in R package
...INC@" >> $(USER_CONF)@echo "TMP_LIB = @TMP_LIB@" >> $(USER_CONF)@echo "MPI_ROOT = @MPI_ROOT@" >> $(USER_CONF)@echo "MPITYPE = @MPITYPE@" >> $(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_CON...
2013 Jun 07
1
cannot load pbdMPI package after compilation
...esults of pbdMPI package configure ***************** >> TMP_INC = /opt/openmpi/1.6.4-1/intel-13.1.1/include >> TMP_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 -lpth...