|
Sierra Toolkit
Version of the Day
|
00001 /*------------------------------------------------------------------------*/ 00002 /* Copyright 2010 Sandia Corporation. */ 00003 /* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */ 00004 /* license for use of this work by or on behalf of the U.S. Government. */ 00005 /* Export of this program may require a license from the */ 00006 /* United States Government. */ 00007 /*------------------------------------------------------------------------*/ 00008 00009 #ifndef stk_util_config_h 00010 #define stk_util_config_h 00011 00012 #ifdef STK_BUILT_IN_SIERRA 00013 #define STK_HAS_MPI 00014 #else 00015 // This file gets created by cmake during a Trilinos build 00016 // and will not be present in a sierra build using bjam or associated wrappers 00017 #include <STKClassic_config.h> 00018 #ifdef HAVE_MPI 00019 #define STK_HAS_MPI 00020 #endif 00021 #endif 00022 00023 #define STK_PACKAGE stk 00024 #define STK_HAS_SNL_EXODUSII 00025 00026 #endif /* stk_util_config_h */