The blog deals mostly with problems and their respective solutions that I find on day to day basis at my current workplace. Most of the issues so far deal specifically with Virtualization (mostly Microsoft related), 64-bit migration, and Windows 2003 issues.
Many of the problems I have faced in various projects have been solved by reading someone else's blog. This is an effort to pay back and hopefully someone will be able to solve some of their problems by reading something within these pages.
Browse by Tags
All Tags »
High Performance Computing (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
When you submit a job to be run in a Compute Cluster Server , you will find some information about the running tasks at the bottom pane. Information such as error output, task name, and so on is shown, but there is one vital piece of information that...
|
-
|
To recap, on my last post we went through some of the steps that need to be taken when debugging an MPI application, namely: -Install the x64 remote debugger -Copy mpishim to an accessible loction -Modify the registry to avoid UNC path problems in the...
|
-
|
The Compute Cluster Pack can be downloaded from Microsoft's site; however it is not as trivial as it sounds. These steps will hopefully make it easier to obatin the bits: Go to http://www.microsoft.com/windowsserver2003/ccs/default.aspx Click on the Get...
|
-
|
While assisting some customers at a High Performance Computing Event, I had the need to remember how to debug an MPI application. See, when you create distributed applications that will run on various computers (nodes) you need to use special tools to...
|