pelicans

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édentes Révision précédente
Prochaine révision
Révision précédente
pelicans [2014/12/01 13:17] – [serveur judith] gerardpelicans [2017/08/25 09:56] (Version actuelle) – modification externe 127.0.0.1
Ligne 202: Ligne 202:
 </code> </code>
  
 +==== Test parallèle (tutorial) ====
 +on modifie le data.pel, comme indiqué dans le tutorial (p72):
 +<code>
 +[ghenry@holopherne RoomFire]$ grep parallel *.pel
 +data.pel:execution_mode="parallel"
 +[ghenry@holopherne RoomFire]$ grep splitt *.pel
 +data.pel:splitting_strategy="METIS"
 +</code>
 +et on lance le calcul, sur une machine qui a 30 slots (CentOS 7, openmpi openmpi-1.6.4-3):
 +<code>
 +[ghenry@holopherne RoomFire]$ which mpirun
 +/usr/lib64/openmpi/bin/mpirun
 +</code>
 +
 +<code>
 +[ghenry@holopherne RoomFire]$ isis_run data.pel resu -np 2
 +Process #0 : launched on holopherne.cmi.univ-mrs.fr (79758).
 +Process #1 : launched on holopherne.cmi.univ-mrs.fr (79759).
 +Process #1 : terminated.
 +Process #0 : terminated.
 +Process #0 : launched on holopherne.cmi.univ-mrs.fr (79766).
 +Process #1 : launched on holopherne.cmi.univ-mrs.fr (79767).
 +terminate called after throwing an instance of 'PEL_Exceptions::InternalError'
 +--------------------------------------------------------------------------
 +mpirun noticed that process rank 1 with PID 79767 on node holopherne.cmi.univ-mrs.fr exited on signal 11 (Segmentation fault).
 +--------------------------------------------------------------------------
 +</code>
 +ce bug est dû à une mauvaise version du fichier ''CALIFS/packages/simulators/heat_transfer/src/IS_Enthalpy.cc''. On le remplace, puis:
 +<code>
 +make APPLI0
 +</code>
 +et ça passe
 ====== pelicans ====== ====== pelicans ======
  
  • pelicans.txt
  • Dernière modification : 2017/08/25 09:56
  • de 127.0.0.1