Skip to content
Prev 29438 / 63424 Next

Snow or alternative MPI packages on Windows

giuseppe1.milicia at hsbcib.com wrote on 07/16/2008 08:52 AM:
I remember working with Jack Dongarra's group back in the late '90's 
when Microsoft donated some money, hardware, and software to ensure that 
pvm, scalapack, and the like worked on Windows. My particular task was 
to port Atlas to Windows and benchmark installs with various compilers 
and commercial BLAS libraries. it was a total PITA, dealing with calling 
conventions between fortran and C/C++, and DLL hell.

Anyway, the main researcher involved in the parallel Windows work 
realized (obviously) the hard problem was remotely connecting to Windows 
machines and spawning tasks, so he spent the majority of his time 
writing an rsh daemon, and it became kind of a stink because he went on 
to commercialize his work, buying the domain name myrshdaemon.com, and 
selling it. No one ever knew how much money he made.

Point being, around ten years have passed and including Windows in a 
parallel setup is still a problem?!? Sheesh!

Jeff