Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
en:documentation:tutorials:build:fortran [2018/11/20 10:29] cicalugaen:documentation:tutorials:build:fortran [2020/08/25 15:58] – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== Compilation and execution of a program (Fortran) ====== ====== Compilation and execution of a program (Fortran) ======
  
-{{INLINETOC}} 
 ===== Language Fortran 90, sequential code ===== ===== Language Fortran 90, sequential code =====
  
-The program [[documentation:examples:sommevecvecseq.f90|SommeVecVecSEQ.f90] makes the sum of the two vectors A and B. The result is put in C.+The program [[documentation:examples:sommevecvecseq.f90|SommeVecVecSEQ.f90]] makes the sum of the two vectors A and B. The result is put in C.
  
 ==== Compilation of a program :==== ==== Compilation of a program :====
Ligne 59: Ligne 58:
  
  
-We use a submission script [[http://www.ens-lyon.fr/PSMN/doku.php?id=en:documentation:tutorials:submit:jobsequentielbash|batch.sh]]] to submit the job on compute clusters.+We use a submission script [[http://www.ens-lyon.fr/PSMN/doku.php?id=en:documentation:tutorials:submit:jobsequentielbash|batch.sh]] to submit the job on compute clusters.
  
 It is the submission script that configures the environment and then calls your binary (with its options, if any) on the execution node. It is the submission script that configures the environment and then calls your binary (with its options, if any) on the execution node.
  
-''SGE -> batch.csh -> binaire''+''SGE -> batch.sh -> binaire''
  
 <code> <code>
-qsub batch.csh+qsub batch.sh
 Your job 335982 ("SommeVecVecSEQ") has been submitted Your job 335982 ("SommeVecVecSEQ") has been submitted
 qstat qstat