Compilation with gfortran: differenze tra le versioni

Da MeteOceanWiki.
Riga 4: Riga 4:
  
 
PREREQUISITES
 
PREREQUISITES
 +
 +
This is the list of software that are mandatory to compile and run opentelemac:
 +
 +
1) Python 2.7.0 ([[install Linux Python]])
 +
 +
2) Numpy 1.8.3 ([[install Numpy ]])
 +
 +
3) Gfortran 4.6.3 (minimun version) ([[install Gfortran]])
  
 
PROCESS
 
PROCESS
Riga 10: Riga 18:
  
 
  ''mkdir opentelemac''
 
  ''mkdir opentelemac''
 +
 +
download opentelemac file for the v7p3r1 version
 +
 +
'' svn checkout http://svn.opentelemac.org/svn/opentelemac/tags/v7p3r1/ ''

Versione delle 10:40, 5 set 2018

This guide is written following this webpage:

http://wiki.opentelemac.org/doku.php?id=installation_on_linux

PREREQUISITES

This is the list of software that are mandatory to compile and run opentelemac:

1) Python 2.7.0 (install Linux Python)

2) Numpy 1.8.3 (install Numpy )

3) Gfortran 4.6.3 (minimun version) (install Gfortran)

PROCESS

create a folder in opt

mkdir opentelemac

download opentelemac file for the v7p3r1 version

 svn checkout http://svn.opentelemac.org/svn/opentelemac/tags/v7p3r1/