- 12 Oct, 2007 1 commit
-
-
chan authored
-
- 10 Oct, 2007 1 commit
-
-
buntinas authored
-
- 09 Oct, 2007 1 commit
-
-
chan authored
-
- 08 Oct, 2007 6 commits
-
-
chan authored
Replaced by PTHREAD_MUTEX_INITIALIZER by pthread_mutex_init(...,NULL) because strict C compiler like Sun's cc failed to compile PTHREAD_MUTEX_INITIALIZER on 32-bit linux because PTHREAD_MUTEX_INITIALIZER is implemented with C++ feature on 32bit linux.
-
robl authored
-
robl authored
won't build out-of-tree.
-
robl authored
strictly need an environment variable.
-
robl authored
log file now)
-
robl authored
the number of processors in communicator.
-
- 03 Oct, 2007 1 commit
-
-
chan authored
get rid of continuation character "&" so it can be compiled by both free-form and fixed-form Fortran compiler.
-
- 28 Sep, 2007 3 commits
- 26 Sep, 2007 4 commits
- 25 Sep, 2007 4 commits
- 24 Sep, 2007 2 commits
- 21 Sep, 2007 2 commits
- 20 Sep, 2007 6 commits
- 19 Sep, 2007 3 commits
- 18 Sep, 2007 2 commits
- 17 Sep, 2007 2 commits
- 14 Sep, 2007 2 commits
-
-
jayesh authored
Some compilers like icc consider a backslash followed by a space and a newline as a different token than a backslash followed by a newline. So making sure that the multiline macros end with a backslash followed by a newline WITHOUT a space in btw to make the preprocessor of all compilers happy
-
jayesh authored
-