CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   REEF3D (https://www.cfd-online.com/Forums/reef3d/)
-   -   Error when installing HYPRE (on Windows 10) (https://www.cfd-online.com/Forums/reef3d/236274-error-when-installing-hypre-windows-10-a.html)

OceanMan May 22, 2021 06:27

Error when installing HYPRE (on Windows 10)
 
Hi, REEF3D team
I have an error when installing hypre-2.11.2.
I did it step by step in the User guide
When I opened ‘Terminal’ and navigate to the “src” folder inside the HYPRE archive and type:
./configure --prefix=/usr/local/hypre.
The error read: "-bash: ./configure: No such file or directory".
Thank you and hope to get some guidance.

kamath May 25, 2021 04:52

Hi OceanMan,
That sounds a little strange.
There could be two reasons:
1. problem with the download- check if the configure script exists in the src folder.

2. the configure script does not have permissions to run. If the file is found (using an ls command to list contents of the folder), then use:
chmod u+x configure
to give it permissions to run.

OceanMan May 25, 2021 06:27

1 Attachment(s)
Quote:

Originally Posted by kamath (Post 804594)
Hi OceanMan,
That sounds a little strange.
There could be two reasons:
1. problem with the download- check if the configure script exists in the src folder.

2. the configure script does not have permissions to run. If the file is found (using an ls command to list contents of the folder), then use:
chmod u+x configure
to give it permissions to run.

Hi, Kamath
Thanks for your help.
You can see an error in the attachment file.

kamath May 25, 2021 07:22

Then possibly it is a permissions issue for /usr/local
could you check that?

OceanMan May 25, 2021 14:40

Quote:

Originally Posted by kamath (Post 804614)
Then possibly it is a permissions issue for /usr/local
could you check that?

Yes, Thank you so much for helping, sir!


All times are GMT -4. The time now is 07:05.