NAMD
Classes | Functions
ParallelIOMgr.C File Reference
#include "largefiles.h"
#include <stdio.h>
#include "BOCgroup.h"
#include "Molecule.h"
#include "Node.h"
#include "Node.decl.h"
#include "NamdState.h"
#include "WorkDistrib.h"
#include "PDB.h"
#include "PatchMap.h"
#include "PatchMap.inl"
#include "packmsg.h"
#include "HomePatch.h"
#include "InfoStream.h"
#include "CollectionMaster.h"
#include "CollectionMgr.h"
#include "ParallelIOMgr.decl.h"
#include "ParallelIOMgr.h"
#include "Output.h"
#include "Random.h"
#include <algorithm>
#include <pup.h>
#include "ParallelIOMgr.def.h"

Go to the source code of this file.

Classes

class  CollectProxyVectorInstance
 
class  CollectProxyVectorSequence
 

Functions

 PUPbytes (Lattice)
 
int isOutputProcessor (int pe)
 
void call_sendAtomsToHomePatchProcs (void *arg)
 

Function Documentation

◆ call_sendAtomsToHomePatchProcs()

void call_sendAtomsToHomePatchProcs ( void *  arg)

Definition at line 1418 of file ParallelIOMgr.C.

Referenced by ParallelIOMgr::sendAtomsToHomePatchProcs().

1419 {
1420  ((ParallelIOMgr*)arg)->sendAtomsToHomePatchProcs();
1421 }

◆ isOutputProcessor()

int isOutputProcessor ( int  pe)

Definition at line 357 of file ParallelIOMgr.C.

Referenced by WorkDistrib::patchMapInit().

357  {
358  return CProxy_ParallelIOMgr::ckLocalBranch(CkpvAccess(BOCclass_group).ioMgr)->isOutputProcessor(pe);
359 }

◆ PUPbytes()

PUPbytes ( Lattice  )