mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-13 09:33:44 +01:00
test web
This commit is contained in:
parent
3bbb6ad98b
commit
cfab7a5b1f
@ -8,7 +8,7 @@ test:
|
|||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
except:
|
except:
|
||||||
- master
|
- web
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
@ -17,4 +17,4 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- web
|
@ -1,5 +1,7 @@
|
|||||||
# IRPF90
|
# IRPF90
|
||||||
|
|
||||||
|
public/static/IRPF90_box.png
|
||||||
|
|
||||||
IRPF90 is a Fortran programming environment which helps the development of
|
IRPF90 is a Fortran programming environment which helps the development of
|
||||||
large Fortran codes by applying the Implicit Reference to Parameters method (IRP).
|
large Fortran codes by applying the Implicit Reference to Parameters method (IRP).
|
||||||
|
|
||||||
@ -17,15 +19,12 @@ Codes written with IRPF90 execute often faster than Fortran programs, are faster
|
|||||||
to write and easier to maintain.
|
to write and easier to maintain.
|
||||||
|
|
||||||
If you use IRPF90, please cite this paper :
|
If you use IRPF90, please cite this paper :
|
||||||
[http://arxiv.org/abs/0909.5012 arXiv:0909.5012v1].
|
[arXiv:0909.5012v1](http://arxiv.org/abs/0909.5012).
|
||||||
|
|
||||||
The html version is accessible
|
|
||||||
[here](IRPF90: a programming environment for high performance computing)
|
|
||||||
|
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
* [Download latest version](https://github.com/scemama/irpf90/releases/latest)
|
* [Download latest version](https://gitlab.com/scemama/irpf90/releases/latest)
|
||||||
* The source files are available on [GitLab](http://gitlab.com/scemama/irpf90)
|
* The source files are available on [GitLab](http://gitlab.com/scemama/irpf90)
|
||||||
|
|
||||||
|
|
||||||
@ -33,7 +32,7 @@ The html version is accessible
|
|||||||
## How to use IRPF90
|
## How to use IRPF90
|
||||||
|
|
||||||
* [Installation]
|
* [Installation]
|
||||||
* [Git book](http://scemama.gitbooks.io/irpf90 IRPF90 GitBook), and the
|
* [IRPF90 GitBook](http://scemama.gitbooks.io/irpf90), and the
|
||||||
[pdf version](http://irpf90.ups-tlse.fr/files/irpf90_manual.pdf)
|
[pdf version](http://irpf90.ups-tlse.fr/files/irpf90_manual.pdf)
|
||||||
|
|
||||||
|
|
||||||
@ -49,12 +48,12 @@ The html version is accessible
|
|||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
* [Simple Tutorial]
|
* [Simple Tutorial]
|
||||||
* [http://irpf90.ups-tlse.fr/tutorial/index.html Molecular dynamics tutorial], [pdf version](http://irpf90.ups-tlse.fr/files/irpf90_tutorial.pdf)
|
* [Molecular dynamics tutorial](http://irpf90.ups-tlse.fr/tutorial/index.html), [pdf version](http://irpf90.ups-tlse.fr/files/irpf90_tutorial.pdf)
|
||||||
|
|
||||||
|
|
||||||
## Video demo ==
|
## Video demo
|
||||||
|
|
||||||
* [IRPF90 Demo on Vimeo](https://vimeo.com/scemama/irpf90_demo )
|
{{< vimeo id="154503567" class="my-vimeo-wrapper-class" >}}
|
||||||
|
|
||||||
|
|
||||||
## Some programs written with IRPF90
|
## Some programs written with IRPF90
|
||||||
|
BIN
public/static/IRPF90_box.png
Normal file
BIN
public/static/IRPF90_box.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user