Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : CUTEr details
Login with GitLab

CUTEr

Testing environment for optimization and linear algebra solvers
(397 downloads for this version - 15477 downloads for all versions)
Details
Version
1.1
A more recent valid version exists: 1.3.2
Authors
Bruno DURAND
Serge STEER
Allan CORNET
Owner Organization
INRIA/DIGITEO
Maintainers
Pierre MARECHAL
Allan CORNET
Serge STEER
Category
License
Creation Date
November 18, 2009
Source created on
Scilab 5.2.x
Binaries available on
This toolbox is in the process of being built
Description
            CUTEr is a versatile testing environment for optimization and linear algebra
solvers.  This toolbox is a scilab port of the original Matlab toolbox (http://hsl.rl.ac.uk/cuter-www/).
            
Files (1)
[2.67 MB]
Source code archive

News (0)
Comments (4)     Leave a comment 
Comment -- November 14, 2011, 04:14:34 PM    
Hi,

The CUTEr toolbox does not seem to work on Windows with Scilab 5.3.2:

Start CUTEr
	Load macros
	Load gateways
atomsLoad: An error occurred while loading 'CUTEr-1.1-1':
	link: The shared archive was not loaded: The specified procedure could not be found.

Regards,

Michaël Baudin
Comment -- November 14, 2011, 04:18:17 PM    
Hi,

The CUTEr toolbox does not seem to work on Linux with Scilab 5.3.2:

Start CUTEr
	Load macros
	Load gateways
atomsLoad: An error occurred while loading 'CUTEr-1.1-1':
	link: The shared archive was not loaded: /home/michael/scilab-
5.3.3/share/scilab/contrib/CUTEr/1.1-
1/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined symbol: 
AddFunctionInTable

Regards,

Michaël Baudin
Answer from graciela sottosanto -- March 2, 2012, 08:19:09 PM    
we are trying to install CUTEr  with operating system Ubuntu 11.10,  Scilab 5.3.3 and
gfortran.
We downloaded CUTEr from http://forge.scilab.org/index.php/p/cuter/downloads/
and followed
the readme instructions for
the installation.
We had executed successfully
exec /home/soporte/cuter/builder.sce, but when we executed
exec /home/soporte/cuter/loader.sce
 the following error message appear
 
->// This file is released under the 3-clause BSD license. See COPYING-BSD.
 
-->// Generated by builder.sce: Please, do not edit this file
 
 
-->try
--> getversion('scilab');
-->catch
--> error("Scilab 5.0 or more is required.");
-->end;
 
 
-->exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start");
Start CUTEr
    Load macros
    Load gateways
link(libtools_path + filesep() + '../../src/tools/libsiftools' + getdynlibext());
                                                                                 !--error
236
link: The shared archive was not loaded:
/home/soporte/cuter/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined
symbol: AddFunctionInTable
at line      13 of exec file called by :   
exec(src_path+"tools_gateway/loader.sce",-1)
at line      12 of exec file called by :   
exec( pathconvert(root_tlbx+"/sci_gateway/loader_gateway.sce",%f));
at line      17 of exec file called by :   
exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start");
at line      10 of exec file called by :   
exec /home/soporte/cuter/loader.sce

We find that the problem is that in the new version of Scilab (5.3.3) the function
AddFunctionInTable was changed. An old version of Scilab is not available and the CUTEr
atoms is not updated.
Have you find a solution?

Regards,
Graciela

> Hi,
> 
> The CUTEr toolbox does not seem to work on Linux with Scilab 5.3.2:
> 
> Start CUTEr
> 	Load macros
> 	Load gateways
> atomsLoad: An error occurred while loading 'CUTEr-1.1-1':
> 	link: The shared archive was not loaded: /home/michael/scilab-
> 5.3.3/share/scilab/contrib/CUTEr/1.1-
> 1/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined symbol: 
> AddFunctionInTable
> 
> Regards,
> 
> Michaël Baudin
Comment from graciela sottosanto -- March 2, 2012, 08:15:40 PM    
we are trying to install CUTEr  with operating system Ubuntu 11.10,  Scilab 5.3.3 and
gfortran.
We downloaded CUTEr from http://forge.scilab.org/index.php/p/cuter/downloads/
and followed
the readme instructions for
the installation.
We had executed successfully
exec /home/soporte/cuter/builder.sce, but when we executed
exec /home/soporte/cuter/loader.sce
 the following error message appear
 
->// This file is released under the 3-clause BSD license. See COPYING-BSD.
 
-->// Generated by builder.sce: Please, do not edit this file
 
 
-->try
--> getversion('scilab');
-->catch
--> error("Scilab 5.0 or more is required.");
-->end;
 
 
-->exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start");
Start CUTEr
    Load macros
    Load gateways
link(libtools_path + filesep() + '../../src/tools/libsiftools' + getdynlibext());
                                                                                 !--error
236
link: The shared archive was not loaded:
/home/soporte/cuter/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined
symbol: AddFunctionInTable
at line      13 of exec file called by :   
exec(src_path+"tools_gateway/loader.sce",-1)
at line      12 of exec file called by :   
exec( pathconvert(root_tlbx+"/sci_gateway/loader_gateway.sce",%f));
at line      17 of exec file called by :   
exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start");
at line      10 of exec file called by :   
exec /home/soporte/cuter/loader.sce

We find that the problem is that in the new version of Scilab (5.3.3) the function
AddFunctionInTable was changed. An old version of Scilab is not available and the CUTEr
atoms is not updated.
We  thankfully hope for help!
Comment from Allan CORNET -- March 6, 2012, 10:28:34 AM    
fixed see version 1.3

Allan
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.