10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-02-03 00:10:47 +01:00
Anthony Scemama 6b95e780bb Merge branch 'revert-f0cd410d' into 'master'
Revert "Add the creation of Emacs TAGS file"

See merge request scemama/irpf90!21
2020-07-20 05:44:26 +00:00
2020-01-27 18:22:35 +01:00
2020-01-27 18:22:35 +01:00
2020-01-27 19:23:50 +01:00
2020-01-27 18:22:35 +01:00
2020-03-17 16:29:04 +01:00
2020-01-27 18:22:35 +01:00
2011-09-30 19:10:18 +02:00
2010-06-09 18:56:33 +02:00
2019-01-09 00:44:17 +01:00
2009-09-23 12:51:27 +02:00
2015-03-16 14:50:57 +01:00
2019-01-09 00:44:17 +01:00

IRPF90

![Gitter](https://badges.gitter.im/Join Chat.svg)

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

Description
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 Readme 9.9 MiB
Languages
Python 54.3%
C 37.3%
Vim script 5.8%
Shell 1.7%
Emacs Lisp 0.3%
Other 0.4%