Skip to content

Commit

Permalink
PaRSEC: Increase max AM size to 1MB
Browse files Browse the repository at this point in the history
  • Loading branch information
devreal committed Oct 6, 2023
1 parent 548b65b commit fdf6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ namespace ttg_parsec {
int parsec_ttg_profile_backend_allocate_datacopy, parsec_ttg_profile_backend_free_datacopy;
#endif

static constexpr const int PARSEC_TTG_MAX_AM_SIZE = 4 * 1024;
static constexpr const int PARSEC_TTG_MAX_AM_SIZE = 1 * 1024*1024;
WorldImpl(int *argc, char **argv[], int ncores, parsec_context_t *c = nullptr)
: WorldImplBase(query_comm_size(), query_comm_rank())
, ctx(c)
Expand Down

0 comments on commit fdf6e2e

Please sign in to comment.