Skip to content
Snippets Groups Projects
Commit 1350003d authored by Moe Jette's avatar Moe Jette
Browse files

change type of preserve_env from uint16_t to bool

parent 46ce481d
No related branches found
No related tags found
No related merge requests found
......@@ -825,7 +825,7 @@ typedef struct {
uint16_t ntasks_per_core;
uint16_t task_dist;
uint16_t plane_size;
uint16_t preserve_env;
bool preserve_env;
char *mpi_plugin_name;
uint8_t open_mode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment