source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/DATA/code_plugins/cerfacs_neptune_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: 1.5 KB
Line 
1<model name="cerfacs_neptune_ssh" title="Cerfacs, code execution on NEPTUNE (DISTANT)" >
2    <param name="login" title="Login" type="ascii" default="mylogin"/>
3    <param name="directory" title="Distant directory" type="ascii" default="/scratch/cfd/mylogin" />
4    <choice name="nbtasks" title="Number of tasks" default="sixteen">
5        <option value="one" title="1 node, 1 core"/>
6        <option value="two" title="1 node, 2 cores"/>
7        <option value="four" title="1 node, 4 cores"/>
8        <option value="eight" title="1 node, 8 cores"/>
9        <option value="sixteen" title="1 node, 16 cores"/>
10        <option value="thirtytwo" title="2 nodes, 32 cores"/>
11        <option value="sixtyfour" title="4 nodes, 64 cores"/>
12        <option value="onehundredtwentyeight" title="8 nodes, 128 cores"/>
13    </choice>
14    <param name="nbnodes" title="Number of nodes" type="integer" default="16" />
15    <param name="jobname" title="Job name" type="string_strmax10" default="C3Sm_job" />
16   
17     <desc>
18        This plugin is for Cerfacs only
19        It allows to execute a code on NEPTUNE from an external computer, or from the Cerfacs NFS system.
20        []
21        On a production run, you can request a maximum of 128 cores (8 nodes , 16 cores each)
22        []
23        Check that you can log on the distant machine without password!!!
24       
25        [logo=plugin_ssh;caption=execution through ssh ]
26        []
27        [logo=cerfacs;caption=Cerfacs only]
28    </desc>
29</model>
Note: See TracBrowser for help on using the repository browser.