NAMD
Macros | Functions
AlgSeven.C File Reference
#include "common.h"
#include "InfoStream.h"
#include "Node.h"
#include "Alg7.h"

Go to the source code of this file.

Macros

#define TINYLOAD   0.0005
 

Functions

int isPmeProcessor (int)
 

Macro Definition Documentation

#define TINYLOAD   0.0005

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 19 of file AlgSeven.C.

Function Documentation

int isPmeProcessor ( int  )

Definition at line 604 of file ComputePme.C.

604  {
606  if (simParams->usePMECUDA) {
607  return 0;
608  } else {
609  return pencilPMEProcessors[p];
610  }
611 }
static Node * Object()
Definition: Node.h:86
SimParameters * simParameters
Definition: Node.h:178
#define simParams
Definition: Output.C:127
char * pencilPMEProcessors
Definition: ComputePme.C:113