Is MPI_LONG_DOUBLE suppoorted by PGI 9.0 Workstation?

Hi everyone,

Could you please tell me MPI_LONG_DOUBLE supported by PGI 9.0 Workstation or not? Where can I find such information?

Hi,

In header file mpi.h, it should be defined MPI_LONG_DOUBLE, you can try to it in your program.

If you do your own MPI configuration, it should show during configuration.

Hope that answers your question.

Hongyon