Opened 14 years ago
Last modified 5 years ago
#30 accepted incoherences
Pb valeurs nulles/non définies sur configs linux
Reported by: | Laurent Fairhead | Owned by: | Laurent Fairhead |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | I/O | Keywords: | |
Cc: | hourdin@… |
Description
De Frédéric Hourdin:
Un problème récurent dans certaines configurations sur CP linux :
les valeurs nulles dans les fichiers histoires apparaissent comme des valeurs non définies. Ce problème est lié aux valeurs de Fillvalue
Je le rencontre sur portable Dell E6500 gfortran option real8
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → accepted |
---|
comment:3 Changed 5 years ago by
Type: | defect → incoherences |
---|
Note: See
TracTickets for help on using
tickets.
Quelques tests :
Suite : j'ai testé dans histcom.f90 de remplacer nf90_fill_real par
1 er cas : histcom.f90: real(kind=8) totototo histcom.f90: totototo=1e20 histcom.f90: & totototo)
J'obtiens
(ce qu'on veut) mais l'ecriture des fichier histoires plante après les entêtes.
2eme cas histcom.f90: real(kind=4) totototo histcom.f90: totototo=1e20 histcom.f90: & totototo)
mais ca marche.
Euh ... Arh euh...