-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartup.xml
More file actions
executable file
·67 lines (46 loc) · 925 Bytes
/
startup.xml
File metadata and controls
executable file
·67 lines (46 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<file name="arquivo1.cu"/>
<func funcName="funcao1"/>
<includes>
<inc>/usr/include</inc>
</includes>
<libraries>
<libPath>/usr/lib</libPath>
<lib>m</lib>
</libraries>
</modules>
<modules>
<file name="arquivo2.cu"/>
<func funcName="funcao2"/>
<includes>
<inc>/usr/include</inc>
</includes>
<libraries>
<libPath>/usr/lib</libPath>
<lib>m</lib>
</libraries>
</modules>
<modules>
<file name="arquivo3.cu"/>
<func funcName="funcao3"/>
<includes>
<inc>/usr/include</inc>
</includes>
<libraries>
<libPath>/usr/lib</libPath>
<lib>xml2</lib>
<lib>m</lib>
</libraries>
</modules>
<home>
<directory dir="/home/framework/"/>
</home>
<machine>
<ipmachine ip="172.16.67.1" ngpus="1"/>
</machine>
<machine>
<ipmachine ip="172.16.67.17" ngpus="2"/>
</machine>
</config>