Skip to content

Commit

Permalink
Explicitly use pool allocator for ESMT test
Browse files Browse the repository at this point in the history
Make sure we use the pool allocator for the ESMT test. This used to be
the default in YAKL, but commit fcf7ba19 appears to have changed that
behavior, and for some reason that is causing non-BFB behavior with
this test. We do not understand why, but reverting this behavior should
make this test BFB with master, and get the ESMT test to pass again on
Chrysalis.
  • Loading branch information
brhillman committed Oct 29, 2021
1 parent 8cf1f79 commit 134922b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./xmlchange --append -id CAM_CONFIG_OPTS -val " -cppdefs ' -DMMF_ESMT -DMMF_USE_ESMT ' "
./xmlchange --append -id CAM_CONFIG_OPTS -val " -cppdefs ' -DMMF_ESMT -DMMF_USE_ESMT -DYAKL_SEPARATE_MEMORY_SPACE ' "

0 comments on commit 134922b

Please sign in to comment.