Re: [R-pkg-devel] not resolved from current namespace error

2015-08-11 Thread Ignacio Martinez
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

Re: [R-pkg-devel] not resolved from current namespace error

2015-08-11 Thread Tom Wainwright
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.

[R-pkg-devel] not resolved from current namespace error

2015-08-11 Thread Ignacio Martinez
I'm trying to create a package that uses a MPI Fortran module. I have a working version of that package that uses a Fortran module without MPI. When I run the function `FMPIpi(DARTS = 5000, ROUNDS = 100, cores=2)` I get the following errors: > FMPIpi(DARTS = 50