[Insight-users] Configure ITK for 64-bit Linux

Luis Ibanez luis.ibanez at kitware.com
Thu May 26 18:44:12 EDT 2011


Hi Sara,

Thanks for your time today debugging this issue.

Just to close the topic on the list,
here is what we found,
and how we build ITK correctly in the cluster:

http://www.itk.org/pipermail/insight-users/2011-May/041260.html



      Luis

-------------------------------------------------------------------------------------------------
On Thu, May 26, 2011 at 1:23 PM, Luis Ibanez <luis.ibanez at kitware.com> wrote:
>>
>> Some background:
>> The system I'm using is a thirty-five node compute cluster where each
>> cluster node is running a 64-bit Linux OS.  I'm attempting to use Condor to
>> manage a job.  My program compiled on the head node, which is a 32-bit
>> machine, but failed when Condor tried to use the cluster nodes.  I'm now
>> trying to compile my code from one of the cluster nodes to debug.  First it
>> appeared that the UUID libraries were missing.  I don't have administrator
>> privileges on these machines, but the system admin was able to install both
>> uuid and uuid-devel packages on the node I'm using.  Now the libraries are
>> there, but CMake will not link to them.  I've also tried setting the
>> FIND_LIBRARY_USE_LIB64_PATHS property, but this did not resolve the problem.
>>
> --------------------------------------------------------------------------
>
> Hi Sara,
>
>
> Thanks for the information about your system setup.
>
> It would have been useful to know this from the beginning...   :-)
>
> You need to build the application in the same architecture
> where you are planning to run it.
>
> The UUID libraries are optional. It should be possible to
> build ITK without having to install the uuid packages.
>
>
>    Luis
>


More information about the Insight-users mailing list