IRPF90 Code
Brought to you by:
scemama
File | Date | Author | Commit |
---|---|---|---|
bin | 2014-03-13 |
![]() |
[67e6de] Added support of documentation of subroutines a... |
example | 2014-01-03 |
![]() |
[3ce56d] Forgot file |
man | 2014-02-27 |
![]() |
[89ab32] Corrected bug with unexisting directories |
packages | 2013-07-09 |
![]() |
[1b3924] Bug introduced in previous commit. Corrected |
src | 2014-05-23 |
![]() |
[d4e16b] Fixed types in modules |
tools | 2009-09-02 |
![]() |
[62f308] Initial version. |
vim | 2011-11-09 |
![]() |
[b7ab85] Added vim files, parallel exit OK |
.gitignore | 2011-09-30 |
![]() |
[f9e87c] Introduced profiler |
Irpf90.xpm | 2010-06-09 |
![]() |
[777c89] Added pixmap and vim extension |
LICENSE | 2009-09-23 |
![]() |
[82985b] Changed license to GPL |
Makefile | 2014-02-27 |
![]() |
[d71c2c] Fixed man error in make |
README | 2014-02-27 |
![]() |
[89ab32] Corrected bug with unexisting directories |
====== 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