problem with install seagrid

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
wrh
Posts: 23
Joined: Fri Nov 14, 2008 4:26 pm
Location: zhejiang ocean university

problem with install seagrid

#1 Unread post by wrh »

dear all:
i fellow the instruction to install seagrid on my matlab(r2008b,linux32) and try to build mex file for this Matlab version.but I have a problem :
>> which mexopts.sh
/root/.matlab/R2008b/mexopts.sh
>> make_seagrid_mex

Error: An invalid options file name was specified:
./mexopts.sh
is not a normal file or does not exist.

??? Error using ==> mex at 213
Unable to complete successfully.

Error in ==> make_seagrid_mex at 4
mex -f ./mexopts.sh -v mexinside.c

I don't know how to fix it, could you help me???
best!!

linzhenhua
Posts: 64
Joined: Mon Oct 17, 2005 2:02 am
Location: Institute of Oceanology,Chinese Academy of Sciences

Re: problem with install seagrid

#2 Unread post by linzhenhua »

Try first change current directory to /root/.matlab/R2008b/ and then run the command.

Post Reply