mpi-forum / mpi-issues

Tickets for the MPI Forum
http://www.mpi-forum.org/
67 stars 8 forks source link

chap-dynamic: fix up example 11.11 to check for no found pset #769

Open hppritcha opened 1 year ago

hppritcha commented 1 year ago

Problem

The example illustrates searching for a pset with a supplied string argument. However the code example doesn't check for no match found before querying info about the pset.

Proposal

Fix example to check for pset not found.

Impact on Implementations

none

Impact on Users

none

References and Pull Requests

TBD