If you mean turn on the appropriate optimization flags in the compiler, then 
yes all you have to do is set CMAKE_BUILD_TYPE to Release.  You might also want 
to look at the CMAKE_C_FLAGS_RELEASE  and CMAKE_CXX_FLAGS_RELEASE variables.  
These are the actual flags that get added, but if you are using the Gnu 
compiler you should be fine.

You don't really need to worry about the MPIEXEC_MAX_NUMPROCS variable.  That 
is just used when running the tests.  It has no effect on how pvserver gets 
launched, which you will have to do yourself.

-Ken


On 3/11/10 2:10 AM, "bassaidai" <[email protected]> wrote:

I'm sorry,
I forgot this: MPIEXEC_MAX_NUMPROCS variable must be changed (default value is 
2, but we have 64 cores)?

Thank you again.


2010/3/11 bassaidai <[email protected]>
Hi Ken, hi all.
I was wondering whether to compile ParaView 3.6.2 to optimize the speed, we 
only have to set CMAKE_BUILD_TYPE = Release in CCMake Tool, or if you need to 
set other variables.

Thank you very much again
Luis




   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: [email protected]
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to