Search found 413 matches
- 20 Jan 2026, 11:44
- Forum: Bugs
- Topic: Version 2025.3 released
- Replies: 3
- Views: 22942
Re: Version 2025.3 released
You can download the pre-released version here: https://ops.aps.anl.gov/downloads/Elegant-x64.alpha.msi Since this is not technically ready for release yet, you may find other problems. If you do, then you can download the previous releases here: https://ops.aps.anl.gov/downloads/Elegant-x64/SDDS_To...
- 20 Jan 2026, 10:54
- Forum: Bugs
- Topic: Version 2025.3 released
- Replies: 3
- Views: 22942
Re: Version 2025.3 released
I see this issue has been fixed for the next release. I will post a pre-release version here with the fix in a few minutes.
--Bob
--Bob
- 06 Jan 2026, 17:48
- Forum: Bugs
- Topic: sddspseudoinverse error
- Replies: 10
- Views: 18223
Re: sddspseudoinverse error
Try this: sddspseudoinverse matrix.sdds matrix.inv.sdds -ascii -minimumSingularValueRatio=1.7763568394002505e-15 -economy I was able to reproduce MATLAB's pinv output with this command on Linux. I haven't tried it yet on Windows. minimumSingularValueRatio = max(m,n) * eps = 8 * 2.220446049250313e-16...
- 23 Dec 2025, 12:42
- Forum: Bugs
- Topic: sddspseudoinverse error
- Replies: 10
- Views: 18223
Re: sddspseudoinverse error
I will direct your question to Mike Borland. He is lead author, I mostly just help handle releases and ports to the various operating systems.
- 22 Dec 2025, 18:24
- Forum: Bugs
- Topic: sddspseudoinverse error
- Replies: 10
- Views: 18223
Re: sddspseudoinverse error
I think I have found and fixed the problem. Can you download https://ops.aps.anl.gov/downloads/SDDS_ ... 4-TEST.msi
and tell me if this solves your problem? If it does, I will change the official release for Windows.
Thanks,
--Bob Soliday
and tell me if this solves your problem? If it does, I will change the official release for Windows.
Thanks,
--Bob Soliday
- 07 May 2025, 15:42
- Forum: Installation
- Topic: 2025.x from source w/ Pelegant
- Replies: 2
- Views: 68736
Re: 2025.x from source w/ Pelegant
I can probably add that, but it is basically four lines: git clone https://github.com/rtsoliday/SDDS.git git clone https://github.com/rtsoliday/elegant.git cd elegant make -j This will build SDDS and elegant. It will also build Pelegant if it finds the mpicc. See the Makefile.rules in both repositor...
- 26 Feb 2025, 10:49
- Forum: Bugs
- Topic: plaindata2sdds
- Replies: 1
- Views: 42767
Re: plaindata2sdds
I found and fixed the problem. You can get the updated source code at:
https://github.com/rtsoliday/SDDS/blob/ ... ata2sdds.c
https://github.com/rtsoliday/SDDS/blob/ ... ata2sdds.c
- 06 Jan 2025, 11:40
- Forum: Installation
- Topic: Undefined Symbol: rpn
- Replies: 6
- Views: 104188
Re: Undefined Symbol: rpn
There is a new release of the SDDS code and the SDDS Python module. If you rebuild from the updated code, it should fix the problem you are seeing with not linking in the rpn library.
--Bob
--Bob
- 29 Oct 2024, 17:29
- Forum: Bugs
- Topic: SDDS, elegant, etc. RHEL9 RPMs are broken
- Replies: 4
- Views: 67322
Re: SDDS, elegant, etc. RHEL9 RPMs are broken
I am also able to verify that Fedora 39 does not have this problem. It is using lapack version 3.11.0 so they must have fixed it but didn't backport the fix to 3.9.
- 29 Oct 2024, 17:14
- Forum: Bugs
- Topic: SDDS, elegant, etc. RHEL9 RPMs are broken
- Replies: 4
- Views: 67322
Re: SDDS, elegant, etc. RHEL9 RPMs are broken
I was able to verify that there was a problem running it on RHEL9 with lapack-devel and blas-devel installed. I was able to get it to run if I uninstalled all the lapack* and blas* RPMs and reinstalled only the lapack and blas RPMs. Not the best solution but a work around for now. I will look into h...