#define TBSOFT_TRACK_MAXLEN
Definition: main.C:22
NAMD
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <pwd.h>
#include "InfoStream.h"
#include "memusage.h"
#include "Lattice.h"
#include "ComputeMsmMsa.h"
#include "main.decl.h"
#include "main.h"
#include "NamdEventsProfiling.h"
#include "main.def.h"
Go to the source code of this file.
Classes | |
class | main |
Macros | |
#define | TBSOFT_TRACK_MAXLEN 1024 /* maximum message length */ |
Functions | |
void | RegisterNamdEventsProfiling () |
int | send_dgram (const char *host_addr, int port, const char *buf, int buflen) |
int | tbsoft_sendusage (const char *program, const char *versionnum, const char *platform, const char *numcpus, const char *miscinfo) |
Variables | |
const char * | namd_build_date |
const char * | namd_build_user |
const char * | namd_build_machine |
#define TBSOFT_TRACK_MAXLEN 1024 /* maximum message length */ |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 22 of file main.C.
Referenced by tbsoft_sendusage().
void RegisterNamdEventsProfiling | ( | ) |
Definition at line 47 of file main.C.
References NamdProfileEvent::EventsCount, NAMD_REGISTER_EVENT, and NamdProfileEventStr.
Referenced by main::main().
int send_dgram | ( | const char * | host_addr, |
int | port, | ||
const char * | buf, | ||
int | buflen | ||
) |
int tbsoft_sendusage | ( | const char * | program, |
const char * | versionnum, | ||
const char * | platform, | ||
const char * | numcpus, | ||
const char * | miscinfo | ||
) |
Definition at line 80 of file main.C.
References endi(), iINFO(), iout, send_dgram(), and TBSOFT_TRACK_MAXLEN.
Referenced by main::main().
const char* namd_build_date |
Referenced by main::main().
const char* namd_build_machine |
Referenced by main::main().
const char* namd_build_user |
Referenced by main::main().