Re: [Rd] Using FPP preprocessor for Fortran Code

2014-12-01 Thread Prof Brian Ripley
On 30/11/2014 06:46, Michael Hahsler wrote: Dear R Developers, For package seriation I use Fortran code. I recently got a request to add #if defined(__ICC) || defined(__INTEL_COMPILER) USE IFPORT #endif to the code since the Intel Fortran compiler otherwise has problems with rand(). How

[Rd] Using FPP preprocessor for Fortran Code

2014-11-30 Thread Michael Hahsler
Dear R Developers, For package seriation I use Fortran code. I recently got a request to add #if defined(__ICC) || defined(__INTEL_COMPILER) USE IFPORT #endif to the code since the Intel Fortran compiler otherwise has problems with rand(). However, to enable the FPP preprocessor I have t