I have installed ISSM correctly, and can run test101 when launching matlab from command line. However,
when I launch Matlab from the dock on my iMac, I get the following:
To get started with ISSM, type issmdoc at the command prompt.
>> ls
>> pwd
ans =
/Users/matt/Documents/MATLAB
>> cd /Users/matt/Programs/issm/trunk/test/NightlyRun/
>> test101
boundary conditions for diagnostic model: spc set as zero
no balancethickness.thickening_rate specified: values set as zero
checking model consistency
marshalling file test101.bin
uploading input file and queueing script
launching solution sequence on remote cluster
test101.queue: line 2: mpiexec: command not found
loading results from cluster
Error using loadresultsfromdisk (line 17)
binary file test101.outbin not found.
Error in loadresultsfromcluster (line 30)
md=loadresultsfromdisk(md,);
Error in solve (line 110)
md=loadresultsfromcluster(md);
Error in test101 (line 7)
md=solve(md,DiagnosticSolutionEnum());
>>
Seems like mpiexec is not found, but on my terminal, it is.
Thanks for any help,
Matt