Proposals:Compiling on Bluegene Supercomputer
From KitwarePublic
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".
- Insight/Utilities/vxl/v3p/netlib/linpack