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 626 of file ComputePme.C.

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