I just did an update on the roms trunk and line 100 of the makefile has:
USE_MPI ?=
Did you make any changes to this line?
IF you want to use mpi, then set
USE_MPI ?= on
Your makefile has the <<< stuff in it? Those are the residue of an svn update or merge running into a conflict. You have to delete those lines. Anytime you get a C from "svn update" and extra files with names like makefile.r41, you have to clean things up before moving on.
"svn status" can show you the existence of such new bogus files.
thx again Kate. That got ride of that error message but now it complains about the following:
$ make
mv ./Compilers/MakeDepend ./Compilers/MakeDepend.orig
mv: cannot stat `./Compilers/MakeDepend': No such file or directory
make: *** [Compilers/MakeDepend] Error 1
When I used previous versions the MakeDepend file was already there. Do we have to retrieve it apart? thx.