26#ifndef _SMESH_PARALLELMESH_I_HXX_
27#define _SMESH_PARALLELMESH_I_HXX_
35#include <SALOME_GenericObj_i.hh>
36#include <SALOMEconfig.h>
37#include CORBA_SERVER_HEADER(SMESH_Mesh)
42 public virtual POA_SMESH::SMESH_ParallelMesh,
53 CORBA::Long GetParallelismMethod();
54 void SetParallelismMethod(CORBA::Long aMethod);
56 CORBA::Long GetParallelismDimension();
57 void SetParallelismDimension(CORBA::Long aDim);
59 CORBA::Long GetNbThreads();
60 void SetNbThreads(CORBA::Long nbThreads);
63 void SetResource(
const char* aResource);
65 CORBA::Long GetNbProc();
66 void SetNbProc(CORBA::Long nbProcs);
68 CORBA::Long GetNbProcPerNode();
69 void SetNbProcPerNode(CORBA::Long nbProcPerNodes);
71 CORBA::Long GetNbNode();
72 void SetNbNode(CORBA::Long nbNodes);
75 void SetWcKey(
const char* wcKey);
78 void SetWalltime(
const char* walltime);
#define SMESH_I_EXPORT
Definition: SMESH.hxx:39
Definition: SMESH_Gen_i.hxx:99
Definition: SMESH_Mesh_i.hxx:57
Definition: SMESH_ParallelMesh_i.hxx:44
SMESH_ParallelMesh_i(PortableServer::POA_ptr thePOA, SMESH_Gen_i *myGen_i)
Definition: SMESH_ParallelMesh_i.hxx:48
virtual ~SMESH_ParallelMesh_i()
Definition: SMESH_ParallelMesh_i.hxx:51
SMESH_ParallelMesh_i(const SMESH_ParallelMesh_i &)
Definition: SMESH_ParallelMesh.hxx:45
T DownCast(CORBA::Object_ptr theArg)
Definition: SMESH_Gen_i.hxx:760