irpf90/pip
Anthony Scemama 4ab1b175fc Updated python -> python3 2023-10-19 17:50:35 +02:00
..
LICENSE.txt PIP 2016-06-10 18:07:16 +02:00
MANIFEST.in PIP 2016-06-10 18:07:16 +02:00
README.md Fixed pip setup 2020-02-19 16:25:31 +01:00
irpf90 Updated python -> python3 2023-10-19 17:50:35 +02:00
irpf90_indent Updated python -> python3 2023-10-19 17:50:35 +02:00
irpf90_libs Forgot important files in git 2016-06-15 19:33:36 +02:00
irpman Fixed irpman in pip 2020-11-10 22:58:41 +01:00
setup.cfg PIP 2016-06-10 18:07:16 +02:00
setup.py increase version 2020-12-06 20:58:38 +01:00
version.py increase version 2020-12-06 20:58:38 +01:00

README.md

IRPF90

Gitter

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.

Dependencies

  • GNU make (>= 3.81 recommended)
  • Python >2.6
  • Any Fortran 90 compiler (Intel recommended)

Installing IRPF90

pip install irpf90

or

${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
source ${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