Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-ptc-track-6Dtl-acd emit a fortran runtime error on recent fedora #1207

Open
rdemaria opened this issue Nov 6, 2023 · 2 comments
Open
Assignees

Comments

@rdemaria
Copy link
Contributor

rdemaria commented Nov 6, 2023

Here is a docker file to reproduce the issue:

FROM fedora:latest
RUN yum install -y git gfortran make g++ glibc-static libgfortran-static libstdc++-static
RUN yum install -y gnuplot
RUN git clone https://github.com/MethodicalAcceleratorDesign/MAD-X.git
WORKDIR MAD-X
RUN make madx-linux64-gnu X11=no
RUN make numdiff-linux64-gnu
RUN make tests

gfortran version from 12.2.1 (fedora 36) to 13.2.1 (fedora 38)

@ldeniau
Copy link
Contributor

ldeniau commented Nov 6, 2023

A quick look with Riccardo points out something related to GFortran version installed on Fedora and the dequaldacon function in the PTC TPSA interface.

@rdemaria
Copy link
Contributor Author

rdemaria commented Nov 7, 2023

Intel compiler passes:

FROM intel/oneapi-hpckit

RUN apt update
RUN apt install -y gnuplot
RUN git clone https://github.com/MethodicalAcceleratorDesign/MAD-X.git
WORKDIR MAD-X
RUN make madx-linux64-intel X11=no
RUN make numdiff-linux64-intel
RUN make tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants