Skip to content

Change nomp_init() API #150

Description

@thilinarmtb

Currently, nomp_init() has the following signature:

int nomp_init(int argc, const char **argv);

This should be change similar to MPI_Init() as follows:

int nomp_init(int *argc, const char ***argv);

This way we can filter out and process --nomp-<arg> arguments and
their values and return the modified argc and argv variables without
--nomp-<arg> back to the user.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions