PGI_MPICH2, Mpp for MM5 error

Hellow

I’m using PGI 10.5 with mpich2 to build the MM5 model on a Linux cluster (centos, 64-bit).
When I make a code (type make mpp), I get the following error:

(cd include; make code ; cd …/pick ; csh …/MPP/cutincludes cut )
make[1]: Entering directory /home/lim/AIR/MM5/MM5/include' cp *.incl ../pick make[1]: Leaving directory /home/lim/AIR/MM5/MM5/include’
0: Event not found.
make: *** [MPP/mpp_install] Error 1

What’s wrong??
I don’t have any clues…
Can anyone help me?
Any comment will greatly appreciate.


#-----------------------------------------------------------------------------

7. MPP options

#-----------------------------------------------------------------------------

MPP Software Layer

MPP_LAYER=RSL
#MPP_LAYER=NNTSMS

PROCMIN_NS = 1
PROCMIN_EW = 1
ASSUME_HOMOGENEOUS_ENVIRONMENT = 1
#-----------------------------------------------------------------------------

7g1. Linux PCs. Need Portland Group pgf77 and MPICH.

#-----------------------------------------------------------------------------
RUNTIME_SYSTEM = “linux”
MPP_TARGET=$(RUNTIME_SYSTEM)

edit the following definition for your system

LINUX_MPIHOME = /opt/mpich2/pgi
MCC = $(LINUX_MPIHOME)/bin/mpicc
MFC = $(LINUX_MPIHOME)/bin/mpif90
MLD = $(LINUX_MPIHOME)/bin/mpif90
LDOPTIONS = -DMPI -Dlinux -DMPI2_SUPPORT -O2 -fPIC -m64 -Mcray=pointer -Mnoframe -byteswapio -I$(LINUX_MPIHOME)/include -I$(LIBINCLUDE)
LOCAL_LIBRARIES = -L$(LINUX_MPIHOME)/lib -lmpich -lmpichf90 -lpgc -lpgf90
#LOCAL_LIBRARIES = -L$(LINUX_MPIHOME)/lib -lmpi -lmpi_f77 -lmpi_f90 -lopen-pal -lopen-rte -lpgc -lpgf90
MAKE = make
AWK = awk
SED = sed
CAT = cat
CUT = cut
EXPAND = expand
M4 = m4
CPP = /lib/cpp -C -P -traditional
CPPFLAGS = -DMPI -Dlinux -DMPI2_SUPPORT -DSYSTEM_CALL_OK
FFLAGS = -DMPI -Dlinux -DMPI2_SUPPORT -O2 -fPIC -m64 -Mcray=pointer -Mnoframe -I$(LINUX_MPIHOME)/include -I$(LIBINCLUDE)
FCFLAGS = -DMPI -Dlinux -DMPI2_SUPPORT -O2 -fPIC -m64 -Mcray=pointer -Mnoframe -I$(LINUX_MPIHOME)/include -I$(LIBINCLUDE)
CFLAGS = -DMPI -Dlinux -DMPI2_SUPPORT -O2 -fPIC -m64 -I$(LINUX_MPIHOME)/include -I$(LIBINCLUDE)
ARCH_OBJS = milliclock.o
IWORDSIZE = 4
RWORDSIZE = 4
LWORDSIZE = 4

CC = $(MCC)
FC = $(MFC)
LD = $(MLD)

[/quote]


Hi happyez,

0: Event not found.

This is a generic C-Shell error, probably coming from the “csh …/MPP/cutincludes cut” command. Maybe the ‘cut’ utility isn’t available on your system?

Since this is a problem with the MM5 build environment on CentOS and not specific to the compilers, perhaps someone on the mm5 User Group list (http://www.mmm.ucar.edu/mm5/support/mm5users.html) might have better insight.

  • Mat

Hey happyez/Mat,

I’m wondering whether you able to resolve your above error message. Could please share how do you resolve the same. I couldn’t find a solution in the MM5 user group. I will try posting it there also.

CentOS:x86_64
PGI:11.7

Thanks

Surya

Hi Surya,

I’m wondering whether you able to resolve your above error message.

Sorry, I don’t know if happyez figured out what was wrong. It looked to me like a problem with a shell command. I don’t think MM5 is being maintained any longer and UCAR is encouraging users to move to WRF but hopefully the MM5 mail list is still active and can help.

  • Mat