Displaying 5 results from an estimated 5 matches for "cftest".
Did you mean:
ftest
2006 Mar 22
1
Double complex with gcc and Intel v9 Fortran (PR#8699)
...++ compiler on a Suse 9.3 Linux, the configuration script
finds that the C and Fortran idea of double comples disagree.
I have tried to extract the test used for this from m4/R.m4 (a slightly modified
version of the two test files is added at the end). When compiling
ifort -c ctest.f
gcc -c cftest.c
and linking properly,
ifort -nofor_main cftest.o ctest.o -o runme
running the executable gives the following output:
./runme
123.456000 14.710644
0.000000 -0.000006
To me, this inicates that the test should actually be passed successfully.
Unfortunately, I haven't quite understood...
2002 May 01
1
configure error: Maybe change CFLAGS or FFLAGS? (PR#1501)
...underscore
checking whether fort77 and gcc agree on int and double... configure: WARNING:
fort77 and gcc disagree on int and double
configure: error: Maybe change CFLAGS or FFLAGS?
$
>From `config.log'
configure:14869: checking whether fort77 and gcc agree on int and double
conftestf.f:
cftest:
conftestf.o: In function `cftest_':
/disks/zebra3/ale/Local/temp/R-1.5.0/conftestf.f:9: undefined reference to
`pow_di'collect2: ld returned 1 exit status
configure:14942: WARNING: fort77 and gcc disagree on int and double
configure:14944: error: Maybe change CFLAGS or FFLAGS?
I hope that...
1999 Nov 13
0
patches for alpha
...7_SYMBOL(x) x ## _
- #else
- # define F77_SYMBOL(x) x
- #endif
+# include <math.h>
+# include "confdefs.h"
+# ifdef HAVE_F77_UNDERSCORE
+# define F77_SYMBOL(x) x ## _
+# else
+# define F77_SYMBOL(x) x
+# endif
extern void F77_SYMBOL(cftest)(int *a, int *b,
double *x, double *y);
@@ -502,10 +502,10 @@
changequote(<<, >>)dnl
<<
int main () {
- #include <fpu_control.h>
- #if defined(_FPU_DEFAULT) && defined(_FPU_IEEE)
+# include <fpu_control.h>
+# if defined(_FPU_DE...
2011 Aug 10
5
anova medidas repetidas con lme
Hola compaƱeros de la lista.
Tengo el siguiente set de datos:
Repeticiones <- c(rep("RI", 14), rep("RII", 14), rep("RIII", 14))
Tiempo <- rep(c(0, 2, 4, 6, 8, 10, 12, 24, 36, 48, 60, 72, 96, 120), 3)
Concentracion_celular <- c(0.4862, 0.5375, 0.4309, 0.4390, 0.4603,
0.4733, 0.3936, 0.9085, 0.5838, 0.5477, 0.6331, 0.8693, 1.0092, 0.6341,
0.5350,
2004 Mar 13
0
64bit build on IBM
...GS='-q64 ...'
F77='/usr/bin/xlf'
FFLAGS='-q64 ...'
CXX='/usr/bin/xlc'
CXXFLAGS='-q64 ...'
SHLIB_LDFLAGS=-b64
LDFLAGS='-L/usr/local/lib64/r4i4 -L/usr/lib'
bombs out. config.log:
configure:15817: checking whether mixed C/Fortran code can be run
** cftest === End of Compilation 1 ===
1501-510 Compilation successful for file conftestf.f.
ld: 0711-736 ERROR: Input file conftest.o:
XCOFF64 object files are not allowed in 32-bit mode.
CC='/usr/bin/xlc -q64'
F77='/usr/bin/xlf -q64'
CXX='/usr/bin/xlc -q64' makes it th...