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
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Anthony Scemama 0007f72f67 Merge branch 'set_parameters' into 'master'
I need to setup my params differently. This is one idea but it requires extra import

See merge request scemama/irpf90!25
6 months ago
bin Switched to Python3 3 years ago
example Switched to Python3 3 years ago
man Fixed bug with subst 3 years ago
packages Switched to Python3 3 years ago
pip increase version 3 years ago
src Merge branch 'master' into set_parameters 8 months ago
tools Switched to Python3 3 years ago
.gitignore Introduced profiler 12 years ago
Irpf90.xpm Added pixmap and vim extension 13 years ago
LICENSE Changed license to GPL 14 years ago
Makefile Fixed -a -m -d 8 years ago
README.md Fixed $SHELL 4 years ago
irpman-completions.bash Fixed $SHELL 4 years ago

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