Dear all,
I have a question about the parallel run of RegCM, by using Intel fortran+MPI
I am using a Xeon computer with 4 CPUs. I want to try parallel run, but failed:
I read all the previous e-mails for helps, but still did not find the answer. Here is my settings:
 
1: In domain.param, I set NPROC=4 (JX is divisible by 4)
2: In Main directory,
ln -sf 0options/0_NODIAG_PARALLEL_CODE MAKECODE
./MAKECODE
make
Here error occurred:
bdyin.f:(.text+0X1178): additional relocation overflows omitted from the output
make:***[regcm] Error 1
 
No regcm was produced.
My make file:
 
FFLAGS=-fpe3 -tpp7 -cm -w -w90 -w95 -convert big_endian
MPI_ROOT=/export/mpich127
FC=$(MPI_ROOT)/bin/mpif90   -L/$(MPI_ROOT)/lib
CC=$(MPI_ROOT)/bin/mpicc  
LD=$(FC)
......................................
 
 
Does anyone know why?
 
I would appreciate your suggestion.
 
Thank you.
 
Best Regards
 
Baolin Zhang