Skip to content

Skipping MPI output for serial case in Pull Request Linux Driver.

James Willenbring requested to merge jwillenbring:serial-dev-master-patch into develop

Created by: jwillenbring

@trilinos/framework

Description

We are adding a serial dev->master build. The PR driver was outputting some MPI variable info, and this caused the serial case to crash. I ifdef'ed the output to exclude the serial case.

Merge request reports