-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathError.log~
More file actions
45 lines (23 loc) · 997 Bytes
/
Error.log~
File metadata and controls
45 lines (23 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
After succesful installation of CUTEst,
pengfei@pengfei-Linux:~$ cutest2matlab
CUTEST: tools (double precision version) compiled successfully
Compiling mcutest [ OK ]
CUTEst: matlab (double precision version) compiled successfully
Notice there is a "mcutest" located at ~
%-----------------------------------------------
On shell prompt:
pengfei@pengfei-Linux:~/Developer/CUTEst/sif$ cutest2matlab HS76
On matlab prompt:
addpath('/home/pengfei/Developer/CUTEst/cutest/src/matlab')
set workspace at /home/pengfei/Developer/CUTEst/sif
prob = cutest_setup() works fine!
%-----------------------------------------------
Lesson learned:
cutest2matlab prob_name at shell
prob = cutest_setup() at matlab
should happen in the same directory
%-----------------------------------------------
On matlab prompt:
Undefined function 'mcutest' for input arguments of type 'char'.
Error in cutest_setup (line 9)
[varargout{:}] = mcutest('setup',varargin{:});