-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
209 lines (186 loc) · 8.8 KB
/
faq.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--suppress CheckImageSize -->
<html>
<head>
<title>Sinalgo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords"
content="roger wattenhofer, wattenhofer, distributed computing, simulation, network algorithm, validation, Sinalgo">
<link REL="SHORTCUT ICON" HREF="pics/favicon.ico">
<link rel=stylesheet href="style.css" type="text/css">
<script type="text/javascript" language="JavaScript"><!--
function setup() {
if (!document.all) {
document.getElementById("menu").style.top = window.pageYOffset.toString();
}
if (document.all) {
document.all["menu"].style.top = document.body.scrollTop.toString();
}
window.setTimeout("setup()", 10);
}
//-->
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-120259448-1"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-120259448-1');
</script>
</head>
<body class="text" bgcolor="#FFFFFF" onload="setup()">
<table align="center" width="100%" style="margin-bottom:0"
cellpadding="0" cellspacing="0" border="0">
<tr class="height80">
<td><img src="pics/spacer.gif" width="210" height="80"
alt=""></td>
<td width="100%">
<h1 align="center">Sinalgo - <span class="red">Si</span>mulator for <span class="red">N</span>etwork <span
class="red">Algo</span>rithms</h1>
</td>
</tr>
<tr class="height2">
<td colspan="2" class="horizontalLine"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" class="showEmptyCells">
<tr class="height10">
<td width="210"></td>
<td width="2" class="verticalLine"><img src="pics/blac_vert_line.gif"
width="2" height="1" alt=""></td>
<td></td>
<td colspan="2" align="right" valign="bottom"></td>
</tr>
<tr valign="top">
<td>
<div id='menu' style='position:absolute; visibility:visible; top:0;'>
<table border="0" cellspacing="0" width="210">
<tr class="height80">
<td><a href="http://disco.ethz.ch/" target="_blank"><img
src="pics/dcgWhite.png"
alt="Distributed Computing Group" border="0" height="50" width="160"></a></td>
</tr>
<tr class="height30">
<td><img src="pics/spacer.gif" width="210" height="1" alt="">
<td>
</tr>
<tr>
<td class='menu'><a href='index.html' class='menuLink'>Home</a></td>
</tr>
<tr>
<td class='menu'><a href='news.html' class='menuLink'>News</a></td>
</tr>
<tr>
<td class='menu'><a href='download.html' class='menuLink'>Download</a></td>
</tr>
<tr>
<td class='menu'><a href='tutorial/Documentation.html' class='menuLink'>Tutorial</a></td>
</tr>
<tr>
<td class='menu'><a href='faq.html' class='selected_menuLink'>FAQ</a></td>
</tr>
<tr>
<td class='menu'><a href='contact.html' class='menuLink'>Contact</a></td>
</tr>
</table>
</div>
<img src="pics/spacer.gif" width="210" height="1" alt="">
</td>
<td width="2" class="verticalLine"><img src="pics/blac_vert_line.gif"
width="2" height="1" alt=""></td>
<td><img src="pics/spacer.gif" width="30" height="1" alt=""></td>
<td class="bodyText" width="100%">
<h1>Frequently Asked Questions</h1>
<table>
<tr>
<td class="question">
How does the logging mechanism work?
</td>
</tr>
<tr>
<td class="answer">
Please refer to the <a href="tutorial/Tools.html#Logging"
class="nav_link">Tools</a> section of the <a
href="tutorial/Documentation.html" class="nav_link">tutorial</a>.
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="question">
I got an error with the fonts while exporting the network graph to a pdf. (ErrorCode 666)
</td>
</tr>
<tr>
<td class="answer">
If you use the <span class="code">epstopdf</span> conversion tool, it
is likely that this tool did not complete properly because some fonts
could not be found on your system. This could be due to a corrupt
instatlation of your fonts or, if you have MikTex2.5 installed and
are running the epstopdf command, to a known bug in MikTex2.5. The
problem comes from the Fontmap.MiKTeX file where some entries (like
/NimbusMonL-Regu used for Courier) point to
type1/urw/urwstd/ucrr8a.pfb which does not exist anymore in
MikTex2.5. Either download the urwstd.cab file from the net and
extract the missing files to the appropriate folder or correct the
wrong path entries (the files are all there but the folderstructure
has changed since 2.4).
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="question">
The execution slows down and finally fails with an <span
class="code">OutOfMemoryException</span>.
</td>
</tr>
<tr>
<td class="answer">
When Sinalgo simulates large networks with many connections and many
nodes, it requires an appropriate amount of memory to store the
objects representing the nodes, edges, and messages. Refer to the <a
href="tutorial/Execution.html#VM Memory" class="nav_link">Execution</a> section of the <a
href="tutorial/Documentation.html"
class="nav_link">tutorial</a> for instructions on how to increase the
amount of memory Sinalgo may use.
</td>
</tr>
</table>
</td>
<td><img src="pics/spacer.gif" width="30" height="1" alt=""></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="99%" align="center">
<tr>
<td style="font-size:8pt;" align="right" nowrap><br><br>© <a href="http://www.disco.ethz.ch/"
style="font-size:8pt;">Distributed Computing
Group</a>
<br>
<a href="https://github.com/Sinalgo/sinalgo"><img
src="pics/GitHub-Mark-120px-plus.png"
height="25" border="0" alt="GitHub.com Mark"></a>
<a href="https://github.com/Sinalgo/sinalgo"><img
src="pics/GitHub_Logo.png"
height="25" border="0" alt="GitHub.com Logo"></a>
<a href="https://sourceforge.net/projects/sinalgo/"><img
src="https://sflogo.sourceforge.net/sflogo.php?group_id=192227&type=1" width="88" height="31"
border="0" alt="SourceForge.net Logo"></a>
<a href="https://jigsaw.w3.org/css-validator/check/referer"> <img
style="border:0;width:44px;height:16px"
src="pics/vcss.png" alt="Valid CSS!">
</a>
<a href="https://validator.w3.org/check?uri=referer"><img
src="pics/valid-html401.png"
style="border:0;width:44px;height:16px"
alt="Valid HTML 4.01 Transitional"></a>
</td>
</tr>
</table>
</body>
</html>