Skip to content

Commit

Permalink
commented out test for config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjharrison committed Feb 2, 2024
1 parent ba1e741 commit e2e99d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/madness/tensor/mxm.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@

#include <madness/madness_config.h>

#ifndef HAVE_MTXMQ
#error "MTXMQ missing"
#endif
// This just to check if config is actually working
//#ifndef HAVE_MTXMQ
//#error "MTXMQ missing"
//#endif

#define HAVE_FAST_BLAS
#ifdef HAVE_FAST_BLAS
Expand Down

0 comments on commit e2e99d2

Please sign in to comment.