www.pudn.com > ParaView3.rar > pvTestDriverConfig.h.in


/*========================================================================= 
 
  Program:   ParaView 
  Module:    $RCSfile: pvTestDriverConfig.h.in,v $ 
 
  Copyright (c) Kitware, Inc. 
  All rights reserved. 
  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. 
 
     This software is distributed WITHOUT ANY WARRANTY; without even 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
     PURPOSE.  See the above copyright notice for more information. 
 
=========================================================================*/ 
#define PARAVIEW_BINARY_DIR "@EXECUTABLE_OUTPUT_PATH@" 
#cmakedefine VTK_MPIRUN_EXE "@VTK_MPIRUN_EXE@" 
#cmakedefine VTK_MPI_NUMPROC_FLAG "@VTK_MPI_NUMPROC_FLAG@" 
#cmakedefine VTK_MPI_PREFLAGS "@VTK_MPI_PREFLAGS@" 
#cmakedefine VTK_MPI_POSTFLAGS "@VTK_MPI_POSTFLAGS@" 
#cmakedefine VTK_MPI_SERVER_PREFLAGS "@VTK_MPI_SERVER_PREFLAGS@" 
#cmakedefine VTK_MPI_SERVER_POSTFLAGS "@VTK_MPI_SERVER_POSTFLAGS@" 
#cmakedefine VTK_MPI_SERVER_TD_PREFLAGS "@VTK_MPI_SERVER_TD_PREFLAGS@" 
#cmakedefine VTK_MPI_SERVER_TD_POSTFLAGS "@VTK_MPI_SERVER_TD_POSTFLAGS@" 
#cmakedefine VTK_MPI_MAX_NUMPROCS @VTK_MPI_MAX_NUMPROCS@ 
#cmakedefine DART_TESTING_TIMEOUT @DART_TESTING_TIMEOUT@ 
#cmakedefine VTK_USE_MPI 
#cmakedefine PV_TEST_CLEAN_COMMAND "@PV_TEST_CLEAN_COMMAND@" 
 
// ssh command to connect to remote machine, usually ssh -l kitware dash8 
#cmakedefine PV_SSH_FLAGS "@PV_SSH_FLAGS@" 
// shell script to execute server, should contain proper port... 
// This line won't be split into smaller arguments 
#cmakedefine PV_SETUP_SCRIPT "@PV_SETUP_SCRIPT@" 
 
#cmakedefine CONNECT_TO_SERVER_SCRIPT "@CONNECT_TO_SERVER_SCRIPT@" 
#cmakedefine CONNECT_TO_BUILTIN_SCRIPT "@CONNECT_TO_BUILTIN_SCRIPT@" 
#cmakedefine CONNECT_TO_RS_DS_SCRIPT "@CONNECT_TO_RS_DS_SCRIPT@" 
 
// These are not full paths, but just the names of the executables. 
#cmakedefine PARAVIEW_CLIENT "@PARAVIEW_CLIENT@" 
#cmakedefine PARAVIEW_SERVER "@PARAVIEW_SERVER@" 
#cmakedefine PARAVIEW_DATA_SERVER  "@PARAVIEW_DATA_SERVER@" 
#cmakedefine PARAVIEW_RENDER_SERVER  "@PARAVIEW_RENDER_SERVER@"