atp42@cornell_edu
New Member
I am trying to build the model using MPI_SERIAL, but whenever I do I get the following error or something similar.
I've tried it with 3 different compilers and get the same error every time, so I don't think it's a compiler bug. I'm hoping that if I can force the compiler to use only the standard the CESM is written in then it will compile correctly.
The only other solution I have found on line suggests an error in the source code, but it will compile using OpenMPI no problem.
Thank you,
Aaron
pio_msg_callbacks.F90(260): error #6613: This case-value or case-value-range matches a case-value in another case-value-ra
nge within the same case-construct. [4]
case(mpi_real4)
-------^
compilation aborted for pio_msg_callbacks.F90 (code 1)
I've tried it with 3 different compilers and get the same error every time, so I don't think it's a compiler bug. I'm hoping that if I can force the compiler to use only the standard the CESM is written in then it will compile correctly.
The only other solution I have found on line suggests an error in the source code, but it will compile using OpenMPI no problem.
Thank you,
Aaron