<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi John,<br>
      <br>
      <blockquote type="cite"><o:p></o:p>
        Unfortunately, development of paraview under windows has become
        almost impossible due to the combination of cmake-2.8.x/VS2012
        and whatever else which means that projects constantly rebuild
        and my development time has gone from seconds/minutes to hours
        for any turnaround. </blockquote>
      Having been frustrated by the unacceptable time consumed by MSVC
      building PV, I recently switched to ninja which can drive the MSVC
      compiler. It makes PV build as fast on Windows as it is on Linux.
      This blog post explains
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a href="http://www.kitware.com/blog/home/post/434">http://www.kitware.com/blog/home/post/434</a><br>
      <br>
      <br>
      <blockquote type="cite">In addition, the mpich people have dropped
        support for windows (I need MPI-3) and some new projects I&#8217;m
        working on have toolchains which I can&#8217;t get going on my windows
        machine - at least not without considerable pain anyway]</blockquote>
      Open MPI has dropped support too. as far as I now the only one now
      is MS MPI. It works fine but is still MPI 2.<br>
      <br>
      <blockquote type="cite">This is a little off topic, so I apologise
        in advance, but I&#8217;d like to know what other paraview developers
        are using on the mac.</blockquote>
      gcc + vim + gdb. Extremly reliable, works in parallel.
      Unfortunately, probably not what you're after....<br>
      <br>
      Burlen<br>
      <br>
      <br>
      On 10/28/2013 02:31 AM, Biddiscombe, John A. wrote:<br>
    </div>
    <blockquote
      cite="mid:50320452A334BD42A5EC72BAD2145099095E067E@MBX210.d.ethz.ch"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">After many years developing primarily on a
          windows machine (and linux based servers), I am dumping my
          existing laptop and getting a new Macbook pro.<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">Since I&#8217;ll be developing ParaView (and
          other applications), can others here tell me which
          combinations of IDE and debugger they use. I&#8217;ve experimented
          with Eclipse on linux and found it to be very nice IDE
          (compared to using VI) , but debugging is not great and the
          time to parse large projects like paraview for code completion
          etc can be traumatizing. Parallel work using PTP is ok on some
          of our machines, so I&#8217;ll be using it anyway &#8230;
          <o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">&#8230;but I&#8217;d like to know about XCode,
          QtCreator, emacs? others.<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">Can anyone offer any advice on what I
          should try first. I have been accustomed to using the debugger
          in VS for about 90% of my daily work and I regard it as first
          class. I can attach to anything, debug and inspect - I don&#8217;t
          quite know how I&#8217;m going to live without it. The ability to
          jump quickly to declarations of variables, navigate around the
          project and quickly locate stuff - this saves me so much time
          - and I&#8217;m hoping the Mac offers something similar. Debugging
          and code navigation are the priorities, with MPI debugging a
          must-have.<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">This is a little off topic, so I apologise
          in advance, but I&#8217;d like to know what other paraview
          developers are using on the mac.<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">Thanks<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">JB<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">[ brief aside not directly relevant to main
          question &#8230;<o:p></o:p></p>
        <p class="MsoNormal">Unfortunately, development of paraview
          under windows has become almost impossible due to the
          combination of cmake-2.8.x/VS2012 and whatever else which
          means that projects constantly rebuild and my development time
          has gone from seconds/minutes to hours for any turnaround. In
          addition, the mpich people have dropped support for windows (I
          need MPI-3) and some new projects I&#8217;m working on have
          toolchains which I can&#8217;t get going on my windows machine - at
          least not without considerable pain anyway]<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:&quot;Courier
            New&quot;;mso-fareast-language:EN-GB" lang="EN-US">--
            <o:p></o:p></span></p>
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:&quot;Courier
            New&quot;;mso-fareast-language:EN-GB" lang="EN-US">John
            Biddiscombe,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;email:biddisco @.at.@
            cscs.ch<o:p></o:p></span></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
            href="http://www.cscs.ch/"><span
              style="font-size:10.0pt;font-family:&quot;Courier
              New&quot;;color:windowtext;mso-fareast-language:EN-GB"
              lang="EN-US">http://www.cscs.ch/</span></a><span
            style="font-size:10.0pt;font-family:&quot;Courier
            New&quot;;mso-fareast-language:EN-GB" lang="EN-US"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:&quot;Courier
            New&quot;;mso-fareast-language:EN-GB" lang="EN-US">CSCS,
            Swiss National Supercomputing Centre&nbsp; | Tel:&nbsp; +41 (91)
            610.82.07<o:p></o:p></span></p>
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:&quot;Courier
            New&quot;;mso-fareast-language:EN-GB" lang="IT-CH">Via
            Trevano 131, 6900 Lugano, Switzerland&nbsp;&nbsp; | Fax:&nbsp; +41 (91)
            610.82.82<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="IT-CH"><o:p>&nbsp;</o:p></span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Paraview-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>