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

ProActive Connector

Large Scale Parallel Computing in Scilab with ProActive Scheduler
(2729 downloads for this version - 11042 downloads for all versions)
Details
Version
1.1.0
A more recent valid version exists: 1.2.0
Author
Fabien Viale
Owner Organization
ActiveEon
Maintainer
Fabien Viale
License
Creation Date
December 19, 2012
Source created on
Scilab 5.3.x
Binaries available on
Scilab 5.3.x:
Linux 32-bit Windows 32-bit Windows 64-bit macOS Linux 64-bit
Install command
--> atomsInstall("ProActiveConnector")
Description
            The ProActive Connector allows the execution of Scilab code on local or remote
scilab workers and even on Clouds.

This execution is done via the ProActive Scheduler which must be downloaded
separately at : http://www.activeeon.com/community-downloads

A typical Scilab session using ProActive Connector :
--> PAconnect('rmi://server_name:1099')    // connects to the scheduler
--> r = PAsolve('foo', 1, 2, 3, 4)    // will execute foo(1),foo(2) ...
foo(4)      // on 4 different workers, this call is asynchronous
--> val = PAwaitFor(r) // will wait until the results are available

Detailed information, tutorial and function references are available inside the
toolbox help or online at http://proactive.activeeon.com/manual_proactive.htm            
Files (6)
[80.89 MB]
Source code archive

[80.96 MB]
Linux 32-bit binary for Scilab 5.3.x
Linux 32-bit
Automatically generated by the ATOMS compilation chain

[81.11 MB]
Windows 32-bit binary for Scilab 5.3.x
Windows 32-bit
Automatically generated by the ATOMS compilation chain

[81.11 MB]
Windows 64-bit binary for Scilab 5.3.x
Windows 64-bit
Automatically generated by the ATOMS compilation chain

[80.94 MB]
macOS binary for Scilab 5.3.x
MacOSX version
Automatically generated by the ATOMS compilation chain

[80.95 MB]
Linux 64-bit binary for Scilab 5.3.x
Linux 64-bit
Automatically generated by the ATOMS compilation chain

News (0)
Comments (0)
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.