Mailinglist Archive: opensuse (3107 mails)
| < Previous | Next > |
Re: [opensuse] Fortran 90
- From: Jos van Kan <vankan@xxxxxxxxxxxx>
- Date: Sat, 17 Feb 2007 12:55:44 +0100
- Message-id: <45D6ED40.5050308@xxxxxxxxxxxx>
Leonardo Andres Espinosa Leal wrote:
> Hi guys,
>
> I have problems with fortran 90 in opensuse 10.2, it is not in my system. BLAS do not function, I dont know wath happen.
>
You have to install it first. I don't know about 10.2 (still on 9.3 here) but it
used to be part of the gcc package:
vankan@pavilion:~> rpm -q --whatprovides g77
gcc-g77-3.3.5-5
fortran 90 is provided by a switch in the g77 compiler. (It provides a subset)
If you need a more complete support, check out g95 or gfortran. Those are not
part of the SUSE distro though.
Regards,
--
Jos van Kan registered Linux user #152704
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> Hi guys,
>
> I have problems with fortran 90 in opensuse 10.2, it is not in my system. BLAS do not function, I dont know wath happen.
>
You have to install it first. I don't know about 10.2 (still on 9.3 here) but it
used to be part of the gcc package:
vankan@pavilion:~> rpm -q --whatprovides g77
gcc-g77-3.3.5-5
fortran 90 is provided by a switch in the g77 compiler. (It provides a subset)
If you need a more complete support, check out g95 or gfortran. Those are not
part of the SUSE distro though.
Regards,
--
Jos van Kan registered Linux user #152704
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |