Skip to content

Commit

Permalink
fmk - using original #ifdef in SuperLU f no -D on solver version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Mar 22, 2024
1 parent 4c7d090 commit 1e1c5cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
#else
superlu_options_t options;
#endif

#else

#if defined(SUPERLU_DIST_MAJOR_VERSION) && SUPERLU_DIST_MAJOR_VERSION >= 5
superlu_dist_options_t options;
#else
superlu_options_t options;
#endif

#endif

SuperLUStat_t stat;
Expand Down

0 comments on commit 1e1c5cf

Please sign in to comment.