-
The test RadForce, run with make test, fails soon after starting. All other tests run without issue. The test gives the following output and error:
Is there a reason why this particular test would fail, while all others pass? Thanks in advance for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
All tests pass when I run them. Can you copy the output from cmake so I can see exactly what build options and compiler options you are using? |
Beta Was this translation helpful? Give feedback.
-
After many tries to build the code on my local HPC system I got it working, but I lost the output of cmake for the version of my attempts that produced this issue. I think you are right and that it had to do with AMReX. I think the problem was due to the set up of the packages and environmental variables of the HPC system. I redid everything, with GCC, and got it running. I had to manually set some of the CMAKE options. I think HPC users might run into a similar issues, the cmake does not always find the right compilers/python installations if the system has a complicated set up. |
Beta Was this translation helpful? Give feedback.
After many tries to build the code on my local HPC system I got it working, but I lost the output of cmake for the version of my attempts that produced this issue. I think you are right and that it had to do with AMReX. I think the problem was due to the set up of the packages and environmental variables of the HPC system.
I redid everything, with GCC, and got it running.
I had to manually set some of the CMAKE options. I think HPC users might run into a similar issues, the cmake does not always find the right compilers/python installations if the system has a complicated set up.