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
Feature request: add an option that allows elegant_write() to dump a binary format that works in parallel elegant
Something along the lines of what the pysdds module does:
import sdds
pysdds = sdds.SDDS(0)
pysdds.load(outfile)
pysdds.mode = pysdds.SDDS_BINARY #to convert from ASCII to BINARY, need binary for pelegant
pysdds.save(outfile)
The sdds Python module is now available on conda-forge as part of the elegant package. So perhaps we could address this request at some point (@ChristopherMayes?)
Feature request: add an option that allows elegant_write() to dump a binary format that works in parallel elegant
Something along the lines of what the pysdds module does:
sdds data module is needed from elegant page:
https://www3.aps.anl.gov/forums/elegant/viewtopic.php?f=11&t=803&p=3292&hilit=sddsdatamodule#p3292
The text was updated successfully, but these errors were encountered: