[R-pkg-devel] Bug? Makevars ignores FC=mpif90

2015-08-10 Thread Ignacio Martinez
Hi, I'm learning to develop R packages that use Fortran (and MPI). I recently asked a question on stack-overflow and I was told to contact this list with a followup question. When I add to src/Makevars the follwoing line FC=mpif90 Rstudio ignores it when I click `Build and Reload`. But, if I c

Re: [R-pkg-devel] Bug? Makevars ignores FC=mpif90

2015-08-10 Thread Ignacio Martinez
#x27;m building uses MPI? Thanks again! PS: This is the link <http://stackoverflow.com/questions/31924487/tell-rstudio-to-use-mpif90-instead-of-gfortran>to my question in stack-overflow On Mon, Aug 10, 2015 at 1:41 PM peter dalgaard wrote: > > > On 10 Aug 2015, at 19:25 ,

[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

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

2015-08-11 Thread Ignacio Martinez
the > National Oceanic and Atmospheric Administration. > ~~~~~~~~ > > > On Tue, Aug 11, 2015 at 10:32 AM, Ignacio Martinez > wrote: > >> I'm trying to create a package that uses a MPI Fortran module. I have a >> working >> > versi