2009-09-17 22:34:06 +02:00
|
|
|
+==============================================================================+
|
|
|
|
| IRPF90 |
|
|
|
|
+==============================================================================+
|
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- GNU make (3.81 recommended)
|
|
|
|
- Python > 2.3
|
|
|
|
- Any Fortran 90 compiler (gfortran, for example)
|
|
|
|
|
|
|
|
Installing IRPF90:
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- As the super-user, run
|
|
|
|
./irpf90.install
|
|
|
|
|
|
|
|
|
|
|
|
Using IRPF90:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
In an empty directory, run:
|
|
|
|
irpf90 -init
|
|
|
|
This command creates a new Makefile suitable for most irpf90 projects.
|
|
|
|
Now you can start to program using irpf90.
|
|
|
|
|
2009-09-25 00:04:49 +02:00
|
|
|
|
|
|
|
Web Site:
|
2010-06-09 18:56:33 +02:00
|
|
|
http://irpf90.ups-tlse.fr
|
2009-09-25 00:04:49 +02:00
|
|
|
|
2009-09-17 22:34:06 +02:00
|
|
|
Author:
|
2009-09-25 00:04:49 +02:00
|
|
|
Anthony Scemama, LCPQ-IRSAMC, CNRS-Universite Paul Sabatier
|
2009-09-17 22:34:06 +02:00
|
|
|
scemama@irsamc.ups-tlse.fr
|
2010-06-09 18:56:33 +02:00
|
|
|
http://irpf90.ups-tlse.fr/index.php?title=Anthony_Scemama
|
2009-09-17 22:34:06 +02:00
|
|
|
|