// // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // hwloc.h -- // // Author : Peter A. Buhr // Created On : Tue Jul 18 07:45:00 2017 // Last Modified By : Peter A. Buhr // Last Modified On : Sun Jul 22 13:49:58 2018 // Update Count : 4 // // include file uses the CFA keyword "thread". #if ! defined( thread ) // nesting ? #define thread `thread` // make keyword an identifier #define __CFA_HWLOC_H__ #endif #include_next // has internal check for multiple expansion #if defined( thread ) && defined( __CFA_HWLOC_H__ ) // reset only if set #undef thread #undef __CFA_HWLOC_H__ #endif // Local Variables: // // tab-width: 4 // // mode: c++ // // compile-command: "make install" // // End: //