source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/DATA/code_plugins/unix_curie.xml @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

File size: 874 bytes
RevLine 
[4775]1<model name="unix_curie" title="Cerfacs, code execution by SSH to CCRT" >
2    <choice name="machinecea" default="curie" >
3        <option value="curie" />
4        <option value="airain" />
5    </choice>
6    <param name="login" title="Login" type="ascii" />
7    <param name="nbprocs" title="Procs number" type="integer" default="1" />
8    <param name="timelimit" title="Time limit (s)" type="integer" default="3600" />
9    <param name="distantdir" title="Distant directory" type="ascii" />
10     <desc>
11        This plugin is for Cerfacs only
12        It allows to execute a code on a CCRT from an external computer, or from the Cerfacs NFS system.
13        []
14        Check that you can log on the distant machine without password!!!
15        []
16        [logo=plugin_ssh;caption=execution through ssh ]
17        []
18        [logo=cerfacs;caption=Cerfacs only]
19    </desc>
20</model>
Note: See TracBrowser for help on using the repository browser.