Skip to content

Commit

Permalink
updated per locality shared segment size
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaylor committed Jul 25, 2023
1 parent ee2fb2f commit 703bbc6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
#include <hpx/config/warnings_prefix.hpp>

#if !defined(OPENSHMEM_PAGESIZE)
#define OPENSHMEM_PAGESIZE 16384
#define OPENSHMEM_PER_RANK_PAGESIZE 4194304
// GASNet default pagesize is 16384
#define OPENSHMEM_PER_RANK_PAGESIZE 16384
//#define OPENSHMEM_PER_RANK_PAGESIZE 4194304
#endif

namespace hpx { namespace util {
Expand Down

0 comments on commit 703bbc6

Please sign in to comment.