FLUIDDYNAMICS2
New member
Greetings,
When I try to compile the MPAS program I keep getting the errors below. I followed the instruction from MPAS tutorial provided by Index of /people/duda/files/mpas/sources.
91 | type(c_ptr) :: rarray_ptr
| 1
Error: Type name 'c_ptr' at (1) is ambiguous
mpas_init_atm_static.F:288:11:
288 | rarray_ptr = c_loc(rarray)
| 1
Error: Symbol 'rarray_ptr' at (1) has no IMPLICIT type; did you mean 'rarray'?
make[3]: *** [mpas_init_atm_static.o] Error 1
make: *** [gfortran] Error 2
When I try to compile the MPAS program I keep getting the errors below. I followed the instruction from MPAS tutorial provided by Index of /people/duda/files/mpas/sources.
91 | type(c_ptr) :: rarray_ptr
| 1
Error: Type name 'c_ptr' at (1) is ambiguous
mpas_init_atm_static.F:288:11:
288 | rarray_ptr = c_loc(rarray)
| 1
Error: Symbol 'rarray_ptr' at (1) has no IMPLICIT type; did you mean 'rarray'?
make[3]: *** [mpas_init_atm_static.o] Error 1
make: *** [gfortran] Error 2