Skip to content

Commit

Permalink
Remove the default max cpu count
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 15, 2024
1 parent d1bb52a commit a488503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/config/include/hpx/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
# define HPX_HAVE_MAX_CPU_COUNT 256
#endif

#if !defined(HPX_HAVE_MAX_CPU_COUNT)
#if !defined(HPX_HAVE_MAX_CPU_COUNT) && !defined(HPX_HAVE_MORE_THAN_64_THREADS)
#define HPX_HAVE_MAX_CPU_COUNT 64
#endif

Expand Down

0 comments on commit a488503

Please sign in to comment.