compile roms

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
shauryasingh
Posts: 3
Joined: Fri Dec 08, 2017 6:35 pm
Location: University of Allahabad

compile roms

#1 Unread post by shauryasingh »

rm -f -r core *.ipo /home/yaduvendra/projects/upwelling/Build /home/yaduvendra/make_macros.mk
./build.bash: line 409: syntax error: unexpected end of file
plz help

c.drinkorn
Posts: 110
Joined: Thu Mar 08, 2018 2:47 am
Location: German Research Centre for Geosciences

Re: compile roms

#2 Unread post by c.drinkorn »

shauryasingh wrote:rm -f -r core *.ipo /home/yaduvendra/projects/upwelling/Build /home/yaduvendra/make_macros.mk
./build.bash: line 409: syntax error: unexpected end of file
plz help
This is some time ago but I just had the same error and fixed it. Reason and solution were rather trivial: There was a non-closed if clause in the build file which simply had to be closed. :idea:
Just wanted to share this for all the other ROMS beginners. Just in case... :)

Post Reply