Proposals:Compiling on Bluegene Supercomputer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: This page describes the changes that are needed in ITK in order to make possible to build it in the Bluegene/L supercomputer. The tests have been developed at the Bluegene/L machine avail...)
 
No edit summary
Line 1: Line 1:
This page describes the changes that are needed in ITK in order to make possible to build it in the Bluegene/L supercomputer.
This page describes the changes that are needed in ITK in order to make possible to build it in the [http://en.wikipedia.org/wiki/Bluegene Bluegene/L] supercomputer.


The tests have been developed at the Bluegene/L machine available at the Rensselaer Polytechnic Institute.
The tests have been developed at the Bluegene/L machine available at the [http://en.wikipedia.org/wiki/Rensselaer_Polytechnic_Institute Rensselaer Polytechnic Institute][http://www.rpi.edu RPI]. This computer, located at the  [http://en.wikipedia.org/wiki/Computational_Center_for_Nanotechnology_Innovations RPI Computational Center for Nanotechnology Innovations] is the seventh worlds largest supercomputer, according to the
[http://www.top500.org/list/2007/06/100 Top500 list released on June 2007].


== Developers ==
== Developers ==

Revision as of 00:22, 10 March 2008

This page describes the changes that are needed in ITK in order to make possible to build it in the Bluegene/L supercomputer.

The tests have been developed at the Bluegene/L machine available at the Rensselaer Polytechnic InstituteRPI. This computer, located at the RPI Computational Center for Nanotechnology Innovations is the seventh worlds largest supercomputer, according to the Top500 list released on June 2007.

Developers

  • Arunachalam Narayanaswamy
  • Pat Marion
  • Luis Ibanez

List of Changes

  • Remove optimization (use -O0) from the following files
    • Insight/Utilities/vxl/v3p/netlib/linpack
      • csvdc.c
      • zsvdc.c
    • Done by adding a SET_SOURCE_FILES_PROPERTIES() command in the CMakeLists.txt file of "netlib".