version `GFORTRAN_10' not found #75
Replies: 6 comments 1 reply
-
Hi chenyubi14, Thanks for using I think the following combination worked for me for building Have you managed to successfully build Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Nakib, Thanks a lot for your response! I don't really think the suggestions could resolve my issue. In any case, I have successfully compiled If you want to hear my long-winded problem, here it is. My problem cannot be solved by building I think there is a way to link THANKS! |
Beta Was this translation helpful? Give feedback.
-
Good to know that you were able to build the program on your Ubuntu machine. For production level calculations, however, you will probably have to move on to a cluster at some point. To that end, I can suggest that you ask your cluster maintainer if they can create a Another option is a Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Nakib, I have tried building docker image by the dockerfile, and install it by singularity. However, I seem to have the preload issues, so we gave up on this method. With the help of the cluster managers, we finally have elphbolt.x working properly. The final working method is by using "module load intel/20;module load openmpi/2.1.0" and "include msi_intel.make" on Pod. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Dear Yubi Good to know that you managed to get the code running on your cluster. Have fun! Best |
Beta Was this translation helpful? Give feedback.
-
I need to point out one more issue, and my final solution. If I use "msi_intel.make", there are other problems. One major problem is that no matter how many cores I assigned, like The reason is that "msi_intel.make" uses However, My final solution is add |
Beta Was this translation helpful? Give feedback.
-
Hi,
I compiled the packages successfully. However, when I tried to do the test example by running the binary
elphbolt.x
, I ran into this issueI searched this issue online, found two methods in this website , but both of them don't work.
Here is the setup of my system. I am working on a cluster (pod on cnsi.ucsb.edu) where I don't have the privilege to edit /lib64/. The installed
libgfortran.so
in the cluster has versions lower thanGFORTRAN_10
. I found that the packageOpenCoarrays/
haslibgfortran.so
that supportsGFORTRAN_10
in two paths: OpenCoarrays/prerequisites/installations/gnu/12.1.0/lib64/libgfortran.so and OpenCoarrays/prerequisites/builds/gcc-12.1.0/x86_64-pc-linux-gnu/libgfortran/.libs/libgfortran.so.libgfortran.so
inOpenCoarrays/
. It failed because I cannot edit /lib64/~/.bashrc
file. I faced this errorBoth methods failed, but I think there might be a way to change the path to
libgfortran.so.5
inelphbolt.x
. I tried to search where this path is defined in the source files, but I failed. I wonder whether you could point out a way to solve this issue.THANKS!
Beta Was this translation helpful? Give feedback.
All reactions