Page 2 of 2
Re: pre-requisites and installation issues
Posted: Mon May 18, 2015 1:33 pm
by haristipe
Hello,
I have found the config.log
- config.log
- Config.log
- (21.91 KiB) Downloaded 547 times
. However, i don't know how to creat a separate directory, in fact, i don't know what does it
mean. May you try to explain to me?
Regards,
DAGDAG Haris
Re: pre-requisites and installation issues
Posted: Mon May 18, 2015 2:17 pm
by Yvan Fournier
Hello,
It seems version 3.0 does not verify that you have a Fortran compiler (4.0 does).
Looking at your config.log, it seems that you need to install gfortran (again, using the Ubuntu package manager).
Regards,
Yvan
Re: pre-requisites and installation issues
Posted: Mon May 18, 2015 2:44 pm
by haristipe
Hello,
gfortran has already installed but i have installed it again and run the installation and it doesn't work again. New configure.log:
- config.log
- config.log
- (21.91 KiB) Downloaded 576 times
Regards,
DAGDAG Haris
Re: pre-requisites and installation issues
Posted: Mon May 18, 2015 8:21 pm
by Yvan Fournier
Hello,
Again, please configure/build the code in a separate directory, as recommended in the install manual. You will need to start from a clean archive for this. The missing Fortran flags are probably not related, but this may avoid other issues.
It seems gfortran is still not found, but I recommend restarting in a new (empty) directory.
Also, what is the output of "gfortran --version"
in your case ?
Regards,
Yvan
Re: pre-requisites and installation issues
Posted: Mon May 18, 2015 10:41 pm
by haristipe
Hello,
I've configured and built the code in a seperate directory, new change log :
Then, i don't know what is the output of "gfortran --version", How can i find it?
Regards,
DAGDAG Haris
Re: pre-requisites and installation issues
Posted: Tue May 19, 2015 1:06 am
by Yvan Fournier
Hello,
Type:
gfortran --version
in a terminal. What do you obtain ?
Regards,
Yvan
Re: pre-requisites and installation issues
Posted: Tue May 19, 2015 10:17 am
by haristipe
Hello
When i type this, i have : "gnu fortran (ubuntu/linaro 4.6.3-1ubuntu5 4.6.3"
regards,
DAGDAG Haris
Re: pre-requisites and installation issues
Posted: Tue May 19, 2015 12:19 pm
by Yvan Fournier
Hello,
You should have more than one line: for example, on an older Debian system, I get:
GNU Fortran (Debian 4.4.5-8) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
If you do not have a similar message (with version 4.6.3 instead of 4.4.5 and Ubuntu instead of Debian), there might be a problem in your Fortran installation. In this case, try to reinstall it.
Otherwise, did you try installing
Code_Saturne 4.0 instead of 3.0 ?.
Regards,
Yvan
Re: pre-requisites and installation issues
Posted: Tue May 19, 2015 1:30 pm
by haristipe
hello,
Yes i have this: GNU Fortran (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
I have already try another recent version of code saturne but it doesn't work with my version of ubuntu.
Regards
DAGDAG Haris
Re: pre-requisites and installation issues
Posted: Tue Jun 23, 2015 12:56 am
by Yvan Fournier
Hello,
What do you mean by it doesn't work with your version of Ubuntu ?
Unless you have a very old version of Ubuntu, things should work, so the issue might be more general.
Could you provide more details ?
Regards,
Yvan