Fortran90 preprocessor 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. http://irpf90.ups-tlse.fr
Go to file
Anthony Scemama 737074beee Fixed regexp 2017-09-18 10:58:11 +02:00
bin Updated irpman 2015-06-03 23:29:08 +02:00
example Codelet OK 2017-07-11 21:05:56 +02:00
man Merge branch 'master' of ssh://git.code.sf.net/p/irpf90/code 2014-03-07 20:38:59 +01:00
packages replacing #!/usr/bin/python with #!/usr/bin/env python 2014-10-28 11:43:22 +01:00
pip Forgot important files in git 2016-06-15 19:33:36 +02:00
src Fixed regexp 2017-09-18 10:58:11 +02:00
tools replacing #!/usr/bin/python with #!/usr/bin/env python 2014-10-28 11:43:22 +01:00
.gitignore Introduced profiler 2011-09-30 19:10:18 +02:00
Irpf90.xpm Added pixmap and vim extension 2010-06-09 18:56:33 +02:00
LICENSE Changed license to GPL 2009-09-23 12:51:27 +02:00
Makefile Fixed -a -m -d 2015-03-16 14:50:57 +01:00
README.md PIP 2016-06-10 18:07:16 +02: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.3
  • 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