SciCoDE Remote

From Sccswiki
Revision as of 06:32, 26 July 2011 by Atanasoa (talk | contribs)
Jump to navigation Jump to search

Remote components in sciCoDE

In many cases the user want to execute his code on remote machines (e.g. run a simulation on a supercomputer). sciCoDE provides a way to create remote components.

The C++ remote code

If you want to use your C++ application inside sciCoDE as remote component you should generate some stubs needed to establish the connection between the core of sciCoDE and your component. One of the communication methods provided by sciCoDE is a file-based protocol, which can be used on arbitrary systems connected through SSH and SFTP.

The following steps are needed to prepare you C++ code: