Commit Graph

411 Commits (b686b6c26ac2719c7819b6a6cb14775cb04465c7)

Author SHA1 Message Date
Julian Kunkel b686b6c26a
Merge pull request #162 from johnbent/master
Fixed shift.  Also cleaned up output messages
2019-08-01 15:21:26 +01:00
John Bent 3890b71b54 Fixed issues and followed suggestions from Glenn's review of the PR 2019-08-01 09:42:03 +09:00
Glenn K. Lockwood b025d6bdb3
Merge pull request #153 from glennklockwood/docfixes
Updated documentation
2019-07-30 19:29:37 -05:00
John Bent a3c37808da Made FAIL take variable args so we can pass printf like args to it 2019-07-28 11:17:11 -06:00
John Bent 0ffec67d2b Following Julian's suggestion about better naming 2019-07-28 10:25:42 -06:00
John Bent b2d486f749 Followed Andreas suggestion to replace escape double quotes within printf's with single quotes 2019-07-28 10:07:03 -06:00
John Bent 168a407793 Fixed inconsistent spacing that Andreas commented upon 2019-07-28 09:55:00 -06:00
John Bent 629ff810b7 Got IOR shifting to work regardless of whether node/task mapping is round-robin or contiguous 2019-07-27 15:27:20 -06:00
John Bent d69957e55b Final changes cleaning up the output messages 2019-07-27 14:31:49 -06:00
John Bent e767ef3de9 Remove extraneous print_help function that was causing people to have to edit the same string in two different locations 2019-07-27 13:26:39 -06:00
John Bent f6491fcd37 Cleaned up the verbose messages by creating a macro and a function 2019-07-27 13:22:15 -06:00
John Bent 9d6480d46e Fixed bug in the nstride calculation where only 0 was computing it correctly. Had to bcast it out 2019-07-27 11:30:07 -06:00
John Bent 945487f743 Better debug message when stat fails 2019-07-27 09:20:20 -06:00
John Bent 524d053be1 Making shift work in mdtest as well as it works in IOR and on a per-node basis.
Also added printing the nodemap so we can check the allocation.
2019-07-26 08:55:24 -06:00
John Bent 7981fc70b1 Changed the behavior of shift in mdtest to mimic that in IOR so that it shifts by _entire nodes_ not by ranks. 2019-07-25 19:18:52 -06:00
Julian M. Kunkel 76f6bb6e42 Abort when invalid options are set. 2019-07-24 00:29:58 +01:00
Julian Kunkel 749a06dcbb
Merge pull request #161 from wkliao/ncmpi_hint
showHints: allow NCMPI to print I/O hints
2019-06-29 10:50:29 +01:00
Wei-keng Liao 3eb0f86640 Function ncmpi_get_file_info was first introduced in
PnetCDF version 1.2.0. Check PnetCDF library version,
so printing MPI-IO hints can be enabled for NCMPI.
2019-06-28 17:40:35 -05:00
Julian Kunkel cdaca2c591
Merge pull request #160 from hpc/fix-ime-157
Moving IME ODirect option into IME. #157
2019-05-28 08:41:26 +01:00
Julian M. Kunkel e4969b5af7 Fix for #159 (also slightly improved parsing for options, for portability between scripts also allow comment at the end of an option). 2019-05-23 12:47:43 +01:00
Julian M. Kunkel 1b3182904d Moving IME ODirect option into IME. #157 2019-05-23 09:54:10 +01:00
Julian M. Kunkel ed4c1d88d0 Fix missing initialization in MMAP options. 2019-05-23 09:31:05 +01:00
Julian Kunkel 942aa95ded
Merge pull request #158 from KnightKu/master-mdtest
add mknod support
2019-05-23 09:26:01 +01:00
Gu Zheng a6f8388f9f add mknod support
Add new option '-k' to support file creation test with mknod,
which is widely used in lustre.

Signed-off-by: Gu Zheng <gzheng@ddn.com>
2019-05-23 13:41:46 +08:00
Julian Kunkel 351f6e9107
Merge pull request #156 from haplav/fix-155
Fix #155. Fixup 3a873ea fixing #150.
2019-05-22 15:44:13 +01:00
Vaclav Hapla 3d8893e507 Fix #155. Fixup 3a873ea fixing #150. 2019-05-22 15:25:27 +02:00
Julian M. Kunkel cf197d5e38 Moved broken collectiveMetadata option into HDF5 backend module. #154 2019-05-22 10:21:18 +01:00
Glenn K. Lockwood 23106d17db forgot to RST-ify this 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 0bb96e9684 added docs for release process 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 2241f77a5d got NEWS importing correctly 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood aa3f045c92 fix spelling mistake 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 57f47db37f odds and ends 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood d0237d6d66 skript -> script 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 2333c23bed clean up intro 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 11d63f067a updated formatting 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 32f256f4ef bugfix 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood 13fd0c6c16 populate sphinx doc versions automatically 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood f1b8174e4b cleaned up README to reflect the current state of the repo 2019-05-19 09:40:43 -07:00
Glenn K. Lockwood c21744d893 updated version after 3.2 was frozen
this should've been done when we did the 3.2 feature freeze
2019-05-19 09:35:53 -07:00
Julian M. Kunkel eb2f4c6a01 Added NEWS stub for new version. 2019-05-16 21:36:26 +01:00
Julian M. Kunkel c5c43c4f3c Changed the version name to alpha to differentiate. Now mdtest has the version number from IOR. 2019-05-16 21:25:34 +01:00
Julian M. Kunkel 3a873ea2b0 Fix #150. 2019-05-16 19:35:00 +01:00
Julian M. Kunkel 6abdcc363a Trivial fix for #149 2019-05-16 12:56:56 +01:00
Glenn K. Lockwood 9ead56c24e
Merge pull request #148 from hpc/fix-146
Moving options to submodules + fixes #146 + fixes #144
2019-05-14 14:32:37 -07:00
Julian M. Kunkel 30a1ca187b Bugfix by rmn1 for #147 and #112. 2019-05-14 14:55:11 +01:00
Julian M. Kunkel 54522315ec Fix #146; handling of hints. Why are GPFS hints special, remains unclear. 2019-05-08 14:02:40 +01:00
Julian M. Kunkel a9b0bf35bc Support MDTest verbosity >=5 prints behavior for all ranks instead of just rank 0 (which is enabled with verbosity level 3 as before) 2019-05-02 09:58:35 +01:00
Glenn K. Lockwood 6732fd2370
Merge pull request #145 from ThinkParQ/master
beegfs: don't fail if output exists
2019-04-30 09:57:48 -07:00
Oliver Steffen e3afdb5ed5 beegfs: don't fail if output exists
Use existing output file if it has the desired stripe settings
(number of targets, chunk size)
2019-04-29 15:52:26 +02:00
Julian M. Kunkel 8fd755147a Fix for #144 2019-04-19 10:20:04 +01:00