Problems with compiling croco-pisces with mpif90 on Neccluster

Hi! I met the following error when I compile my configuration(croco+PISCES) with mpif90. However, it compiled very successfully when I switched the PIECES key. Could anybody help please? I have attached the output in a log file.

sms_pisces_.f90:537.80:

    IF( .true. ) CALL mpp_sum( zsum )      ! min over the global domain
                                                                       1     

Error: There is no specific subroutine for the generic ‘mpp_sum’ at (1)
sms_pisces_.f90:545.80:

    IF( .true. ) CALL mpp_sum( zsum )      ! min over the global domain
                                                                       1     

Error: There is no specific subroutine for the generic ‘mpp_sum’ at (1)
sms_pisces_.f90:474.78:

IF( .true. ) CALL mpp_sum( areatot ) ! sum over the global domain
1
Error: There is no specific subroutine for the generic ‘mpp_sum’ at (1)
sms_pisces_.f90:488.66:

        CALL mpp_sum( ztra )      ! min over the global domain
                                                              1

Error: There is no specific subroutine for the generic ‘mpp_sum’ at (1)
sms_pisces_.f90:489.66:

        CALL mpp_min( zmin )      ! min over the global domain
                                                              1

Error: There is no specific subroutine for the generic ‘mpp_min’ at (1)
sms_pisces_.f90:490.66:

        CALL mpp_max( zmax )      ! max over the global domain
                                                              1

Error: There is no specific subroutine for the generic ‘mpp_max’ at (1)
gmake: *** [sms_pisces.o] Error 1log_mpif90_pisces

jobcomp_hpc

Hi, what version of CROCO are you using?

Hi! Andres,
I am using croco v1.

Can you post your jobcomp?

Hi! Andres,
Many thanks again for replying me. Please see in attachment the jobcomp_hpc. Can you see it?
Any problems there please?