Closed thw1021 closed 1 year ago
I did a test with the previous version (commit 5d93407e25c8215c4e370de6036642e894e8d7b9) and it worked. So I guess there could be something wrong with the present code.
Hello, @thw1021 you can get access to intel Fortran and MKL by simple means. E.g. https://www.youtube.com/watch?v=4SfzH-XDl-s
Installation using Intel Makefile works best.
OK, thank you @SRkumar97. I will have a try. But I think this problem may still be worth effort.
I will try to reproduce it and get back to you
Excellent, thank you. Look forward to your reply.
Good evening, dear @TakisCFD,
I found an article about UCNS3D and I want to try the solver.
I met the same problem when I build the Docker image of UCNS.
I just clone the repo and run docker build . -t ucns3d -f Dockerfile
.
My OS is Fedora 38.
I must say that the problem appears in the last release also; the Docker image was built successully in commit https://github.com/ucns3d-team/UCNS3D/commit/5d93407e25c8215c4e370de6036642e894e8d7b9 (I found it in previous comments).
I will try later today and get back to you
The bug was found and a fix introduced, a new release should be available tomorrow following review.
resolved, the latest version runs correctly on docker.
Dear ucns3d team,
Thank you for sharing this wonderful code. I tried to install ucns3d following your guide. But there is something wrong.
OS: Ubuntu 20.04 GNU Fortan version: 9.4.0
What I did:
git clone https://github.com/ucns3d-team/UCNS3D
(commit dddcb3f6b10fdaaa194b23a7db281392aa734ea6)bin/lib/metis/*
tosrc/
, copybin/lib/parmetis/*
tosrc/
, copybin/lib/tecplot/*
tosrc/
bin/gnu-compiler/Makefile
tosrc/
make -f Makefile clean all
insrc/
The error is shown in the figure below:
I also tried to use Docker. However, I got the same error:
I noticed that @SRkumar97 has reported the same error. And it was solved by using intel Fortran and MKL as suggested by @TakisCFD. However, I do not have access to intel Fortran.
Could you give me some suggestions, please?