<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I'm currently trying to use the Southampton supercomputer to run my
simulations using the Einstein Toolkit.<br>
<br>
I'm using the latest version of carpet (Mercurial) and the I've
loaded the Intel 11.1 compiler, but I am getting the following
error.<br>
<br>
"Run-Time Check Failure: The variable 'd' is being used without
being initialized"<br>
<br>
This can be traced back to a function in CarpetLib (cycle.h), <br>
<br>
#if (defined(__GNUC__) || defined(__ICC) || defined(__SUNPRO_C))
&& defined(__x86_64__) &&
!defined(HAVE_TICK_COUNTER)<br>
typedef unsigned long long ticks;<br>
<br>
static __inline__ ticks getticks(void)<br>
{<br>
unsigned a, d; <br>
asm volatile("rdtsc" : "=a" (a), "=d" (d)); <br>
return ((ticks)a) | (((ticks)d) << 32); <br>
}<br>
<br>
<br>
Any suggestions on how to fix this problem?<br>
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; font-size: medium;"><a
href="http://mercurial.selenic.com/"><br>
</a></span>
<pre class="moz-signature" cols="72">--
Kind Regards
Tim lemon</pre>
</body>
</html>