renaming did the trick! Now I can create the library but the parallel part
is not working (things are much slower in parallel). I will try to figure
that out next.
Is this a good list to ask R + Fortran + MPI questions or should I go to a
different place?
Thanks!
On Tue, Aug 11, 2015 at 2:21 PM
Not sure, but your problem might be answered in the .Fortran() help page:
All Fortran compilers known to be usable to compile R map symbol names to
> lower case, and so does .Fortran.
>
I've been caught by that before, and found that using all lowercase names
for Fortran routines in R is safest.