summaryrefslogtreecommitdiffstats
path: root/pablo/HDFIOTrace.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9857] Purpose: MaintenanceElena Pourmal2005-01-221-423/+0
| | | | | | | | | | | | | | Description: Removed PABLO from the source Solution: Platforms tested: arabica with 64-bit, copper with parallel, heping with GNU C and C++ and PGI fortran (but I disabled hl, there is some weird problem only on heping: F9XMODFLAG is not propagated to the Makefile files Misc. update:
* [svn-r5291] Dan Wells2002-04-301-3/+3
| | | | | | | | | | | Purpose: bug fix Description: Had an #ifdef HAVE_XXX in the header file HDFIOTrace.h Solution: Changed the condition to H5_HAVE_XXX Platforms tested: Origin 2000 64 bit
* [svn-r4110] Dan Wells2001-07-051-4/+8
| | | | | | | | | | | | | | | Purpose: feature Description: allows the option of building the library libhdf-inst.a so that it can link with either the Pablo Trace Libraries or with the Pablo Performance Capture Facility (PCF) Solution: Added code for conditional compilation using the PCF_BUILD flag. When the library is made, the user can specify PABLO_BUILD=PCF which will cause the -DPCF_BUILD to be passed to the compiler. Platforms tested: Solaris, IRIX64
* [svn-r1179] Changes made to enable automatic building of list of event IDs ↵Dan Wells1999-04-141-0/+419
and to make output of HDF 4 and HDF 5 tracing compatible.