mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
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
7a4b8cb8dc
* 'master' of ssh://git.code.sf.net/p/irpf90/code: (23 commits) IRPF90_MAKE variable Gitignore file added Error messages cleaned Compile external sources first Compile first external sources support for recursive subroutines in indent Added support of documentation of subroutines and functions Added irpf90_indent Add tags for vi navigation Forgot to remove debug print Fixed man error in make Corrected bug with unexisting directories Added auto codelet generation Forgot file Added autocompletion in irpman Fixed bug with Cython Added -I option Work to do Added man pages Bug with += ... |
||
---|---|---|
bin | ||
example | ||
man | ||
packages | ||
src | ||
tools | ||
vim | ||
.gitignore | ||
Irpf90.xpm | ||
LICENSE | ||
Makefile | ||
README |
====== IRPF90 ====== Dependencies ------------ - GNU make (>= 3.81 recommended) - Python > 2.3 - Any Fortran 90 compiler (Intel recommended) Installing IRPF90 ----------------- ${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 . ${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 Author ------ | Anthony Scemama, LCPQ-IRSAMC, CNRS-Universite Paul Sabatier | <scemama@irsamc.ups-tlse.fr> | http://scemama.mooo.com