Skip to content
Prev 1860 / 21312 Next

[Bioc-devel] Dynamic memory in Fortran

I would like to use dynamic memory allocation in a Fortran subroutine I 
am writing using allocatable declaration and allocate/disallocate calls. 
  I tested it in my current system and it works fine:

    R version 2.9.0 (2009-04-17)
    x86_64-pc-linux-gnu
    GNU Fortran (Ubuntu 4.3.3-5ubuntu4) 4.3.3
    gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3

Before I proceed any further I would like to know if has a potential to 
break my Bioconductor package in any system.

Thanks,
Venkat