mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
22ae374fc6
Version:1.1.21
31 lines
728 B
Plaintext
31 lines
728 B
Plaintext
+==============================================================================+
|
|
| 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.
|
|
|
|
Author:
|
|
A. Scemama, LCPQ-IRSAMC, CNRS-Universite Paul Sabatier
|
|
scemama@irsamc.ups-tlse.fr
|
|
|