Skip to content

Commit

Permalink
Merge pull request #96 from rlorigro/main
Browse files Browse the repository at this point in the history
Use conditional import for omp.h
  • Loading branch information
smarco authored Aug 10, 2024
2 parents f7b0cff + 1cf38ea commit 288aac8
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 288aac8

Please sign in to comment.