June 2008 - Posts
First, let me explain what Windows HPC is all about. Windows High performance computing team has produced two versions thus far. Their first version is called Microsoft Windows Compute Cluster Server. It is a very basic solution to the traditional HPC
Read More...
Dynamic libraries also known as shared libraries allow the same library to be used by multiple programs at the same time. Dynamic libraries work slightly different on various platforms. Here’s a quick summary of how they work on the three major platforms.
Read More...
As promised in the previous blog, I have prepared a walk through to get you started on programming python on windows. This is a quick walk through of installing Enthought's Python scientific packages on windows. This bundle includes Python 2.5.2, NumPy,
Read More...
Why Python? In the scientific community, python is becoming the de facto scripting language. The obvious reasons are: 1. It is accessible, download and install in minutes. 2. The syntax is simple, just about anyone could program, read it. 3. It is dynamic,
Read More...