Re: [eigen] Help on solving a race condition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Help on solving a race condition
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 14 Jun 2012 13:59:13 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6Hx8/pSAoyX/g2xTHt1423a9bkbAMjHx3BIjsNBXq6Y=; b=mZzVCYhLbrxk9VJrWXMQIAsrTairBw4zBO3f4CS9afuAIsmuSIqko4WNGEh5YG5+7V tYR8bnDedfBJ+ZiUQ4CcvViDQ1ajjKPEYo3ZRoQUPN5xG3L/0fQJKeDucSa07fhtLfNW mzry9FXQzDTKcrkuT7XhjqiCOvJzfCfSrp0msttBM/L8tiEKoMPs6UtY17B4VDWG/9EJ TQCL6TuPzvqfVRzBmxDvl0pR/PaxfB5aVjfZbceSfZWrarEStlHWcwJ1dd1tssiHi032 YQu+TZnryc3DZKlJSmD8ItEPpKgv0SZ6bRt4+cjKMhyBDCaPvVB5+5yW2rf5V35xHov9 ZRGg==
On Thu, Jun 14, 2012 at 1:54 PM, john skaller
<skaller@xxxxxxxxxxxxxxxxxxxxx> wrote:
> Nothing helps. You have no choice when sending executables
> to different platforms to recompile .. well maybe someone out there
> has a machine binary format the works on OSX 32 and 64 bit,
> Linux 32 and 64 bit, Windows 32 and 64 bit .. and various ARM
> processors (not to mention GPUs which are the future of high
> performance parallel computation) .. but I haven't seen it.
Well, I was not really talking about different platforms - it is
obvious that you need to recompile in that case. I meant different
processors which more often than not do have different cache sizes.
Cheers,
Hauke