1
1
openmpi/ompi/mca/sharedfp/individual
Edgar Gabriel 9986a15b57 sharedfp/individual: only complain about fseek if sharedfp operations are really in use
this component can only be used in very specific scenarios. However, since some file systems do not support file locking and processes might be distributed over multiple nodes (hence the sm sharedfp component is also inelligible), the component might be selected in some scenarios, even if an application does not intend to use shared file pointers.

Since the fseek_shared function is involved as part of the File_set_view operation, only complain about the inability to perform the seek_shared operation if actual shared file pointer operations are being used. This avoid spurious error values being returned.

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2018-06-18 18:25:29 -05:00
..
Makefile.am ompio: fix abstraction 2018-06-14 09:41:10 +09:00
owner.txt Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
sharedfp_individual_collaborate_data.c sharedfp/all components: revamp internal operations 2018-06-18 14:34:05 -05:00
sharedfp_individual_component.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
sharedfp_individual_file_open.c sharedfp/all components: revamp internal operations 2018-06-18 14:34:05 -05:00
sharedfp_individual_get_position.c ompio: misc renames 2018-06-14 09:41:10 +09:00
sharedfp_individual_gettime.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
sharedfp_individual_insert_metadata.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
sharedfp_individual_iwrite.c sharedfp/individual: only complain about fseek if sharedfp operations are really in use 2018-06-18 18:25:29 -05:00
sharedfp_individual_read.c ompio: misc renames 2018-06-14 09:41:10 +09:00
sharedfp_individual_seek.c sharedfp/individual: only complain about fseek if sharedfp operations are really in use 2018-06-18 18:25:29 -05:00
sharedfp_individual_write.c sharedfp/individual: only complain about fseek if sharedfp operations are really in use 2018-06-18 18:25:29 -05:00
sharedfp_individual.c ompio: misc renames 2018-06-14 09:41:10 +09:00
sharedfp_individual.h sharedfp/individual: only complain about fseek if sharedfp operations are really in use 2018-06-18 18:25:29 -05:00