I figured it out. It seems like setting CPP to pgprepro isn't the right
variable.
Thanks,
Maxime
Le 2014-10-03 10:39, Maxime Boissonneault a écrit :
Hi,
I am trying to compile OpenMPI 1.8.3 with PGI 14.9 I am getting a
severe errors here :
1956 PGC-S-0039-Use of undeclared variable INT64_T
(ompi_datatype_module.c: 278)
1957 PGC-S-0039-Use of undeclared variable AINT
(ompi_datatype_module.c: 278)
1958 PGC-S-0074-Non-constant expression in initializer
(ompi_datatype_module.c: 278)
1959 PGC-W-0093-Type cast required for this conversion of constant
(ompi_datatype_module.c: 278)
1960 PGC/x86-64 Linux 14.9-0: compilation completed with severe errors
1961 make[2]: *** [ompi_datatype_module.lo] Erreur 1
Any idea what might be going on ?
Attached is the output of my configure and make lines.
Thanks,