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

◆ TINYLOAD

#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

◆ isPmeProcessor()

int isPmeProcessor ( int  )

Definition at line 624 of file ComputePme.C.

624  {
626  if (simParams->usePMECUDA) {
627  return 0;
628  } else {
629  return pencilPMEProcessors[p];
630  }
631 }
static Node * Object()
Definition: Node.h:86
SimParameters * simParameters
Definition: Node.h:181
#define simParams
Definition: Output.C:129
char * pencilPMEProcessors
Definition: ComputePme.C:133