[RegCNET] : Errors while running parallel on solaris machine
Prashant Meena
cs1050172 at cse.iitd.ac.in
Fri Nov 28 11:38:46 CET 2008
Dear all
I ran RegCM in parallel way on SUN machine and got the error like this
f95: Warning: Option -static passed to ld, if ld is invoked, ignored
otherwise
ld: fatal: option -dy and -a are incompatible
ld: fatal: Flags processing errors
make: *** [regcm] Error 1
make: Fatal error: Command failed for target `regcm'
my Makefile for RegCM@:---
# Makefile for RegCM@
FFLAGS = -O2 -fns -ftrap=common
#MPI_ROOT = /net/shared/mpich-1.2.5..11/intel/8.0
MPI_ROOT = /usr/local/mpich
#FC = $(MPI_ROOT)/bin/mpif90 -L/usr/gm/lib
FC = $(MPI_ROOT)/bin/mpif90
CC = $(MPI_ROOT)/bin/mpicc
LIBS = -lm
LDFLAG=-static
LD = $(FC)
I compiled the whole application successfully but got the error which
generating the executable file regcm. Please help me on this error.
Thank You.
Prashant Meena
2005cs10172
IIT DELHI
More information about the RegCNET
mailing list