Skip to content

Commit

Permalink
Address @byrnHDF review from PR HDFGroup#3583
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 25, 2023
1 parent acd98cb commit 6c9ef47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testpar/t_subfiling_vfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,6 @@ main(int argc, char **argv)
bool must_unset_ioc_per_node_env = false;
bool must_unset_ioc_thread_count_env = false;
bool must_unset_config_dir_env = false;
char *env_value = NULL;
int required = MPI_THREAD_MULTIPLE;
int provided = 0;

Expand Down Expand Up @@ -2346,8 +2345,7 @@ main(int argc, char **argv)
must_unset_ioc_thread_count_env = true;
}

env_value = HDgetenv(H5FD_SUBFILING_CONFIG_FILE_PREFIX);
if (NULL != env_value) {
if (NULL != HDgetenv(H5FD_SUBFILING_CONFIG_FILE_PREFIX)) {
int rand_value = 0;

if (MAINPROCESS)
Expand Down

0 comments on commit 6c9ef47

Please sign in to comment.