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
Pelegant Error: Unable to read ascii file with SDDS_MPI
Moderators: cyao, michael_borland
-
- Posts: 42
- Joined: 21 Jan 2010, 02:27
-
- Posts: 1959
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: Pelegant Error: Unable to read ascii file with SDDS_MPI
Ji-Gwang,
The problem is that Pelegant can't read ASCII files using parallel I/O. Just convert the files to binary form:
--Michael
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>