Page 1 of 1

Pelegant Error: Unable to read ascii file with SDDS_MPI

Posted: 25 Jan 2023, 10:37
by Hwang, Ji-Gwang
Dear Michael,

I am trying to do a simulation using Pelegant with particle coordinates defined by a sdds file (ASCII format).
But it shows the error message "Unable to read ASCII file with SDDS_MPI" when the code is checking the sdds file.
Since the file is working well with single-core elegant runs, it would not be an issue for the sdds file.
Do you have any idea about this issue?

Best regards

Ji-Gwang Hwang

Re: Pelegant Error: Unable to read ascii file with SDDS_MPI

Posted: 06 Feb 2023, 18:33
by michael_borland
Ji-Gwang,

The problem is that Pelegant can't read ASCII files using parallel I/O. Just convert the files to binary form:

Code: Select all

sddsconvert -binary <filename>
--Michael