You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of OpenMPI 1.8.4, the output of ompi_info --parsable is difficult to parse because some of the fields, e.g., (build:timestamp) contain colons. This could be addressed by quoting such fields as is done in most variations of the CSV format, e.g., build:timestamp:"Tue Dec 23 15:47:28 EST 2014"