After following your instructions, I am able to source the startup.m file without a glitch. However, as soon as I try and run test101,
I get:
>> test101
Error using issmdir (line 17)
issmdir error message: 'ISSM_DIR' environment variable is empty! You should define ISSM_DIR in your .cshrc or .bashrc!
Error in ismumps (line 7)
configfile=; %should find it in the install target
Error in solver/setdefaultparameters (line 40)
if ismumps(),
Error in solver (line 15)
obj=setdefaultparameters(obj);
Error in model/setdefaultparameters (line 1064)
md.solver = solver();
Error in model (line 97)
md=setdefaultparameters(md);
Error in test101 (line 1)
md=triangle(model(),'../Exp/Square.exp',50000.);
What should I do?