mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
50 lines
851 B
Plaintext
50 lines
851 B
Plaintext
======
|
|
IRPF90
|
|
======
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
- GNU make (>= 3.81 recommended)
|
|
- Python > 2.3
|
|
- Any Fortran 90 compiler (Intel recommended)
|
|
|
|
Installing IRPF90
|
|
-----------------
|
|
|
|
${IRPF90_HOME} is the location of your irpf90 directory::
|
|
|
|
cd ${IRPF90_HOME}
|
|
make
|
|
cat << EOF >> ${HOME}/.bash_profile
|
|
export PYTHONPATH=${IRPF90_HOME}/src:${PYTHONPATH}
|
|
export PATH=${IRPF90_HOME}/bin:${PATH}
|
|
export MANPATH=${IRPF90_HOME}/man:${MANPATH}
|
|
EOF
|
|
. ${HOME}/.bash_profile
|
|
|
|
|
|
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.
|
|
|
|
|
|
Web Site
|
|
--------
|
|
|
|
http://irpf90.ups-tlse.fr
|
|
|
|
Author
|
|
------
|
|
|
|
| Anthony Scemama, LCPQ-IRSAMC, CNRS-Universite Paul Sabatier
|
|
| <scemama@irsamc.ups-tlse.fr>
|
|
| http://scemama.mooo.com
|
|
|