Topic profile page for SSE.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: SSE.
Topic "Sse" was discussed 0 times on 0 sites in last 3 months
Started 2 days, 4 hours ago (2009-12-30 06:04:00)
by pangea2
[I**]http://nt3.ggpht.com/news/tbn/C68wJGH-XZwHaM/ 0.jpg[/I**] Recharge SSE buys 25% stake in Walney offshore wind farm for £39m Recharge Scottish and Southern Energy (SSE) will pay DONG £39m for a 25.1% stake in the Walney offshore wind farm, further strengthening ties between the two firms, ... Infra PR: Siemens to supply turbines for UK offshore wind farm...
Started 5 days, 2 hours ago (2009-12-27 07:48:00)
by hpsmouse
I wrote a class to perform basic arithmetic on 3-D vectors, and the SSE instructions seem to improve performance. The class is simple(some part of the code ignored): struct Vector3D { float x, y, z, t; } __attribute__((aligned (16))); I added a extra member "t", so that I can treat a structure of Vector3D as a separate XMMWORD. One of its member function is simple, too: Vector3D& ...
Started 1 week, 3 days ago (2009-12-22 08:32:00)
by IDPickering
...to light up English councils. "Scottish & Southern Energy has reinforced its position as the UK's largest streetlight manager after winning a £225 million contract in the south of England. Perth-based SSE, which already looks after more than one million street lights, has won a contract to manage lighting for councils in Hampshire, Southampton and West Sussex." http://...
Started 1 week, 1 day ago (2009-12-24 03:26:00)
by gol
Hi, Too many times in the past I've gotten bug reports from users with systems without SSE2 support, because I had unknowingly used an SSE2 instruction somewhere. Problem is: -my compiler (Delphi) can't tell me where I've used an SSE2 instruction -I can't find anything in my BIOS to disable SSE2 (apparently some have such features?) -it's hard to rely on users for debugging things efficiently ...
Started 3 days, 22 hours ago (2009-12-28 12:21:00)
by gol
Quoting - tim18 Are you running a version of IPP which attempts to distinguish SSE from SSE2 platforms at run time? I simply let IPP decide alone. But as I'm using a Delphi import I can't test right now by telling IPP to pick functions for a specific target, I will see later. I don't really suspect a bug (there aren't that many in the ...
Started 1 week, 1 day ago (2009-12-23 18:35:00)
by Diamond187
I know this is the SS/SSE2008 forum, but my Express 2008 took a large nose dive so I thought I'd try out 2010Beta and there really isnt' much in the line of information for it. Multiple installs of Search Server Express 2010 Beta using Server 2008R2 all are having the same problem. Server installation goes great tried as both physical and VM, server installed, updated, no roles assigned. ...
Started 1 week, 1 day ago (2009-12-24 09:18:00)
by Kingel
SSE acquires 25.1% stake in wind farm Scottish & Southern Energy, the Perth-based power giant, yesterday announced that it had struck a £39m deal with Denmarks Dong Energy to acquire a 25.1% stake in the massive Walney offshore wind farm, which is being built 14km west of the Isle of Walney in the Irish Sea. The 367-megawatt farm off the coast of Cumbria, which was given the go-ahead by ...
Started 1 week, 1 day ago (2009-12-24 08:18:00)
by IDPickering
SSE acquires 25.1% stake in wind farm "Scottish & Southern Energy, the Perth-based power giant, yesterday announced that it had struck a £39m deal with Denmark?s Dong Energy to acquire a 25.1% stake in the massive Walney offshore wind farm, which is being built 14km west of the Isle of Walney in the Irish Sea. The 367-megawatt farm off the coast of Cumbria, which was given the go-...
Started 4 days, 10 hours ago (2009-12-28 00:00:00)
by cmjb13
We have 2 front end web servers (Sharepoint) that we want to to put SSE v5.2 on I'm new to Scan Engine and have been reading the Implementation guide and have a few questions... How many load balanced servers are recommeded? 2? Where can I buy a 3rd party connector for sharepoint? Aside from configuring SEP so it doesn't scan the same temp directory as SSE, is there anything else...
Started 5 days, 20 hours ago (2009-12-26 14:26:00)
by neil9313
As its nearly a brand new year, Im off to Ebico/SSE? for my gas only for now. I was with Scottish Power FEB 2011 Fixed NSC (no exit fee) however I did get charged £42 PA for an IGT. I have paid IGT since 2001 when I bought from previous original owner. New build DEC 2000 I never knew til I moved in. Its a 2 bedroom terrace, south facing garden. I did this online, very easy, I will now ...
Started 3 days, 9 hours ago (2009-12-29 00:39:00)
by Michael Klemm (Intel)
Quoting - hpsmouse Well... the problem seems to become complicated... It seems ICC dare not vectorize the code unless I force it using "#pragma vector always" Hi, Personal note: Compilers are amongst the most complicated parts of software out there. Engineering a good compiler needs a lot of black magic, pardon, experience :-). But back to ...