Closed e-carlin closed 1 month ago
Looks like they were dropped in july of 2023
# for f in rscode-warpx*.rpm; do
echo "rpm=$f"
rpm -qlp "$f" | grep -i 'bin/warpx'
echo
done
rpm=rscode-warpx-20230715.204520-1.x86_64.rpm
/home/vagrant/.local/bin/warpx.1d.MPI.OMP.DP.PDP.OPMD.QED
/home/vagrant/.local/bin/warpx.2d.MPI.OMP.DP.PDP.OPMD.QED
/home/vagrant/.local/bin/warpx.3d.MPI.OMP.DP.PDP.OPMD.QED
/home/vagrant/.local/bin/warpx.rz.MPI.OMP.DP.PDP.OPMD.QED
rpm=rscode-warpx-20231213.211554-1.x86_64.rpm
rpm=rscode-warpx-20240604.214425-1.x86_64.rpm
@robnagler building warpx executables was turned off in this commit (added -D WarpX_APP=OFF
). Was there a reason?
Probably because we were having trouble building and @ncook882 said we only needed the Python, and I was trying to get WarpX in the release.
Thanks. I'll try to add them back in.
Blocked by https://github.com/ECP-WarpX/impactx/issues/634 . There are ways to work around the problem but I'm going to see if we can get the fix in impactx so we don't have to.
Let me know if you like to take this up again or need help. There are easy ways to install WarpX and ImpactX side by side with minimal work-arounding until the above features are implemented.
For example, see our conda-forge package for all blast-codes
:
Thanks @ax3l! Removing the static libraries works for us for now.
Awesome, glad to help.
cc: @ncook882
https://github.com/radiasoft/download/issues/504#issuecomment-2161084870