As the initial message mention two issues which are already addressed on other topics (see links after): I’m going to rewrite previous messages to focus on FINDLOC function subject.
  
  
    Hi all, 
I am currently getting installed on a new supercomputer and I encounter issues regarding pre-compilation. 
Some subroutine names have a particular syntax finishing by  _/**/PRECISION  (ex: SUBROUTINE lbc_nfd_/**/PRECISION). 
The comment /**/ is used to make sure the compiler does recognize that PRECISION is a key work that must be replaced by sp for instance. 
However, the pre-compiler output in /BLD/ppsrc/nemo/ yields _/**/sp  (ex: SUBROUTINE lbc_nfd_/**/sp). 
During the compilation, m…
   
 
  
  
    I can compile NEMO-4.0.1 with xios-2.5. But when I try to compile NEMO-4.2 with xios-2.5 it fails with messages 
NEMOGCM/cfgs/MY_OCE_uncpl/BLD/ppsrc/nemo/iom.f90(1940): error #6285: There is no matching specific subroutine for this generic subroutine call.   [XIOS_SEND_FIELD]
            CALL xios_send_field( cdname, pfield2d, ntile - 1 )
-----------------^
According to xios source files, SUBROUTINE xios_send_field uses two arguments. But it seems that NEMO 4.2 tries to call xios_send_field wit…