|
NAMD
|
#include "InfoStream.h"#include "common.h"#include "vmdsock.h"#include "Node.h"#include "IMDOutput.h"#include "imd.h"#include "SimParameters.h"#include "UniqueSortedArray.h"#include "GlobalMaster.h"#include "GlobalMasterIMD.h"#include "Vector.h"#include "ReductionMgr.h"#include <errno.h>#include <string>#include "Debug.h"Go to the source code of this file.
Classes | |
| struct | vmdforce |
Macros | |
| #define | MIN_DEBUG_LEVEL 1 |
Functions | |
| static int | find_free_port (void *sock, int defport) |
| static int | my_imd_connect (void *s, const int IMDversion, const IMDSessionInfo *sessionInfo) |
Variables | |
| static UniqueSortedArray< vmdforce > | vmdforces |
| #define MIN_DEBUG_LEVEL 1 |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 24 of file GlobalMasterIMD.C.
|
static |
Definition at line 49 of file GlobalMasterIMD.C.
References vmdsock_bind().
Referenced by GlobalMasterIMD::GlobalMasterIMD().
|
static |
Definition at line 128 of file GlobalMasterIMD.C.
References endi(), IMD_GO, imd_handshake(), imd_recv_header(), imd_sessioninfo(), IMDv3, iout, iWARN(), and vmdsock_selread().
Referenced by GlobalMasterIMD::imd_connection().
|
static |
Definition at line 44 of file GlobalMasterIMD.C.
Referenced by GlobalMasterIMD::calculate(), and GlobalMasterIMD::get_vmd_forces().
1.8.14