Last change
on this file since 5a78f5 was 79290f, checked in by Frederik Heber <heber@…>, 17 years ago |
config.h is included in each and every file. After trying to compile on JUMP (with xlc).
|
-
Property mode
set to
100644
|
File size:
561 bytes
|
Line | |
---|
1 | #ifndef pcp_h
|
---|
2 | #define pcp_h
|
---|
3 |
|
---|
4 | /** \file pcp.h
|
---|
5 | * Header file for \ref pcp.c
|
---|
6 | *
|
---|
7 | * Contains declarations of the functions implemented in \ref pcp.c and
|
---|
8 | * definition of external sig_atomic.
|
---|
9 | *
|
---|
10 | Project: ParallelCarParrinello
|
---|
11 | Jan Hamaekers
|
---|
12 | 2000
|
---|
13 |
|
---|
14 | File: pcp.h
|
---|
15 | $Id: pcp.h,v 1.6 2006/03/30 22:19:51 foo Exp $
|
---|
16 | */
|
---|
17 |
|
---|
18 | #ifdef HAVE_CONFIG_H
|
---|
19 | #include <config.h>
|
---|
20 | #endif
|
---|
21 |
|
---|
22 | #include <signal.h>
|
---|
23 |
|
---|
24 | extern volatile sig_atomic_t cpulim; //!< external signal which calls for end of calculation
|
---|
25 | int CheckCPULIM(struct Problem *P);
|
---|
26 | int main(int argc, char **argv);
|
---|
27 |
|
---|
28 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.