Commit Graph

  • 77590f4e50 modernize configure Nathan Hjelm 2017-05-31 10:50:49 -0600
  • 2541bfea7b Merge pull request #10 from ThinkParQ/master Alfred Torrez 2017-10-19 13:40:41 -0600
  • 09a61163a7 Merge pull request #9 from VI4IO/master Alfred Torrez 2017-10-19 13:38:05 -0600
  • 738190bd79 add support for tuning BeeGFS parameters Oliver Steffen 2017-09-21 17:12:31 +0200
  • 2ce37ae90a Changed the semantics of -R to compare the data with the expected data buffer. Julian Kunkel 2017-09-27 18:45:47 +0200
  • 9eac84d50a prep for tagging 3.1.0 Glenn K. Lockwood 2017-08-23 16:36:29 -0700
  • 4dc989d062 Merge pull request #6 from glennklockwood/master Brett Kettering 2017-04-28 14:35:19 -0600
  • 9457bb958b explicitly disable O_CREAT and O_EXCL when doing read-only test Glenn K. Lockwood 2017-04-28 13:01:30 -0700
  • c5bbe9e996 Merge pull request #5 from glennklockwood/master Brett Kettering 2017-04-28 10:33:40 -0600
  • 86c9ab7d1c add an explicit --without-gpfs for environments with incomplete libgpfs support Glenn K. Lockwood 2017-04-28 09:12:41 -0700
  • 9593c46c5d Merge pull request #4 from roblatham00/housekeeping Brett Kettering 2015-12-07 15:07:28 -0700
  • a4a5576858 housekeeping: remove unused array Rob Latham 2013-04-18 10:45:24 -0500
  • e371f0c605 more tolerant of whitepace in hintfile Rob Latham 2013-12-19 13:01:35 -0600
  • 253d262307 Merge pull request #3 from roblatham00/add_gpfs_libs Brett Kettering 2015-12-07 14:39:31 -0700
  • efac1520c3 Add gpfs libraries if needed Rob Latham 2013-12-11 19:34:30 +0000
  • 73c1183d8c Merge pull request #2 from roblatham00/memory_cleanup Brett Kettering 2015-12-07 14:20:43 -0700
  • 0a450fd0a6 Merge pull request #1 from roblatham00/mpi_resource_cleanup Brett Kettering 2015-12-07 14:19:02 -0700
  • d2a8aa0d2d assorted memory leak cleanups Rob Latham 2014-04-03 13:49:16 -0500
  • 343ad076a3 clean up MPI resources Rob Latham 2013-10-07 09:12:20 -0500
  • 18d6ed753a Added documenation for HDFS, S3, and S3_EMC APIs. Brett M. Kettering 2015-09-04 12:46:35 -0600
  • 2e09718059 Merge branch 'S3_MPU' into incompressible blair-crossman 2015-05-29 10:54:58 -0600
  • fc1101e450 Added in the validation I did for incompressible. Edited the USER_GUIDE with a section about the pitfalls of the incompressible flag. blair-crossman 2015-05-29 10:46:46 -0600
  • 43ec99208b Added in the validation I did for incompressible. Edited the USER_GUIDE with a section about the pitfalls of the incompressible flag. blair-crossman 2015-05-29 10:46:46 -0600
  • f297c7b0d5 Moved the calls to XferBuffersSetup() and XferBuffersFree to TestIoSys() This makes it so that the buffers are only allocated once per test instead of once per transfer. This also removes initial buffer set-up from the timing window. Blair Crossman 2015-05-27 10:24:52 -0600
  • 08d14e986d Added an uncompressible data packet to IOR. Changed how the -l option works. Now you choose the type of datapacket -l i incompressible data packets -l incompressible incompressible data packets -l timestamp timestamped data packets -l t timestamped data packets -l offset offset data packets -l o offset data packets Blair Crossman 2015-05-21 12:05:56 -0600
  • 37738dab26 Numerous changes to file-modes, small build-tweaks, and a tweak to aiori-S3.c Jeff Inman 2015-05-19 09:36:28 -0600
  • a50da47323 Added aws-0.5.1.tgz with LANL-extensions to open-source tool-kit, for S3-related interactions. Jeffrey Thornton Inman 2014-12-02 11:11:02 -0700
  • 4368cc2dc4 Fixed striding/segmentation in N:N and N:1 cases, for multi-part-upload. Jeffrey Thornton Inman 2014-12-02 09:10:32 -0700
  • b26f308191 Algorithms 'S3', 'S3_plus', and 'S3_EMC' all available. Jeffrey Thornton Inman 2014-10-29 16:04:30 -0600
  • 2f066624f0 S3 with Multi-Part Upload for N:1 is working. Jeffrey Thornton Inman 2014-10-27 13:16:20 -0600
  • ca801fe0ec First-cut at PLFS support, integrating Brett K's code. Jeffrey Thornton Inman 2014-09-18 11:20:37 -0600
  • 28c94f8875 Fixed bug in aiori-HDFS.c where it was calling "free(fd);", which is bad. Jeff Inman 2014-08-28 15:39:44 -0600
  • 0743eaf3fd Changed constants in aiori.h from decimal to hex Jeff Inman 2014-08-28 15:35:51 -0600
  • 02b6287167 Switched from ctime() to ctime_r(), for thread-safety. Jeff Inman 2014-08-28 15:24:58 -0600
  • 8a33dfb84b Don't have IOR_RDWR in open-flags, if only opening for reading or writing. Jeff Inman 2014-08-25 15:51:28 -0600
  • 0be8973c0e Initial commit of the new aiori-HDFS module. Jeff Inman 2014-08-13 16:53:24 -0600
  • b7fcafc9ec changes while trying to build on a Mac Jeff Inman 2014-07-30 17:17:21 -0600
  • 894caf8f12 This is the default checkout, plus a .gitignore that includes all the files that were created during ./bootstrap, ./configure, and make. Jeff Inman 2014-07-28 13:31:45 -0600
  • aa604c1d38 Teach IOR about GPFS hints (gpfs_fcntl) Rob Latham 2013-09-26 13:48:50 +0000
  • 6a7ddfe60c Define H5_USER_16_API to enable HDF5 backwards compatibility Rob Latham 2013-07-18 15:01:15 -0700
  • ecf2ba5eb7 Prep for tagging 3.0.1 Christopher J. Morrone 2012-11-21 10:15:06 -0800
  • b33ff9d65c Fix use of uninitialized variable - localhost. derics 2012-11-20 22:42:28 -0500
  • c0c1f38a51 Remove archaic Parallel-NetCDF 2 GiB limit Robert Latham 2012-09-12 16:28:24 -0500
  • b76238bbd5 Remove bad "static static" function declaration Robert Latham 2012-09-12 10:45:50 -0500
  • 86df5878f6 Improve scalability of CountTasksPerNode(). Christopher J. Morrone 2012-09-12 11:21:41 -0700
  • 84264657fb Remove AC_FUNC_MALLOC from configure.ac Christopher J. Morrone 2012-09-10 10:51:04 -0700
  • 15e5f648a8 Print first message earlier, so we know that MPI_Init completed Christopher J. Morrone 2012-09-10 10:50:18 -0700
  • e3d1a774fa Prep for tagging 3.0.0. Christopher J. Morrone 2012-01-13 16:59:26 -0800
  • 0a39cced3c Only mention Lustre parameters if lustre options were used. Christopher J. Morrone 2012-01-13 16:57:21 -0800
  • f3c0c73dfd Prep for tagging 2.999.5 Christopher J. Morrone 2012-01-13 16:03:20 -0800
  • 6251589601 Add memoryPerNode documentation Christopher J. Morrone 2012-01-13 15:47:37 -0800
  • 9ac80230a4 Documentation update Christopher J. Morrone 2012-01-13 14:09:23 -0800
  • 5f162061bd Change testNum to refNum Christopher J. Morrone 2012-01-13 14:05:13 -0800
  • bbcc9c26b6 Allow user to hide a test's output with verbose<0. Christopher J. Morrone 2012-01-13 13:49:30 -0800
  • 0665dea6cb Fix script handling when there are back-to-back RUN lines. Christopher J. Morrone 2012-01-13 13:40:03 -0800
  • d35d9616d7 Fix indenting Christopher J. Morrone 2012-01-13 13:28:14 -0800
  • ef70266a84 Allow long summary to be printed for every test. Christopher J. Morrone 2012-01-13 13:27:55 -0800
  • 8c95611125 Alphabetize the command line options Christopher J. Morrone 2012-01-12 20:49:56 -0800
  • 488ee724a9 More code cleanup. No change in functionality. Christopher J. Morrone 2012-01-12 20:34:40 -0800
  • 0b0a450ed9 Bump beta version to 2.999.4. Christopher J. Morrone 2012-01-09 19:31:36 -0800
  • 253941fc6c Fix "make dist" Christopher J. Morrone 2012-01-08 20:13:32 -0800
  • d1e68df2f5 Measure and print file unlink time. Christopher J. Morrone 2012-01-08 18:55:46 -0800
  • 8f0beba3cb Refactor PPDOuble. Eliminate cut-and-paste. Christopher J. Morrone 2012-01-08 15:46:43 -0800
  • 6e90c1c113 Remove dead code. Christopher J. Morrone 2012-01-08 13:56:13 -0800
  • 3d47f76736 Remove CVS references Christopher J. Morrone 2012-01-08 13:55:54 -0800
  • 06f65eae23 Update documentation Christopher J. Morrone 2012-01-08 13:23:54 -0800
  • 02d3ab685c Fix backwards compatibility with the reorderTasks option. Christopher J. Morrone 2012-01-08 13:21:20 -0800
  • 8e06f07b28 Add header to set code preferences for vi and emacs. Christopher J. Morrone 2012-01-08 12:51:04 -0800
  • 416c430811 Cleanup maxTimeDuration code. Christopher J. Morrone 2012-01-08 12:30:05 -0800
  • 349f747ea5 Remove undocumented options. Christopher J. Morrone 2012-01-08 11:56:32 -0800
  • 84d30f4e8f Rename RELEASE_LOG to ChangeLog and update Christopher J. Morrone 2012-01-08 11:16:22 -0800
  • 697f28e8a6 Begin to cleanup up the mess in TestIoSys(). Christopher J. Morrone 2011-12-13 22:48:14 -0800
  • ed766570d0 Minor code cleanup. Christopher J. Morrone 2011-12-13 22:04:27 -0800
  • 537ba5c09b Drop OPs columns Christopher J. Morrone 2011-12-13 21:35:28 -0800
  • 4084e14d02 Add memoryPerNode option Christopher J. Morrone 2012-01-08 18:41:30 -0800
  • 5ea51638df Add memoryPerTask option Christopher J. Morrone 2012-01-06 17:29:45 -0800
  • caa3f0e224 minor fix for a missing include file Michael Kluge 2012-01-03 20:27:09 +0100
  • ef966f4ce0 Bump beta version to 2.999.3 Christopher J. Morrone 2012-01-02 09:58:25 -0800
  • dd82ab1bed Fix for #1 Christopher J. Morrone 2012-01-02 09:37:09 -0800
  • 51348f34ca Add EWARN macro Christopher J. Morrone 2011-12-14 13:40:25 -0800
  • 1b63aee6c8 Fix time array index for reads Christopher J. Morrone 2011-12-13 11:49:31 -0800
  • dbca13903b Message cleanup Christopher J. Morrone 2011-12-13 11:36:47 -0800
  • dfdb7407a5 Bump beta version to 2.999.2 Christopher J. Morrone 2011-12-13 10:53:30 -0800
  • c56ce328f2 Eleminate more cut-and-paste code. Christopher J. Morrone 2011-12-13 11:26:41 -0800
  • 4c3f46ac3f Clean up some normal and debug print statements. Christopher J. Morrone 2011-12-13 01:07:55 -0800
  • 1237df7b48 Print test numbers Christopher J. Morrone 2011-12-13 00:41:19 -0800
  • 511a0b1435 Refactor the test summary code. Christopher J. Morrone 2011-12-12 21:00:18 -0800
  • 69ec35a432 Print header for each test Christopher J. Morrone 2011-12-11 02:14:23 -0800
  • e8a86dfde3 Only print the header info once. Christopher J. Morrone 2011-12-11 01:50:19 -0800
  • 672d4065de Refactor the SummarizeResults code. Christopher J. Morrone 2011-12-10 20:45:19 -0800
  • 33d0a73da6 Fix column headers in print statements. Christopher J. Morrone 2011-12-09 11:27:53 -0800
  • 37e3ba1766 Drop "XXCEL" strings from print statements Christopher J. Morrone 2011-11-29 13:14:14 -0800
  • edd3d1a038 Add autoconf version requirement Christopher J. Morrone 2011-11-29 13:09:54 -0800
  • f2c7aed220 Call fsync AFTER checking return code from previous call. Christopher J. Morrone 2011-11-21 19:54:02 -0800
  • 126374230a Improve spacing in print statement Christopher J. Morrone 2011-11-21 13:56:10 -0800
  • a60ad0b088 Impose proper file scoping and header usage. Christopher J. Morrone 2011-11-11 16:40:45 -0800
  • e7fea4f102 Fix prototype locations Christopher J. Morrone 2011-11-11 15:18:17 -0800
  • 0072f26946 More simple code cleanup Christopher J. Morrone 2011-11-11 15:11:28 -0800
  • 240e5ce93f Change the the One True Formatting (Linux style) Christopher J. Morrone 2011-11-11 14:22:17 -0800
  • 3ff7a4a4ae Add missing config.h include Christopher J. Morrone 2011-11-11 14:31:24 -0800