source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/DATA/code_plugins/cerfacs_corail_ssh.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: 907 bytes
Line 
1<model name="cerfacs_corail_ssh" title="Cerfacs, code execution on CORAIL" >
2    <param name="login" title="Login" type="ascii" default="mylogin"/>
3    <param name="directory" title="Distant directory" type="ascii" default="/lustre/cfd/mylogin" />
4    <param name="nbprocs" title="Procs number" type="integer" default="24"/>
5    <param name="jobname" title="Job name" type="string_strmax10" default="C3Sm_job" />
6     <desc>
7        This plugin is for Cerfacs only
8        It allows to execute a code on CORAIL from an external computer, or from the Cerfacs NFS system.
9        []
10        On a production run, you can request a maximum of 192 processes (8 nodes , 24 procs each)
11        []
12        Check that you can log on the distant machine without password!!!
13        []
14        [logo=plugin_ssh;caption=execution through ssh ]
15        []
16        [logo=cerfacs;caption=Cerfacs only]
17    </desc>
18</model>
Note: See TracBrowser for help on using the repository browser.