<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE : [Paraview] One more question about Ensight files written inFortran...</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006>Hi Benjamin,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006>thank you&nbsp;for your&nbsp;reply. I put an example in 
<A 
href="http://www.nacad.ufrj.br/~rnelias/public/ensight-gold-problematic.zip">http://www.nacad.ufrj.br/~rnelias/public/ensight-gold-problematic.zip</A></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006>I can't figure out whether my problem is due 
whitespaces or not because I use, almost, the same routine to write Ensight 6 
and Ensight Gold geometry, results and case files. Thus, I was expecting that if 
the problem was due whitespaces it would happen with my Ensight 6 files too, and 
it doens't happen.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006>When I was talking about Ensight GOLD Fortran binary I 
should have said that the file is opened as form='binary' in Fortran and the 
format line is, intentionally,&nbsp;set as "C Binary". In fact, Ensight 
doesn't&nbsp;matter if your format description line is according the compiler 
used.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT><SPAN 
class=000055114-17022006></SPAN></FONT><FONT><SPAN 
class=000055114-17022006></SPAN></FONT><FONT face=Arial color=#0000ff 
size=2><SPAN class=000055114-17022006>Regards</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006><FONT size=2></FONT></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=000055114-17022006><FONT size=2>Renato N. 
Elias<BR>===============================================<BR>PhD student - <A 
href="http://www.nacad.ufrj.br/~rnelias">http://www.nacad.ufrj.br/~rnelias</A><BR>High 
Performance Computing Center<BR>Federal University of Rio de Janeiro<BR>Rio de 
Janeiro, Brazil<BR>+55(21) 2562-8080 </FONT></DIV></SPAN></FONT><BR>
<DIV class=OutlookMessageHeader lang=pt-br dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> REVEILLE Benjamin 
[mailto:Benjamin.REVEILLE@ifp.fr] <BR><B>Enviada em:</B> sexta-feira, 17 de 
fevereiro de 2006 10:39<BR><B>Para:</B> Renato N. Elias; 
paraview@paraview.org<BR><B>Assunto:</B> RE : [Paraview] One more question about 
Ensight files written inFortran...<BR></FONT><BR></DIV>
<DIV></DIV><!-- Converted from text/plain format -->
<P><FONT size=2>Personnaly I have used ensight Gold C Binary (i.e. form=binary) 
fles without any problem... but never ensight GOLD Fortran Binary files since 
Fortran Binary as described by ensight format (form=unformatted 
acces=sequential) is not supported by PV.<BR><BR>My guess is you have whitespace 
problems in your case or geometry/variables files... PV does not support leading 
whitespaces whereas Ensight Does... this has already been filed (y myself) as a 
bug in Ascii format but may be applicable to .case files and character writes in 
binary files...<BR><BR>Send me your .case file I'll have a look and see if it 
has potential problems and give suggestions to how to change 
it...<BR><BR>Benjamin<BR><BR>P.S. This is what accompanied the bug report I 
filed: try and see if you have some of the problems it shows<BR><BR><A 
href="http://dwardo.no-ip.com/~dwardo/should_work_but_does_not.tar.gz">http://dwardo.no-ip.com/~dwardo/should_work_but_does_not.tar.gz</A> 
&lt;-- OK for Ensight but not PV<BR><BR><A 
href="http://dwardo.no-ip.com/~dwardo/works.tar.gz">http://dwardo.no-ip.com/~dwardo/works.tar.gz</A> 
&lt;-- OK for Both<BR><BR>-------- Message d'origine--------<BR>De: 
paraview-bounces+benjamin.reveille=ifp.fr@paraview.org de la part de Renato N. 
Elias<BR>Date: ven. 17/02/2006 15:20<BR>À: paraview@paraview.org<BR>Objet : 
[Paraview] One more question about Ensight files written 
inFortran...<BR><BR><BR>Hi folks,<BR><BR>Here I'm again with my Ensight file's 
problems...<BR><BR>I'd like to know why PV is able to read Ensight 6 files 
written by Fortran<BR>programs (I'm talking about files opened as form='binary') 
and the same<BR>thing is impossible for Ensight GOLD files.<BR><BR>I've tried to 
read a binary Ensight "GOLD" file written from a Fortran<BR>program (as I used 
to do with Ensight 6 files). According to ens_checker<BR>utility (and Ensight 
itself) the file is OK without any warning, but PV<BR>definitely refuses to read 
it and no error messages are shown at the bottom<BR>right status 
bar.<BR><BR>There's no more options for me:<BR><BR>- PV serial -- 
Ensight6/Binary/Fortran works<BR>- PV parallel -- 
Ensight6+Server-Of-Server/Binary/Fortran does NOT work<BR><BR>- PV serial -- 
Ensight Gold/Binary/Fortran does NOT work<BR>- PV parallel -- Ensight 
Gold+Server-Of-Server/Binary/C works (using the PV<BR>example datasets)<BR><BR>- 
PV parallel -- I can't read Ensight6 individually written without a 
SOS<BR>file.<BR><BR>I can only read parallel results running PV in serial mode 
and reading each<BR>case files one-by-one and applying the "append dataset" and 
"clean to grid"<BR>filters (AND THESE FILTERS ARE ONLY WORKING IN PV 2.2.1 FOR 
ENSIGHT FILES)<BR><BR>Any, Fortran, solution?<BR><BR>Thanks for any 
help<BR><BR>Renato N. 
Elias<BR>===============================================<BR>PhD student - <A 
href="http://www.nacad.ufrj.br/~rnelias">http://www.nacad.ufrj.br/~rnelias</A><BR>High 
Performance Computing Center<BR>Federal University of Rio de Janeiro<BR>Rio de 
Janeiro, Brazil<BR>+55(21) 
2562-8080<BR><BR><BR>_______________________________________________<BR>ParaView 
mailing list<BR>ParaView@paraview.org<BR><A 
href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</A><BR><BR></FONT></P><!--[object_id=#ifp.fr#]-->
<DIV class=Section1>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<HR>
Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et établi 
à l'intention exclusive de ses destinataires. Toute utilisation de ce message 
non conforme à sa destination, toute diffusion ou toute publication, totale ou 
partielle, est interdite, sauf autorisation expresse. L'IFP décline toute 
responsabilité au titre de ce message.<O:P></O:P></SPAN> 
<P></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">This 
message and any attachments (the message) are confidential and intended solely 
for the addressees. Any unauthorised use or dissemination is prohibited. IFP 
should not be liable for this message.<O:P></O:P></SPAN></P>
<P class=MsoNormal><FONT size=1><STRONG><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;</SPAN><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Visitez notre site Web / Visit our 
web site : <SPAN style="TEXT-DECORATION: underline"><A 
href="http://www.ifp.fr">www.ifp.fr</A></SPAN></SPAN><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></STRONG></FONT></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<HR>
&nbsp;<O:P></O:P></SPAN> 
<P></P>
<P class=MsoNormal><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><O:P></O:P></SPAN></P></DIV></BODY></HTML>