search for: dosrelminor

Displaying 2 results from an estimated 2 matches for "dosrelminor".

Did you mean: dosrelmajor
2004 Aug 20
1
gcc optimization flag when building R
...tory: . Installation directory: /usr/local C compiler: gcc -D__NO_MATH_INLINES -mieee-fp -DNO_PURE -Wchar-subscripts -Wformat -Wimplicit -Wreturn-type -Wswitch -Wreorder -Wwrite-strings -Woverloaded-virtual -Wshadow -Wno-ctor-dtor-privacy -m486 -fPIC -DOSRELMAJOR=2 -DOSRELMINOR=4 C++ compiler: g++ -mieee-fp -g -O2 Fortran compiler: g77 -mieee-fp -g -O2 Interfaces supported: X11, tcltk External libraries: readline, BLAS(generic) Additional capabilities: PNG, JPEG Options enabled: R profiling Recommended packag...
2004 Aug 19
3
More precision problems in testing with Intel compilers
The Intel compiled version also fails the below test: > ###------------ Very big and very small > umach <- unlist(.Machine)[paste("double.x", c("min","max"), sep='')] > xmin <- umach[1] > xmax <- umach[2] > tx <- unique(outer(-1:1,c(.1,1e-3,1e-7)))# 7 values (out of 9) > tx <- unique(sort(c(outer(umach,1+tx))))# 11 values