We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de92d1b + 26e7515 commit 6ff2780Copy full SHA for 6ff2780
orte/mca/state/base/state_base_fns.c
@@ -1148,15 +1148,6 @@ void orte_state_base_check_fds(orte_job_t *jdata)
1148
} else {
1149
opal_argv_append_nosize(&list, "rdwr");
1150
}
1151
- if (flflags & O_DSYNC) {
1152
- opal_argv_append_nosize(&list, "dsync");
1153
- }
1154
- if (flflags & O_RSYNC) {
1155
- opal_argv_append_nosize(&list, "rsync");
1156
1157
- if (flflags & O_SYNC) {
1158
- opal_argv_append_nosize(&list, "sync");
1159
1160
if (flk && F_UNLCK != fl.l_type) {
1161
if (F_WRLCK == fl.l_type) {
1162
opal_argv_append_nosize(&list, "wrlock");
0 commit comments