Skip to content

Start of testing to determine what level of -j is acceptable

James Willenbring requested to merge prwolfe:bisect_j into develop

Created by: prwolfe

Started at -j22 and was overloading memory on 142 This moves to -j18 which will hopefully be a good data point.

@trilinos/framework

Motivation and Context

The -j22 when running two jobs on 142, 143, and 144 runs the node out of memory and swaps pretty hard. The expectation is that this will actually produce faster runs by eliminating or reducing the swapping. We should bisect to a good point based on direct observations.

Merge request reports