MCPL release 2.2.0 #92
tkittel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This minor release adds a few new functions to the C API with utilities meant to make life easier when implementing MCPL bindings in downstream applications (#91).
mcpl_create_outfile_mpiandmcpl_merge_outfiles_mpican be used to handle some of the tedium and book-keeping needed for applications creating multiple MCPL files from a number of MPI processes before finally merging to a single file.mcpl_name_helperfunction helps with parsing user inputMCPL filenameparameter strings into absolute or relative path names, with or without a.mcplor.mcpl.gzsuffix.Like all other functions in the MCPL C API, these new functions work on both POSIX and Windows systems and can handle unicode characters in file-system paths. Refer to comments in
mcpl.hfor more information (here).Full Changelog: v2.1.0...v2.2.0
This discussion was created from the release MCPL release 2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions