Proposals:Compiling on Bluegene Supercomputer

From KitwarePublic
Revision as of 00:13, 10 March 2008 by Ibanez (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 Institute.

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".