Salome HOME
Typo fixes by Kunda
[modules/smesh.git] / src / Tools / padder / resources / appligen / CatalogResources.xml
1 <!DOCTYPE ResourcesCatalog>
2 <resources>
3
4    <!-- Generic configuration that should works on every workstation -->
5    <machine name="localhost" hostname="localhost"
6             protocol="ssh" batch="ssh_batch"
7             memInMB="500" CPUFreqMHz="0" nbOfNodes="1" nbOfProcPerNode="1"/>
8
9    <!-- Specific configuration that only works on my workstation (needs ssh authentication) -->
10    <machine name="boulant@claui2p1" 
11             hostname="claui2p1" userName="boulant"
12             protocol="ssh" batch="ssh_batch"
13             memInMB="500" CPUFreqMHz="0" nbOfNodes="1" nbOfProcPerNode="1"/>
14
15    <!-- Specific configuration that only works for nepal team (needs ssh authentication) -->
16    <machine name="nepal@nepal" 
17             hostname="nepal" userName="nepal"
18             protocol="ssh" batch="ssh_batch"
19             memInMB="500" CPUFreqMHz="0" nbOfNodes="1" nbOfProcPerNode="1"/>
20
21 </resources>