Bonsoir à tous,

Je suis un nouveau utilisateur de Fortran. J'ai un code que j'ai trouvé sur le net que je dois utiliser pour un travail de recherche, seulement le code contient plusieurs fichiers dont je ne sais comment installer et compiler.
Voici une capture du contenu du code.

Nom : Capture.PNG
Affichages : 243
Taille : 19,8 Ko

Contenu du fichier README




NHDS has the following requirements:

make
Fortran 90 compiler
HDF5 (although it can now also be compiled without HDF5)

Compile the code by executing

./configure (if you do not want to use HDF5 capabilities)
./configure --with-hdf5=/path/to/hdf5 (this could be: "/usr/local/hdf5" on a Mac)

make

in the main directory. Then run NHDS with

./src/NHDS <input_file.in>

It is possible to install NHDS in the main binary directory through

sudo make install

The plasma and numerical parameters are set in the file <input_file.in>.
The code requires only the folder src in the main directory.



Je note que les programmes .f90 sont inclus dans le répertoire src

SVP, quelqu'un pourrais m'aider à l'installation du code?
Merci d'avance