00001 // expde: expression templates for partial differential equations. 00002 // Copyright (C) 2000 Christoph Pflaum 00003 // This program is free software; you can redistribute it and/or modify 00004 // it under the terms of the GNU General Public License as published by 00005 // the Free Software Foundation; either version 2 of the License, or 00006 // (at your option) any later version. 00007 // 00008 // This program is distributed in the hope that it will be useful, 00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 // GNU General Public License for more details. 00012 00014 // parser.h (include file for library) 00016 00017 00018 #ifndef PARSER_H_ 00019 #define PARSER_H_ 00020 00021 #ifdef IPPL_MPI 00022 #define parallel_version true 00023 #include "mpi.h" 00024 #else 00025 #define parallel_version false 00026 #include "dummympi.h" 00027 #endif 00028 00029 #endif 00030