Menu

Tree [d4e16b] master /
 History

HTTPS access


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

Read Me

======
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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.