Search found 408 matches
- 07 May 2025, 15:42
- Forum: Installation
- Topic: 2025.x from source w/ Pelegant
- Replies: 2
- Views: 1227
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: 7353
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: 52321
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: 3
- Views: 24150
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: 3
- Views: 24150
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...
- 24 Sep 2024, 21:10
- Forum: Installation
- Topic: Undefined Symbol: rpn
- Replies: 6
- Views: 52321
Re: Undefined Symbol: rpn
I have posted Ubuntu 24.04 RPMs
You can also build it yourself using the Build-AOP-RPMs.
I had to make a change to a file in SDDS.5.6.1.tar.gz to link the proper libraries for sddsdata.so
--Bob Soliday
You can also build it yourself using the Build-AOP-RPMs.
I had to make a change to a file in SDDS.5.6.1.tar.gz to link the proper libraries for sddsdata.so
--Bob Soliday
- 24 Sep 2024, 14:00
- Forum: Installation
- Topic: Undefined Symbol: rpn
- Replies: 6
- Views: 52321
Re: Undefined Symbol: rpn
I haven't tried building or running on Ubuntu 24.04 yet. I am in the process of downloading the installation file now. In the meantime I just tested this on ubuntu 22.04 and don't see this problem. I will try to get out a working release for Ubuntu 24.04 as soon as I am able.
--Bob
--Bob
- 28 Aug 2024, 17:02
- Forum: Installation
- Topic: DLL load failed while importing sddsdata
- Replies: 1
- Views: 21264
Re: DLL load failed while importing sddsdata
Can you try it with SDDSPython3.11.9-x64.msi to see if it makes a difference?
https://ops.aps.anl.gov/downloads/SDDSP ... .9-x64.msi
If that doesn't work, I will look into setting up Anaconda on my Windows laptop to test further.
--Bob
https://ops.aps.anl.gov/downloads/SDDSP ... .9-x64.msi
If that doesn't work, I will look into setting up Anaconda on my Windows laptop to test further.
--Bob
- 14 Aug 2024, 15:53
- Forum: Installation
- Topic: Pelegant error: passed size is not equal to expected size for SDDS_DATASET structure
- Replies: 1
- Views: 21539
Re: Pelegant error: passed size is not equal to expected size for SDDS_DATASET structure
The error comes from the SDDS library. It is saying that the library was compiled with a different SDDS.h file than Pelegant was. The first thing I would do is to run "ldd Pelegant" to see if it is linking to a shared library SDDS1.so. It may be using an older version somehow. Check the timestamp on...
- 14 Aug 2024, 15:02
- Forum: Bugs
- Topic: I have a problem to run km2sdds script
- Replies: 2
- Views: 26302
Re: I have a problem to run km2sdds script
I played around with it trying to get it to work with alien. I can get it to get past that problem but it refuses the run the internal script to setup the symlinks. The only thing that seems to really work is to not use alien at all. Instead run: sudo rpm -ivh <rpmfile> This will install it and setu...