Displaying 6 results from an estimated 6 matches for "mpitype".
Did you mean:
mpi_type
2013 Jun 16
2
Problem in linking a library in R package
...ot;MPIEXEC =
@MPIEXEC@" >> $(USER_CONF)@echo "ORTERUN = @ORTERUN@" >>
$(USER_CONF)@echo "TMP_INC = @TMP_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...
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 Feb 19
1
Installing Rmpi on FC5 with lam
...INSTALL Rmpi_5.0-3.tar.gz --configure-args="--with-mpi=/usr/lib/lam"
Rmpi is correctly installed in $R_HOME/library/Rmpi.
However on compiling, I get strange warnings:
internal.c: In function ?mystrcpy?:
internal.c:64: warning: operation on ?i? may be undefined
internal.c: In function ?mpitype?:
internal.c:43: warning: ?datatype? may be used uninitialized in this
function
Rmpi.c: In function ?mpi_testany?:
Rmpi.c:1315: warning: unused variable ?index?
Rmpi.c: In function ?mpi_get_count?:
Rmpi.c:768: warning: ?datatype? may be used uninitialized in this function
Rmpi.c: In function ?mpi_...
2008 May 06
1
trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi
...-fpic -g -O2 -c
conversion.c -o conversion.o
In file included from conversion.c:18:
Rmpi.h:1:17: error: mpi.h: No such file or directory
In file included from conversion.c:18:
Rmpi.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'mpitype'
make: *** [conversion.o] Error 1
chmod: cannot access `/home/mkimpel/R_HOME/site-library-2.7.0/Rmpi/libs/*':
No such file or directory
ERROR: compilation failed for package 'Rmpi'
** Removing '/home/mkimpel/R_HOME/site-library-2.7.0/Rmpi'
The downloaded packages are in...
2013 Jun 07
1
cannot load pbdMPI package after compilation
...hecking for openpty in -lutil... yes
checking for main in -lpthread... yes
******************* Results 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 -...
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...-DMPI2 -DOPENMPI -fpic
-O3 -pipe -g -c Rmpi.c -o Rmpi.o
In file included from Rmpi.c:18:
Rmpi.h:2:17: error: mpi.h: No such file or directory
In file included from Rmpi.c:18:
Rmpi.h:15: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'mpitype'
Rmpi.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
Rmpi.c:25: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
Rmpi.c:26: error: expected ...