| 1 | 
chuckv | 
126 | 
/* | 
| 2 | 
  | 
  | 
 *  simParallel_interface.h | 
| 3 | 
  | 
  | 
 *  oopse | 
| 4 | 
  | 
  | 
 * | 
| 5 | 
  | 
  | 
 *  Created by Charles Vardeman II on 10/19/04. | 
| 6 | 
  | 
  | 
 *  Copyright 2004 __MyCompanyName__. All rights reserved. | 
| 7 | 
  | 
  | 
 * | 
| 8 | 
  | 
  | 
 */ | 
| 9 | 
  | 
  | 
 | 
| 10 | 
  | 
  | 
#ifndef USETHEFORCE_DARKSIDE_SIMPARALLEL_INTERFACE_H | 
| 11 | 
  | 
  | 
#define USETHEFORCE_DARKSIDE_SIMPARALLEL_INTERFACE_H | 
| 12 | 
  | 
  | 
 | 
| 13 | 
  | 
  | 
#define __C | 
| 14 | 
  | 
  | 
#include "config.h" | 
| 15 | 
  | 
  | 
 | 
| 16 | 
  | 
  | 
#define setFsimParallel F90_FUNC(setfsimparallel, SETFSIMPARALLEL) | 
| 17 | 
  | 
  | 
 | 
| 18 | 
  | 
  | 
extern "C" { | 
| 19 | 
  | 
  | 
  void setFsimParallel( mpiSimData* the_mpiPlug, | 
| 20 | 
  | 
  | 
                        int* nLocal,  | 
| 21 | 
  | 
  | 
                        int* globalAtomIndex, | 
| 22 | 
  | 
  | 
                        int* nGroupsLocal, | 
| 23 | 
  | 
  | 
                        int* globalGroupIndex, | 
| 24 | 
  | 
  | 
                        int* isError ); | 
| 25 | 
  | 
  | 
} | 
| 26 | 
  | 
  | 
#endif |