zxss
March 5, 2025, 12:00pm
1
Dear all,
As the title suggests, I meet problem on ./3rdparty/getall -a when follow the instruction on GitHub - FreeFem/FreeFem-sources: FreeFEM source code to install FreeFem++ on my Red hat machine. However, it turns out that
Can anyone know how to solve it?
prj
March 5, 2025, 2:33pm
2
The website where the packages are hosted is currently down. If you install PETSc, most of these packages will be downloaded using another mirror, so that should be fine.
zxss
March 6, 2025, 10:17am
3
Thanks very much for your reply. Can you specify the mirror it is to download PETSc packages?
prj
March 6, 2025, 2:38pm
4
zxss
March 7, 2025, 5:58pm
5
Thanks for updating the 3rdparty/getall, this command can work successfully. However, when I type in ‘make check’, a lot of files failed as seen below
Do you know how to solve this problem?
zxss
March 7, 2025, 6:29pm
6
By the way, after ‘make install’, there are no files FreeFem+±mpi and ff-mpirun.
Is such phenomenon common?
prj
March 9, 2025, 2:17pm
7
No, it is no common, your installation has not MPI enabled (but it should be by default, so it is likely you have a failed installation).
zxss
March 12, 2025, 11:20am
8
Hi, prj
I try to download again following the instruction. And the error turned out when I typed in the command 'make petsc-slepc ’ as the screenshot shows.
Do you know why it happened?
zxss
March 12, 2025, 11:29am
9
The configure.log shows that ‘Cannot use SuperLU with 64-bit BLAS/LAPACK indices’
configure.log (4.6 MB)
prj
March 12, 2025, 1:22pm
10
You are using a BLAS implementation with 64-bit integers, could you switch to 32-bit integers?
zxss
March 12, 2025, 1:39pm
11
Maybe, but I don’t know how to switch