Displaying 1 result from an estimated 1 matches for "mystrcpy".
Did you mean:
fstrcpy
2007 Feb 19
1
Installing Rmpi on FC5 with lam
...from within R and once
from the command line to make sure, I link the right libraries:
R CMD 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:...