Skip to content

Commit

Permalink
Use conditional import for omp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rlorigro committed Jun 3, 2024
1 parent cf3eb92 commit 1cf38ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/align_benchmark/align_benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
* DESCRIPTION: Wavefront Alignment Algorithms benchmarking tool
*/


#ifdef WFA_PARALLEL
#include <omp.h>
#endif

#include "align_benchmark_params.h"

Expand Down

0 comments on commit 1cf38ea

Please sign in to comment.