Displaying 2 results from an estimated 2 matches for "mpi_def".
Did you mean:
mpi_defs
2013 Jun 16
2
Problem in linking a library in R package
...t; >>
$(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_CONF)@echo "PKG_LIBS =
@PKG_LIBS@" >> $(USER_CONF)
$(SHLIB): $(OBJECTS)
clean:@rm -rf *.o *.d *.rc *.so* *.dll *....
2013 Jun 07
1
cannot load pbdMPI package after compilation
...3.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
-lpthread
*************************************************************************
..
icc -std=gnu99 -I/u...