28#ifndef _util_group_globcnt_h
29#define _util_group_globcnt_h
43 int controls_release_;
50 void initialize(
const char *stringrep);
56 void operator += (
int);
59 void operator ++(
int) { operator++(); }
60 void operator --(
int) { operator--(); }
61 void operator = (
int);
The GlobalCounter class allows processes on the same SMP node to share a counter using SysV IPC semap...
Definition globcnt.h:40
Contains all MPQC code up to version 3.
Definition mpqcin.h:14