From tradke at aei.mpg.de Thu Dec 4 06:59:36 2008 From: tradke at aei.mpg.de (Thomas Radke) Date: Thu, 04 Dec 2008 13:59:36 +0100 Subject: [Patches] [Users] Cross-compiling trigger. In-Reply-To: <49D70175-B5FD-4527-8A9D-E2D38FE07A14@cct.lsu.edu> References: <4935E5EE.40108@cct.lsu.edu> <493658BE.1050400@gravity.psu.edu> <49D70175-B5FD-4527-8A9D-E2D38FE07A14@cct.lsu.edu> Message-ID: <4937D438.3070204@aei.mpg.de> Erik Schnetter wrote: > Yes, I think that a new option CROSS_COMPILE would be the best way to > go, defaulting to "no" (obviously). > > As far as I can see, this requires changes to configure.in. Unless I'm > mistaken, the only change there would be to abort if cross-compiling is > detected unless CROSS_COMPILE=yes. That sounds rather simple -- am I > missing something? I can't see what else would need to be changed. So I propose the attached patch which implements the new CROSS_COMPILE option. -- Cheers, Thomas. -------------- next part -------------- A non-text attachment was scrubbed... Name: cross-compile.diff Type: text/x-patch Size: 82590 bytes Desc: not available Url : http://www.cactuscode.org/pipermail/patches/attachments/20081204/486f8c7b/attachment-0001.bin From tradke at aei.mpg.de Fri Dec 5 05:13:27 2008 From: tradke at aei.mpg.de (Thomas Radke) Date: Fri, 05 Dec 2008 12:13:27 +0100 Subject: [Patches] new configure option to enable/disable OpenMP support In-Reply-To: <49146B51.8070106@aei.mpg.de> References: <49146B51.8070106@aei.mpg.de> Message-ID: <49390CD7.3060705@aei.mpg.de> Thomas Radke wrote: > Hi, > > I propose the attached patch which introduces a new configure option > OpenMP=yes|no to enable/disable OpenMP compilation of a Cactus > configuration. So far Intel, PathScale, and GNU compilers under Linux > and IBM compilers under AIX are supported. Ok to apply ? -- Cheers, Thomas.