irpf90/README.md

53 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2014-10-08 21:09:13 +02:00
IRPF90
2014-10-08 21:08:06 +02:00
======
2014-11-09 18:16:04 +01:00
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/scemama/irpf90?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2014-10-08 21:08:06 +02:00
IRPF90 is a Fortran90 preprocessor written in Python for programming using the Implicit Reference to Parameters (IRP) method. It simplifies the development of large fortran codes in the field of scientific high performance computing.
2014-10-08 21:09:13 +02:00
2014-10-08 21:14:35 +02:00
Dependencies
------------
- GNU make (>= 3.81 recommended)
2019-01-09 00:44:17 +01:00
- Python >2.6
2014-10-08 21:14:35 +02:00
- Any Fortran 90 compiler (Intel recommended)
Installing IRPF90
-----------------
2016-06-10 17:46:27 +02:00
``pip install irpf90``
or
2014-10-08 21:14:35 +02:00
``${IRPF90_HOME}`` is the location of your irpf90 directory::
``` bash
2014-10-08 22:56:54 +02:00
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
source ${HOME}/.bash_profile
2014-10-08 21:14:35 +02:00
```
Using IRPF90
------------
2014-10-08 21:35:02 +02:00
In an empty directory, run:
2014-10-08 21:14:35 +02:00
2014-10-08 21:35:02 +02:00
``` bash
2014-10-08 22:56:54 +02:00
irpf90 --init
2014-10-08 21:35:02 +02:00
```
2014-10-08 21:14:35 +02:00
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