<font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">thanks for the information and you are
right, there is as binary format in getdp. In my tests, it reduces the
file size to around 70% (perhaps, I did something wrong, I am speaking
of element solution files) of the orignal value (it saves 30% traffic)
and you are right, gmsh is able to handle this binary files. I would be
happy, if the file size can be reduced even more.</font>
<br>
<br><font size=2 face="sans-serif">For example, trying "gzip -6"
reduced the file size to around 20% (this saves 80% of the traffic) of
the original value and several other languages (e.g. python) are able to
handle this file format out of the box, so individual post processing procedures
on getdp solution files can be adapted with minimal effort.</font>
<br>
<br><font size=2 face="sans-serif">Gmsh is able to read gzipped solution
files, but not out of the box. Gmsh extracts the files on the hard disk
(not in memory), so you have to clean the working directory manually afterwards.</font>
<br>
<br><font size=2 face="sans-serif">Best regards,</font>
<br>
<br><font size=2 face="sans-serif">ppa. Marc C. Schöning</font>
<br><font size=2 face="sans-serif">Dr.-Ing.</font>
<br><font size=2 face="sans-serif">Leiter Forschung & Entwicklung /
Head of R&D</font>
<br><font size=2 face="sans-serif">Mitglied der Geschäftsleitung / Member
of the Management</font>
<br><font size=2 face="sans-serif">----------------------------------------------------</font>
<br><font size=2 face="sans-serif">e+a</font>
<br><font size=2 face="sans-serif">Elektromaschinen und Antriebe AG</font>
<br><font size=2 face="sans-serif">Bachstrasse 10</font>
<br><font size=2 face="sans-serif">4313 Moehlin</font>
<br><font size=2 face="sans-serif">SWITZERLAND</font>
<br><font size=2 face="sans-serif">----------------------------------------------------</font>
<br><font size=2 face="sans-serif">Phone +41 61 855 92 92</font>
<br><font size=2 face="sans-serif">Fax +41 61 855 92 99</font>
<br><font size=2 face="sans-serif">Mail m.schoening@e-und-a.ch</font>
<br>
<br><a href="http://www.e-und-a.ch/"><font size=2 face="sans-serif">http://www.e-und-a.ch</font></a>
<br><font size=2 face="sans-serif">----------------------------------------------------</font>
<br>
<br><font size=2 face="sans-serif">CONFIDENTIALITY NOTICE </font>
<br><font size=2 face="sans-serif">This communication and the information
it contains is</font>
<br><font size=2 face="sans-serif">intended for the person(s) or organisation(s)
named</font>
<br><font size=2 face="sans-serif">above and no other person(s) or organisation(s)
and</font>
<br><font size=2 face="sans-serif">may be confidential, legally privileged
and protected</font>
<br><font size=2 face="sans-serif">by law. Unauthorised use, copying or
disclosure of any</font>
<br><font size=2 face="sans-serif">of it may be unlawful. If you have received
this</font>
<br><font size=2 face="sans-serif">communication in error, please contact
us immediately</font>
<br><font size=2 face="sans-serif">by email, telephone or facsimile. We
will be happy to</font>
<br><font size=2 face="sans-serif">accept a reversed charge call (call
collect).</font>
<br>
<br><tt><font size=2>"getdp" <getdp-bounces@ace20.montefiore.ulg.ac.be>
schrieb am 15.12.2016 22:15:54:<br>
<br>
> Von: David Colignon <david.colignon@ulg.ac.be></font></tt>
<br><tt><font size=2>> An: m.schoening@e-und-a.ch, getdp@onelab.info</font></tt>
<br><tt><font size=2>> Datum: 15.12.2016 22:16</font></tt>
<br><tt><font size=2>> Betreff: Re: [Getdp] zip getdp solution files</font></tt>
<br><tt><font size=2>> Gesendet von: "getdp" <getdp-bounces@ace20.montefiore.ulg.ac.be></font></tt>
<br><tt><font size=2>> <br>
> <br>
> On 15/12/16 14:02, m.schoening@e-und-a.ch wrote:<br>
> <br>
> > Dear List,<br>
> ><br>
> > is there a "build in" way to work with zipped solution
and mesh <br>
> files instead of the "standard" text files? I experience
performance issues<br>
> > running getdp on several cluster nodes, which all write their
<br>
> results on the same nfs network share.<br>
> ><br>
> > Additionally, it would be very helpfull, if gmsh could read such
<br>
> zipped or binary files directly for postprocessing.<br>
> <br>
> <br>
> Hi,<br>
> <br>
> ace35:~ > ./getdp/BUILD/getdp --help<br>
> <br>
> GetDP, a General environment for the treatment of Discrete Problems<br>
> Copyright (C) 1997-2016 P. Dular and C. Geuzaine, University of Liege<br>
> Usage: ./getdp/BUILD/getdp [file] [options]<br>
> Processing options:<br>
>    -pre 'Resolution'         pre-processing<br>
>    -cal              
       processing<br>
>    -pos 'PostOperation(s)'   post-processing<br>
>    -msh file              
  read mesh (in msh format) from file<br>
>    -gmshread file(s)         read gmsh
data (same as GmshRead in resolution)<br>
>    -gmshtag tag(s)           tag(s)
associated to GmshRead data<br>
>    -restart              
   resume processing from where it stopped<br>
>    -solve 'Resolution'       same as -pre
'Resolution' -cal<br>
>    -split              
     save processing results in separate files<br>
>    -res file(s)            
 load processing results from file(s)<br>
>    -name string            
 use string as generic file name<br>
>    -adapt file            
  read adaptation constraints from file<br>
>    -order num            
   restrict maximum interpolation order<br>
>    -cache              
     cache network computations to disk<br>
> Linear solver options:<br>
>    -solver file            
 specify parameter file (default: solver.par)<br>
>    -'Parameter' num          override
value of solver parameter 'Parameter'<br>
> Output options:<br>
>    -bin              
       create binary output files<br>
> #######################################################<br>
> <br>
> <br>
> And from </font></tt><a href=http://getdp.info/doc/texinfo/getdp.html:><tt><font size=2>http://getdp.info/doc/texinfo/getdp.html:</font></tt></a><tt><font size=2><br>
> <br>
> GetDP can also read more recent versions of the ‘msh’ format (2.0
<br>
> and above), as well as binary meshes. See the Gmsh documentation for
more <br>
> information about these formats.<br>
> <br>
> Regards,<br>
> <br>
> Dave<br>
> <br>
> -- <br>
> David Colignon, Ph.D.<br>
> 1er logisticien de recherche<br>
> Université de Liège<br>
> ACE - Applied & Computational Electromagnetics<br>
> Sart-Tilman B28<br>
> 10, Grande Traverse<br>
> 4000 Liège - BELGIQUE<br>
> Tél: +32 (0)4 366 37 32<br>
> </font></tt><a href=http://www.ulg.ac.be/nic4><tt><font size=2>http://www.ulg.ac.be/nic4</font></tt></a><tt><font size=2><br>
> <br>
> <br>
> ><br>
> > Best regards,<br>
> ><br>
> > ppa. Marc C. Schöning<br>
> > Dr.-Ing.<br>
> > Leiter Forschung & Entwicklung / Head of R&D<br>
> > Mitglied der Geschäftsleitung / Member of the Management<br>
> > ----------------------------------------------------<br>
> > e+a<br>
> > Elektromaschinen und Antriebe AG<br>
> > Bachstrasse 10<br>
> > 4313 Moehlin<br>
> > SWITZERLAND<br>
> > ----------------------------------------------------<br>
> > Phone +41 61 855 92 92<br>
> > Fax +41 61 855 92 99<br>
> > Mail m.schoening@e-und-a.ch<br>
> ><br>
> > </font></tt><a href="http://www.e-und-a.ch/"><tt><font size=2>http://www.e-und-a.ch</font></tt></a><tt><font size=2>
<</font></tt><a href="http://www.e-und-a.ch/"><tt><font size=2>http://www.e-und-a.ch/</font></tt></a><tt><font size=2>><br>
> > ----------------------------------------------------<br>
> ><br>
> > CONFIDENTIALITY NOTICE<br>
> > This communication and the information it contains is<br>
> > intended for the person(s) or organisation(s) named<br>
> > above and no other person(s) or organisation(s) and<br>
> > may be confidential, legally privileged and protected<br>
> > by law. Unauthorised use, copying or disclosure of any<br>
> > of it may be unlawful. If you have received this<br>
> > communication in error, please contact us immediately<br>
> > by email, telephone or facsimile. We will be happy to<br>
> > accept a reversed charge call (call collect).<br>
> > *<br>
> > CONFIDENTIALITY NOTICE*<br>
> > This communication and the information it contains is intended
for<br>
> the person(s) or organisation(s) named above and no other person(s)
or<br>
> > organisation(s) and may be confidential, legally privileged and
<br>
> protected by law.<br>
> > Unauthorised use, copying or disclosure of any of it may be <br>
> unlawful. If you have received this communication in error, please
contact us<br>
> > immediately by email, telephone or facsimile. We will be happy
to <br>
> accept a reversed charge call (call collect).<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > getdp mailing list<br>
> > getdp@onelab.info<br>
> > </font></tt><a href=http://onelab.info/mailman/listinfo/getdp><tt><font size=2>http://onelab.info/mailman/listinfo/getdp</font></tt></a><tt><font size=2><br>
> ><br>
> <br>
> _______________________________________________<br>
> getdp mailing list<br>
> getdp@onelab.info<br>
> </font></tt><a href=http://onelab.info/mailman/listinfo/getdp><tt><font size=2>http://onelab.info/mailman/listinfo/getdp</font></tt></a><tt><font size=2><br>
</font></tt><font size=2 face="sans-serif"><br>
<b><br>
CONFIDENTIALITY NOTICE</b><br>
This communication and the information it contains is intended for the
person(s) or organisation(s) named above and no other person(s)
or organisation(s) and may be confidential, legally privileged and protected
by law.<br>
Unauthorised use, copying or disclosure of any of it may be unlawful. If
you have received this communication in error, please contact us immediately
by email, telephone or facsimile. We will be happy to accept a reversed
charge call (call collect).</font>