2.6 KiB
IRPF90
IRPF90 is a Fortran programming environment which helps the development of large Fortran codes by applying the Implicit Reference to Parameters method (IRP).
In Fortran programs, the programmer has to focus on the order of the instructions: before using a variable, the programmer has to be sure that it has already been computed in all possible situations. For large codes, it is common source of error.
In IRPF90 most of the order of instructions is handled by the pre-processor, and an automatic mechanism guarantees that every entity is built before being used. This mechanism relies on the needs/needed by relations between the entities, which are built automatically.
Codes written with IRPF90 execute often faster than Fortran programs, are faster to write and easier to maintain.
If you use IRPF90, please cite this paper : [http://arxiv.org/abs/0909.5012 arXiv:0909.5012v1].
The html version is accessible here
Download
- Download latest version
- The source files are available on GitLab
How to use IRPF90
- [Installation]
- Git book, and the pdf version
Presentations
- PDF presentation
- PDF Presentation (in french)
- Article in HPC Magazine (in french)
- Presentation at HPCKP 2015 Barcelona (video in english)
- Presentation at JDev2015 Bordeaux (video in french)
Tutorials
- [Simple Tutorial]
- [http://irpf90.ups-tlse.fr/tutorial/index.html Molecular dynamics tutorial], pdf version
Video demo ==
Some programs written with IRPF90
- Quantum Package : Library of quantum chemistry methods
- QMC=Chem : Massively parallel Quantum Monte Carlo program for Chemistry
- EZFIO : The Easy Fortran I/O library generator
- Other examples here : Programs developed by P. Reinhardt