#include <pthread.h>#include <stdio.h>#include <string.h>#include <math.h>#include <float.h>#include <signal.h>#include <unistd.h>#include "Locate.hh"Include dependency graph for Locate.cc:

Go to the source code of this file.
Functions | |
| void | SigHandler (int iSigNum) |
| int | main (int argc, char *argv[]) |
| void | MasterSigHandler (int iSigNum) |
| void * | WrapProcessThread (void *vpParam) |
| void * | WrapServeClientThread (void *vpParam) |
Variables | |
| bool | bDebug = false |
| int | iNodeCount |
| int | iRank |
| clMPIProc | MPIProc |
| clLocate * | Locate |
| clSubLocate * | SubLocate |
|
|
Definition at line 46 of file Locate.cc. References bDebug. |
|
||||||||||||
|
Definition at line 62 of file Locate.cc. References bDebug, clMPIProc::Finalize(), clMPIProc::GetNodeCount(), clMPIProc::GetRank(), GLOBAL_VERSMAJ, GLOBAL_VERSMIN, GLOBAL_VERSPL, clMPIProc::Initialize(), iNodeCount, iRank, Locate, clSubLocate::Main(), clLocate::Main(), MPIProc, SigHandler(), and SubLocate. |
|
|
Definition at line 110 of file Locate.cc. References Locate, and clLocate::Stop(). Referenced by clLocate::Main(). |
|
|
Definition at line 125 of file Locate.cc. References Locate, and clLocate::ProcessThread(). Referenced by clLocate::Main(). |
|
|
Definition at line 131 of file Locate.cc. References Locate, and clLocate::ServeClientThread(). |
|
|
Definition at line 38 of file Locate.cc. Referenced by clSubLocate::Main(), clLocate::Main(), main(), clLocate::ProcessThread(), and SigHandler(). |
|
|
Definition at line 39 of file Locate.cc. Referenced by clLocate::Initialize(), main(), clLocate::ProcessThread(), and clLocate::Stop(). |
|
|
Definition at line 40 of file Locate.cc. Referenced by main(). |
|
|
Definition at line 41 of file Locate.cc. Referenced by main(). |
|
|
Definition at line 42 of file Locate.cc. Referenced by main(), MasterSigHandler(), WrapProcessThread(), and WrapServeClientThread(). |
|
|
Definition at line 43 of file Locate.cc. Referenced by main(). |
1.3.3