IBM M1015 SAS/SATA controller as a LSI9211-IT/IR

6 comments December 7th, 2011

In the first article I introduced the M1015 in its native LSI9240 equivalent mode.
Here my thoughts were to not use this mode but to cross flash it to a LSI9211 based card.
These cards natively only have RAID 0, 1, 1e and 10 (no RAID 5 at all)
But more importantly when you add a drive it’s attached as a ‘Unconfigured Good’ drive.
This means the drive is shown to the OS directly.
The LSI9211 BIOS comes in 2 flavours, IR mode which is as above with RAID, and IT mode which has no raid.

LSI9211-IT mode
NO RAID functionality at all.
Any drive attached will be passed onto OS individually.
OptionROM has very few options, I would even recommend  to not even instal this (MPTSAS2.ROM), this will make bootup faster as it’s not loading an OptionROM with nothing to tweak.
This is the best option for those with an Operating system that relies on Software RAID like ZFS or UnRAID, or even if you want to use a more well know OS with Software RAID or plainly you don’t want RAID at all.

LSI9211-IR mode
Similar to above, BUT you have the option to put the drives into a Virtual Drive (RAID 0,1,1E,10)
However any drive added or not in a Virtual drive is shown as ‘Unconfigured Good’ and like in IT mode will passthrough to OS directly
This would be the option I would use with my 4x SSDs as RAID0 and booting from them.
Any other drives I had could be attached and they would show in the OS just as they would had they been attached to the Motherboard SATA headers.

OptionROM
The OptionROM is completely different than the LSI9240/9260 series Controllers.
At boot you press CTR+C to enter the OptionROM (plus first pressing key combo to allow choice of boot device)
You can make/remove Virtual Drives (IR Mode only)
Choose a Boot drive
Choose a secondary boot drive, quite handy as the LSI9240/9260 controllers don’t have this
As mentioned above, to save time at boot you could remove possibly not install this BIOS and loose the ability to choose a boot drive, it will make bootup quicker.

Performance
Below are some benchies I took of the different modes at work
IT mode ofcourse can’t test RAID unless it’s software RAID, but if you go down this road then performance won’t matter, just that you have the drives in a 6Gbps controller.

It shows that IT and IR modes perform very similarly, the LSI9240 in JBOD mode is not far behind, the Intel ICH controller makes up the rear but still respectable for SATA2 links.
To get the Write performance to perform I had to Disable the Cache on the Disk Drives other wise the write performance became unbearably slow.

SMART (is it ?)

M1015 in LSI9211-IR mode:

 C:\Program Files (x86)\smartmontools\bin>smartctl -a /dev/sdd -d sat
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7(64)] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model: OCZ-SOLID3
Serial Number: OCZ-JMVY052CY854YF72
LU WWN Device Id: 5 e83a97 f1b1ebc34
Firmware Version: 2.15
User Capacity: 60,022,480,896 bytes [60.0 GB]
Sector Size: 512 bytes logical/physical
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: ACS-2 revision 3
Local Time is: Sun Dec 04 09:45:37 2011 NZDT
SMART support is: Available – device has SMART capability.
SMART support is: Enabled

 

M1015 in LSI9211-IT mode:

C:\Program Files (x86)\smartmontools\bin>smartctl -a /dev/sdd -d sat
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7(64)] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model: OCZ-SOLID3
Serial Number: OCZ-7OFMSH0UNLB882EV
LU WWN Device Id: 5 e83a97 ef29c5b33
Firmware Version: 2.15
User Capacity: 60,022,480,896 bytes [60.0 GB]
Sector Size: 512 bytes logical/physical
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: ACS-2 revision 3
Local Time is: Sun Dec 04 09:19:21 2011 NZDT
SMART support is: Available – device has SMART capability.
SMART support is: Enabled

How to cross flash
First things first, we take no responsibility for anything going wrong.
Please read carefully, don’t take shortcuts, and BE CAREFUL.
If in doubt or you can’t afford a replacement should it go wrong then ‘walk a away’
Warnings are done, lets flash:

Make a bootable USB stick, needs to be DOS bootable for the flasher etc to work, there are number ways to do it, ask Google
Download the files I have compressed over here
Self Extract the files somewhere, then place onto the USB stick
Turn machine off grab the SAS address of the card, it’s on the back on a green sticker (ie 500605B0xxxxxxxx)
Turn machine on (with card back in) choose USB stick at boot option, for all the below it is assumed you are booted to USB stick in the directory with the files from download.

Convert LSI9240(IBM M1015) to a LSI9211-IT mode
Type in the following exactly:
megarec -writesbr 0 emptysbr.bin
megarec -cleanflash 0
<reboot, back to USB stick>
sas2flsh -o -f 2118it.bin -b mptsas2.rom
sas2flsh -o sasadd 500605b0xxxxxxxx (x= numbers for SAS address)
<reboot>
Done!

Convert LSI9211-IT or IR to LSI9211 IR or IT
Type in the following exactly:
Megarec -cleanflash 0
<reboot, back to USB stick>
sas2flsh -o -f 2118ir.bin -b mptsas2.rom (2118it.bin = IT mode FW, change according to which way to flash)
sas2flsh -o sasadd 500605b0xxxxxxxx (x= numbers for SAS address)
<reboot>
Done!

Convert LSI9211-IT/IR to LSI9240
Type in the following exactly:
Megarec -cleanflash 0
Megarec -writesbr 0 m1015sbr.bin
<reboot, back to USB stick>
Megarec -m0flash 0061_lsi.rom (for latest LSI firmware, also included 2x IBM roms too, just change name)
<reboot>
Done!

0061_lsi.rom = Very latest LSI9240 FW
0052_lsi.rom = Latest IBM M1015 FW
2118it.bin and 2118ir.bin very latest LSI9211 FW from LSI (p11)

You could with LSI9211-IT mode not flash the MPTSAS2.ROM and have no OptionROM at boot time
You won’t be able to choose a boot drive, but you will speed up boot time.
Might be of use.

Conclusion
I will probably run my 4x SSDs in LSI9211-IR mode to have the best of both worlds
Great performance
Any drive added just shows to the OS no need to make it a Virtual Drive or JBOD first.
ZFS folk seem to be very happy with LSI9211-IT mode with no RAID functionality at all.
SMART passes through in either mode but NOT with RAID of course.
Overall the IBM M1015 is a great card, now will the IBM M5015 be just as satisfying it’s next on the block…

IBM M1015 SAS/SATA controller

No comments December 4th, 2011

IBM M1015

IBM M1015

Running a website that deals with having the latest drivers for download means a lot of data.
The drivers are processed first, compressed then the relevant data extracted to make the driver posts and info for the driver database.
I keep all these files on HDDs at home along with all my other interests and bits and pieces.
I have been toying with the idea of setting up a server to keep the files and have them safe(r) then just spread across various HDD
After some research I choose the IBM M1015 due to its versatility in many different guises.
I already had a couple of SATA3 OCZ Solid3 60GB SSDs that I wanted to use to their full potential, after having discovered that the SATA3 based Marvel 9128 controller is really just marketing rubbish. (see below)

These cards can be had on EBAY for as little as ~$60, I’ve seen them in NZ for as little as US$32 (a steal)
LSI versions (LSI9240-8i) retail over US$200.
After a considerable wait the M1015 turned up.
I remembered to ask for a Full height bracket to fit it in the case as standard from IBM servers they don’t come with one and these cards with cable attached can easily come out of  the PCIe slot. (be warned)

The IBM M1015 is based on the LSI9240-8i which has the LSISAS2008 ROC controller, its LSI OEM name is LSI 9220-8i

Which means:
8 internal ports (SAS2/SATA3 6Gbps)
RAID 0,1, 10 and JBOD
PCIe 8x v2.0
No Cache
No Battery Backup

There is one main difference differences to the M1015 and the LSI9240.
LSI9240 is RAID 5 and 50 capable the M1015 needs an ‘M1000 Advanced Feature key’
This key also allows  SED drive security, probably more useful than RAID5 (as we’ll show later)
The M1000 key is not really worth it for the extras that you get.
I have successfully used the M5000 key (for the M5000 series controllers) and this also allows RAID 5 and SED
Below I’ll go through the Card and what it can and cannot do, these are my opinions and others may vary, please feel free to comment and/or point out mistakes

IBM M1015 in LSI9240 mode (as default/shipped)

Once the card is plugged in you are greeted after the System BIOS splash screen with the LSI  BIOS/Firmware screen
Here by pressing CTRL+H you can enter the OptionROM and make/remove Virtual drives in raid or JBOD, other functions can be done as well, but very limited.
But to get to the actual LSI OptionROM you need to first press what ever key combo to allow booting from a different device when the system BIOS splash screen is up, then select the LSI card as the boot device.
The 9240 based OptionROM has a very basic GUI, it allows to setup up JBOD drives, setup RAID virtual drives, and make/remove Hotspares etc.
It also allows you to set a boot device, but NOT a secondary boot device as with the LSI9211 (details to follow)
The M1015 in LSI9240 mode (as it comes shipped) cannot passthrough ‘Unconfigured Good’ drives to the OS, they have to be a Virtual Drive or a JBOD, this is let down in my eyes as it ads an extra layer between the HDD and the OS, but only a small price in performance, which we’ll also see later.
Once you’ve setup your HDD’s to your needs, exit out and reboot.
You will need to adjust the System boot order if you are booting from the LSI9240 card.
I use Windows 7 as my main OS so I’ll discuss the features of this OS, but it does have support for all alternate OS’s
LSI have a utility called ‘MegaRAID Storage Manager’ MSM, which allows most things the OptionROM does.
Here you can also create/remove/adjust Virtual drives, make JBODs etc.
This is a very useful utility and a must for any OS you are using.
Newly setup drives may (should) be setup with  ’Disk Management’ in Control Panel, this will add any unconfigured HDDs, allow you to then format them.
I also recommend that you  delete the volume that the LSI9240 may have just created and set it up fresh as a simple volume, I have found some issues in trying to format the drive.
But once this is done the drive is ready for what ever.

RAID choices in LSI9240 mode:
RAID0 quickest but no redundancy
RAID1  drives are mirrored. quick reads, slower writes
RAID10 Drives are mirrored then striped, quick with double redundancy
RAID5 Parity is distributed over the drives, one drives fails the data is compressed to remaining working drives until broken drive is replaced, then auto rebuild will begin.
RAID50 as RAID5 but with 2 sets, 2nd set to make the striping for extra speed.

RAID 5 and 50 I found are to be avoided on the M1015/LSI9240 as the LSISAS2008 is absolutely terrible at XOR (parity bit) processing.
To use this in a server get a IBM M5015/LSI9260 based ccntroller.

RAID 0, 1 or 10, the LSISAS2008 excels  at, there is very little processing to be done with this RAID only thing is send the right strip to the right drive

The M1015/LSI9240 has a great advantage over Motherboard inbuild controllers as it can have 8x 6Gbps ports running all at once.
LGA1155 Mobo’s Intel controller can only take 2x 6Gbps drives all the rest run at 3Gbps.
The Marvel controllers even though they say they are 6Gbps in reality are plain rubbish and very poor performance is achieved.

Performance
The below performance results were made with the following setup:
ASROCK P55 Deluxe 3 Motherboard
Xeon X3470 ES CPU @ 2.93Ghz
16GB 1333Mhz DDRIII RAM
IBM M1015 SAS/SATA controller
Windows 7 x64 Ultimate

To test the throughput of the M1015 I attached 4x 60GB OCZ Solid3 SSD’s (SATA3, 6Gbps), these are rated at 450MB/s write and 500MB/s read
I used them in either 4 drive RAID0 for maximum speed or 4 drive RAID5 for redundancy and check the Parity generating speed of the LSISAS2008 ROC.

I tested with 4 of the better known benchmarkers to give an overall view of how they perform.
HDTach, Atto, AS SSD, and Anvil, each does a particular thing wel, so with 4 of them I hoped I covererd all bases.
I also tested the Intel ICH10R controller on the ASROCK Motherboard,as this can take 6x SATA drives, did not test the Marvel 9128 also included on the Motherboard as this can only take 2 drives.

 

So looking at the above the RAID0 performance is very respectable, the bottom charts are the OCZ Solid 3 by it’s self on the controllers, from the LSI9240, Intel ICH and Marvell 9128
Adding more drives to the Array scaled the performance very nicely, ie 4x SSD’s nearly achieve 4x performance in RAID0i
The ICH10R was very good at the higher que depths, but the LSI9240 was king of over all speed.
Intel will be able to overtake these figures once their Chipsets support more than 2 devices at 6Gbps.
As currently the P55 Chipset can only run at SATA2 speeds at 3Gbps max throughput.
Also the LSI9240 ofcourse needs no CPU help to do it’s RAID functions as can be seen the HDTach charts, where Intel relies solely on the CPU to do calculations.
Another revelation is the very lacklustre performance of the Marvell 9128, really a joke calling it self a SATA3 controller, the SATA 2 Intel controller ran circles round it.

LSI9240 Raid5 on the other hand did very well in the read tests, obviously the LSISAS2008 ROC can suck the data of the Disks all 4 at once.
BUT when it comes to writing data to the disks, the performance is terrible to say the least.
Looking at the LSI spec sheet for both the LSI2008 and LSI2108, the controller is Hardware assisted software RAID, I would have though better performance from it.
I can only say AVOID these cards for RAID5, unless you have a say a video server where only reads are done.
Any writing will just frustrate the user no end in its subpar performance.
If someone knows why this is, please let me know, I’ve tried all the tricks that I know of.
Speaking of which Diskcache was turned  off for all tests on the M1015 as this affects Write speeds in RAID0 drastically
From mediocre to the rather good, but this made no difference for RAID5 performance.
The lack of Memory available to the ROC seems to be the issue, as the ROC cannot process any data and store it, so I assume parity needs to be handled on the fly.

SMART passthrough
A big issue for some.
In RAID SMART is not able to be passed through at all.
At this stage TRIM is also not able to passthrough on LSI controllers in any setup.
SMART is how ever able to passthrough in Single Drive (JBOD) mode, but it does need an additional setting in the Smartctl monitoring application, I had to use the ‘-d sat’ command to allow it to find the drive and read the SMART info.
This will need to be allowed for in Linux based servers

IBM M1015/LSI9240 controller

C:Program Files (x86)smartmontoolsbin>smartctl -a sdc -d sat
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7(64)] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model: OCZ-SOLID3
Serial Number: OCZ-JMVY052CY854YF72
LU WWN Device Id: 5 e83a97 f1b1ebc34
Firmware Version: 2.15
User Capacity: 60,022,480,896 bytes [60.0 GB]
Sector Size: 512 bytes logical/physical
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: ACS-2 revision 3
Local Time is: Sun Dec 04 10:08:57 2011 NZDT
SMART support is: Available – device has SMART capability.
SMART support is: Enabled

Smartctl is a very good utility to check on SMART called SmartCTL (link above)
In Windows you can right click on drives to check the SMART settings/readings, very handy.
Below are the Intel and Marvell controllers not needing the ‘-d sat’ option, I think it’s  due to them possibly being in the smartctl database.

Intel ICH10R controller

“C:Program Files (x86)smartmontoolsbinsmartctl.exe” -a C:
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7(64)] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net=== START OF INFORMATION SECTION ===
Model Family: Western Digital AV SATA
Device Model: WDC WD3200AVJS-63B6A0
Serial Number: WD-WMAT16120461
LU WWN Device Id: 5 0014ee 056410b70
Firmware Version: 01.03A01
User Capacity: 320,072,933,376 bytes [320 GB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Sun Dec 04 10:28:51 2011 NZDT
SMART support is: Available – device has SMART capability.
Enabled status cached by OS, trying SMART RETURN STATUS cmd.
SMART support is: Enabled
 Marvell 9128 Controller

“C:Program Files (x86)smartmontoolsbinsmartctl.exe” -a G:
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7(64)] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net=== START OF INFORMATION SECTION ===
Model Family: Fujitsu MHV
Device Model: FUJITSU MHV2100BH
Serial Number: NW9GT67281G2
Firmware Version: 0085002A
User Capacity: 98,522,403,840 bytes [98.5 GB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 7
ATA Standard is: ATA/ATAPI-7 T13 1532D revision 4a
Local Time is: Sun Dec 04 10:31:38 2011 NZDT
SMART support is: Available – device has SMART capability.
SMART support is: Enabled
The Intel and Marvell controllers need no forcing
This is a plus for Intel and Marvell

ZFS and UNRAID and other Software OSs
Running the IBM M1015 in LSI9240 mode means that the drive has to be in a Virtual Disk or a JBOD.
It cannot be ‘Unconfigered Good’ meaning an extra layer is added between the Drive and the OS
So running in  LSI9240 mode is not recommended in this mode, I’ll cover running the M1015 in LSI9211 IR/IR mode in another article.
The more hardware checking and attempting to fix errors the harder it is for these RAID specialised Applications to do their thing. 
Linux Support
Ubuntu 11.10 works happily with the LSI9240, the drivers are build in, the drives show with no user input needed
I’ve not had the ability to check on other Linux or FreeBSD OS versions
LSI has drivers for CentOS, Debian, Fedora, Mandrive, , RHEL, Scientific Linux, SCO Openserver, Slackware, SLES, Ubuntu, Solaris, Netware and VMWare.

Conclusion
Do you buy one of these cards ?
SAS2/SATA3 raw Speed – yes
Running SAS drives – yes
Running more than 6 drives but want them on same controller – yes
Running RAID5 – no
Running RAID0 in other than Windows – yes (Intel RST only works in Windows)
Mainstream Windows use – no (Intel does a good enough job)
Home server use – yes (LSI has very good parity checking and ability to run Hot spares etc, Auto rebuilds etc)
ZFS/UNRAID etc – yes but only use in LSI9211-IT mode, to bypass RAID BIOS.
It has blazing raw performance, that Intel cannot until it sorts out SATA3 properly come close to.
Now that I’ve played with this card and know it’s weaknesses and strengths
I would like to use this solely to boot from with the 4x SATA3 SSDs, but not in LSI9240 mode, LSI9211 mode does an even better job of raw speed (but not by much)
I have the IBM M5015 cached proper RAID5/6/50/60 capable controller to build a spindle HDD file server.
Ofcourse I’m going to need a new Motherboard with more PCIe 16x/8x slots to house both cards and the Geforce GTX470
But when done a very powerful/fast/data safe machine has been build. 

Adobe Flash Player 10.1.53.64 Final

No comments June 11th, 2010

Adobe Flash Player (formerly Macromedia Flash Player) lets you view the best animation and entertainment on the Web. It displays Web application front-ends, high-impact Web site user interfaces, interactive online advertising, and short-form to long-form animation. Since it is free of the design restrictions of more traditional Web display options, you can use it to clearly and exactly express your brand and company identity.

Firefox, Safari and Opera users need this version

Adobe Flash Player 10.1.53.64 Final

EVEREST Ultimate Edition BETA 5.50.2169

No comments June 11th, 2010

EVEREST Ultimate Edition is an industry leading system diagnostics and benchmarking solution for enthusiasts PC users, based on the award-winning EVEREST Technology. During system optimizations and tweaking it provides essential system and overclock information, advanced hardware monitoring and diagnostics capabilities to check the effects of the applied settings. CPU, FPU and memory benchmarks are available to measure the actual system performance and compare it to previous states or other systems. Furthermore, complete software, operating system and security information makes EVEREST Ultimate Edition a comprehensive system diagnostics tool that offers a total of 100 pages of information about your PC.

EVEREST Ultimate Edition BETA 5.50.2169

Cooler Master NotePal ErgoStand

No comments June 11th, 2010

Heat is the enemy of computer components. Most of us spend quite a bit of time picking out just the right chassis, case fans and coolers for our desktops, but notebooks are often left out of the cooling game. There are, however, a few products out there that try to address the issue of laptop cooling. One such product from Cooler Master is the NotePal ErgoStand, which we have for review today. We have seen several different versions of notebook coolers, most opting to be a bit more portable than the ErgoStand, a more stationary stand. The ErgoStand comes with a fan speed control and a 4-port USB hub built into the stand.

Cooler Master NotePal ErgoStand

Asus G51J Core i7-720QM GTX 260M Notebook Review

No comments June 11th, 2010

Introduction & Specs

We first saw this laptop at CeBIT 2010. But the laptop model itself has been around for a bit longer than that. I did some research and already found reviews dating from end of last year. But Asus added later down the road the NVIDIA 3D pack, to give it that extra dimension. I’ve never been into laptops, especially as they are in my book, not really intended for gaming purposes. Mobile CPU’s and GPU’s have never been able to convince me. Usually the specs sound nice, but are far slower than their desktop counterparts. And now Asus is promoting 3D gaming on this laptop. Let’s see if this beauty can persuade the skeptics.

Wow, an I7 mobile CPU with 4 real cores hyperthreading enabled. Massive CPU power galore, but how hot will it run ? How long will the battery hold up when running flatout ? The GPU power comes by NVIDIA, a GTX260M. Not a bad gaming setup there at first glance, but sadly it’s hooked up to just a 15.6 LCD screen. Two dimms of 2Gb, totaling 4gb of DDR3 ram and a duo of 7200RPM 320GB Harddisks top off the specs.

Asus G51J Core i7-720QM GTX 260M Notebook Review

ZoneAlarm Free 9.2.044.000

No comments June 11th, 2010

ZoneAlarm makes it easy. Unlike other personal firewalls, ZoneAlarm protects automatically from the moment it’s installed – no programming required. ZoneAlarm barricades your PC with immediate and complete port blocking. And, then runs in Stealth Mode to make your PC invisible on the Internet – if you can’t be seen, you can’t be attacked.

ZoneAlarm delivers simplicity without compromising your security. A getting started tutorial explains controls and alerts to get you up and running quickly. And, to keep you confident that you’re always protected, intuitive color-coded alerts rate security risks – in real time.

For basic, “no frills” firewall protection, ZoneAlarm® is the popular first step for many home PC users. And it’s still FREE* for individual & non-profit use.

Editors Note: Be sure to check the box for the free firewall from the installer or you will download the 15 day trial version.

ZoneAlarm Free 9.2.044.000

Antec Notebook Cooler Designer Review

No comments May 22nd, 2010

This may be of interest for those of you who are into gaming.

For the whole review head on over to HighTechLegion

Everyday I see more and more items aimed at solving what, for many, is a recent dilemma – the ability to multitask. As technology evolves, the items we carry on a daily basis are capable of doing more and more. With that, our expectations of what an item can do are growing right along with it. We want to take everything with us and want to take as few items as possible to do it.

Antec Notebook Cooler Designer

With that has come a lot more stress on the notebook computer. For many of us, the days are long gone when our notebook was simply put away after hours, in favor of our much more powerful desktop. The ‘desktop replacement’ is now a reality. With the added workload on today’s notebooks there are added issues that one would normally associate with a desktop. Two of these issues are making the notebook more comfortable to use and keeping the components cool.

Antec Notebook Cooler Designer

The Antec Notebook Cooler Designer tries to solve both of these issues. The Antec Notebook Cooler Designer also does this while trying to be a good looking piece. The Antec Notebook Cooler Designer attempts to help cooling issues by drawing hot air away from the notebook, with a 110mm blower fan rated at 4.5 CFM, and blowing it out the front of the cooler. It does this nearly silently, at a mere 23 dBA, while requiring only one USB port for power. The Notebook Cooler Designer also acts as a stylish angled base for notebooks up to 15”, making typing and viewing angles more comfortable on your desk or when on your lap.

Update from NVIDIA – CUDA: Week in Review

No comments May 16th, 2010

For those of you that do not get the news letter here is what you are missing out on.

May just put them here as I get them.

CUDA: Week in Review

Friday, May 14, 2010, Issue #21

To see a web-based version of this message, click here

WELCOME

Welcome to this week’s issue of “CUDA: Week in Review,” a weekly newsletter for the worldwide CUDA and GPU Computing community. Contact us at: cuda_week_in_review@nvidia.com. Follow us on Twitter: www.twitter.com/gpucomputing.

Reminder: The GPU Technology Conference (GTC), Sept. 20-23, is accepting proposals for GPU-related sessions on topics ranging from astronomy to energy exploration to video processing. The deadline is June 1. Learn more: www.nvidia.com/gtc and http://www.nvidia.com/object/call_for_submissions.html

CUDA NEWS

Interview with Jen-Hsun Huang, NVIDIA CEO

In a “behind the scenes” interview at a recent technology conference, CEO Jen-Hsun Huang speaks about NVIDIA’s focus areas, including parallel computing, and the importance of a culture that encourages innovation. Watch the video here: http://blogs.nvidia.com/ntersect/2010/05/behind-the-scenes-with-jenhsun-huang-at-the-fire-conference.html

Chief Scientist Bill Dally Awarded Prize for Computer Architecture

Leading computing organizations honored NVIDIA chief scientist Bill Dally with the Eckert-Mauchly Award, a prestigious prize for computer architecture. The Association for Computing Machinery and IEEE Computer Society called Dally a visionary for advancing the state of computing using parallel processors. Read the Channel Web article here: http://www.crn.com/hardware/224701748

CUDA APPS

Run CUDA Applications from Silverlight

Microsoft Silverlight is a development platform for creating interactive user experiences for the web, desktop, and mobile applications. It’s now possible to invoke a CUDA application directly from Silverlight. This enables Silverlight games and applications to take advantage of a CUDA-based PC. (To dive further into this topic, see: www.planetmarshall.co.uk/2010/01/silverlight-and-cuda-interop/).

CUDA ZONE

New on CUDA Zone: Gravity Modeling with CUDA

Extract: “For models exceeding 10,000 cells we achieve an acceleration of a factor of 40 for scalar data and 30 for tensor data compared to a single thread on the CPU. This significant acceleration allows fast computation of large models exceeding 106 model parameters and thousands of measurement sites.” Authors: M. Moorkamp and M. Jegen of IFM-GEOMAR, Kiel, Germany; A. Roberts and R. Hobbs of University of Durham, U.K. See: http://is.gd/c8e15

Note: IFM-GEOMAR focuses on the marine sciences, from sea floor geology to marine meteorology. Research is conducted worldwide in all oceans. The institute has four major divisions: ocean circulation and climate dynamics, marine bio-geochemistry, marine ecology and the dynamics of the ocean floor. In addition, the institute operates research vessels including a manned submersible and deep-sea robots.

CUDA Zone Submissions: Have a CUDA-related paper, research, or app? Show it on CUDA Zone: http://is.gd/8G3E4

CUDA JOB OF THE WEEK

The Georg-August-University in Gottingen, Germany is seeking a motivated PhD student – preferably with a computer vision background. The candidate should be interested in an interdisciplinary project involving computer vision analysis of changing scenes and the objects therein. Using this research, the intent is to build a system for plant treatment. Specifically, the project will be centered on the problem of recognizing and tracking parts of growing plants. Good programming skills (C++, CUDA) are required. A lively, stimulating and well-equipped scientific environment is provided.
- For information, contact Prof. Florentin Worgotter at: worgott@bccn-goettingen.de
- Learn about the organization: http://www.bccn-goettingen.de/AboutBCCN

CUDA EDUCATION

University Courses

NEW: “Programmable GPUs for General Purpose Parallel Computing” (undergrad level), Shiraz University, Iran (Prof. Reza Azimi). See: http://www.cse.shirazu.ac.ir/~azimi/gpu89

CUDA Training

NEW: CUDA training from SagivTech, Ra’anana, Israel
- CUDA course: July 12-14
- GPU/Image Processing course: Aug. 2-4
See: http://www.sagivtech.com/24054.html

GPU Computing Webinars (CUDA C, OpenCL, Parallel Nsight and more…)

OSee May webinar schedule: http://developer.nvidia.com/object/gpu_computing_online.html

CUDA and Academia

Over 350 universities are teaching CUDA and GPU Computing courses.
- See the list: http://www.nvidia.com/object/cuda_courses_and_map.html

CUDA CALENDAR

– Global Derivatives Trading & Risk Management

May 17-21, Paris

http://www.icbi-events.com/globalderivatives/


– ISC ´10 GPU Computing Workshops

May 30, Hamburg, Germany

http://www.nvidia.com/object/isc2010.html


– European Association of Geoscientists & Engineers (EAGE) Conference

June 14-17, Barcelona

http://www.eage.org/events/index.php?eventid=297


– Parallel Execution of Sequential Programs on Multi-Core Architectures

June 20, France

http://cccp.eecs.umich.edu/pespma/cfp.html


– GPGPU Briefing for Financial Services (Microsoft/NVIDIA)

June 21, NYC

https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032451443&culture=en-US


– GPUs in Chemistry and Materials Science

June 28-30, Univ. of Pittsburgh

http://www.sam.pitt.edu/education/gpu2010.register.php


– Parallel Symbolic Computation 2010 (PASCO)

July 21-23, France

http://pasco2010.imag.fr/contest.html


– Symposium on Chemical Computations on GPGPUs

Aug. 22-26, Boston

http://illinois.edu/lb/article/2101/36281


– Unconventional High Performance Computing 2010 (UCHPC 2010)

Aug. 31-Sept. 1, Italy

http://www.lrr.in.tum.de/~weidendo/uchpc10/


– GPU Technology Conference 2010

Sept. 20-23, San Jose, Calif.

http://www.nvidia.com/gtc (now accepting proposals from industry and academia)

(To list an event, email: cuda_week_in_review@nvidia.com)

CUDA RESOURCES

CULA LAPACK

GPU-accelerated linear algebra library from EM Photonics: http://www.culatools.com

NVIDIA Parallel Nsight

Download the Parallel Nsight Beta: www.nvidia.com/nsight

CUDA Toolkit

Download CUDA Toolkit 3.0: http://bit.ly/aKCENp

CUDA Documentation

Download developer guides and documentation: http://developer.nvidia.com/object/gpucomputing.html

CUDA Books

– Programming Massively Parallel Processors by D. Kirk, W. Hwu: http://is.gd/7bNYP
– See additional books here: http://www.nvidia.com/object/cuda_books.html

CUDA ON THE WEB

– Follow CUDA & GPU Computing on Twitter: www.twitter.com/gpucomputing
– Network with other developers: www.gpucomputing.net
– Stayed tuned to GPGPU news and events: www.gpgpu.org
– Learn more about CUDA on CUDA Zone: www.nvidia.com/cuda
– CUDA on YouTube: http://www.youtube.com/nvidiacuda

About CUDA

CUDA is NVIDIA’s parallel computing hardware architecture. NVIDIA provides a complete toolkit for programming on the CUDA architecture, supporting standard computing languages such as C, C++, and Fortran as well as APIs such as OpenCL and DirectCompute.

See previous issues of CUDA: Week in Review: http://www.nvidia.com/object/cuda_week_in_review_newsletter.html

Send comments and suggestions to: cuda_week_in_review@nvidia.com

You are receiving this email because you have previously expressed interest in NVIDIA products and technologies. Click here to opt in specifically to CUDA: Week in Review.

Feel free to forward this email to customers, partners and colleagues.

If you would like to stop receiving emails from NVIDIA, click here to unsubscribe.

Copyright © 2010 NVIDIA Corporation. All rights reserved. 2701 San Tomas Expressway, Santa Clara, CA 95050.

SparkLan WPEA-111N WLAN

No comments March 29th, 2010

This device would be my choice of WLAN cards, if my machine only took 1/2 length cards.

Chipset: Atheros AR9280
Front end module: SiGe SE2593
Interface: Half Mini PCI Express
Wireless connection up to 300Mbps
RF 2T2R

This is as good as it gets with this kind of WLAN card.
Dual Channel, supports 11n in both 2.4Ghz and 5Ghz so will work with most Wireless Routers.
2T/2R that means 300Mbps in both directions
Atheros 9280 chipset same as in the full lenght version of the card (which I currently use).
Only real gripe, is with Atheros and it’s lack of a proper Client Utility with it’s drivers.

This card is the card of choice if you can easily live without a Client Utility.
But if you prefer to use a client Utility to setup your connections then Ralink based cards are for you, see below.