Commit Graph

13 Commits

Author SHA1 Message Date
c3cf5fd7e5 separate mpi-dependent build files 2009-02-10 16:49:30 +00:00
b79ccb9293 sunos changes 2009-02-05 09:30:26 +00:00
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
7467c891bb minor tweak for matching MPI types, documentation cosmetics 2008-12-11 10:12:06 +01:00
16e9f10e22 Added support for HP-MPI. 2008-11-19 14:57:06 +00:00
80c19974f1 ignore status 2008-11-14 13:42:28 +00:00
d5d80f0181 modified remaining Allwmake scripts to run from anywhere 2008-09-19 14:47:06 +02:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
992d33b28a hopefully the last of the NamedEnum out-of-bounds 2008-06-17 16:14:34 +02:00
763cc5e4ab Pstream : avoid compiler warnings, doxygen ignore file-scope variables 2008-06-13 19:47:04 +02:00
93d1f74d8c dummy Pstream update and typo in Time.C comment. Sorry for mixup. 2008-06-02 19:16:12 +01:00
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00