hypre/HYPRE_config.h.in
falgout 1b09660eb9 Made HYPRE blas the generic default.
Removed --with-HYPRE_blas option and added --with-system-blas option.
Fixed HYPRE_config.h to use correct hypre BLAS name, HYPRE_USING_HYPRE_BLAS.
1999-12-20 21:29:56 +00:00

56 lines
813 B
C

#ifndef HYPRE_SEQUENTIAL
#undef HYPRE_SEQUENTIAL
#endif
#ifndef HYPRE_MEMORY_DMALLOC
#undef HYPRE_MEMORY_DMALLOC
#endif
#ifndef HYPRE_TIMING
#undef HYPRE_TIMING
#endif
#ifndef HYPRE_USING_OPENMP
#undef HYPRE_USING_OPENMP
#endif
#ifndef HYPRE_USING_IBM_SMP
#undef HYPRE_USING_IBM_SMP
#endif
#ifndef HYPRE_USING_SGI_SMP
#undef HYPRE_USING_SGI_SMP
#endif
#ifndef HYPRE_USING_PGCC_SMP
#undef HYPRE_USING_PGCC_SMP
#endif
#ifndef HYPRE_USE_PTHREADS
#undef HYPRE_USE_PTHREADS
#endif
#ifndef HYPRE_SOLARIS
#undef HYPRE_SOLARIS
#endif
#ifndef HYPRE_ALPHA
#undef HYPRE_ALPHA
#endif
#ifndef HYPRE_RS6000
#undef HYPRE_RS6000
#endif
#ifndef HYPRE_USING_HYPRE_BLAS
#undef HYPRE_USING_HYPRE_BLAS
#endif
#ifndef HYPRE_USING_ESSL
#undef HYPRE_USING_ESSL
#endif
#ifndef HYPRE_USING_DXML
#undef HYPRE_USING_DXML
#endif