Commit Graph

  • f71a144b19 IOR raise warning for existing file once if not filePerProc. Julian M. Kunkel 2020-12-02 10:14:28 +0000
  • 464f562f44
    Merge pull request #290 from mchaarawi/dfs_coll_open Julian Kunkel 2020-12-02 09:15:37 +0000
  • 938cf2771b DFS: make use of collective open to share file handle Mohamad Chaarawi 2020-12-01 21:12:52 +0000
  • da03ae5c9f IOR add warning if file exists #273. To stop on warnings, use existing flag --warningAsErrors Julian M. Kunkel 2020-12-01 18:24:09 +0000
  • 691324f17b
    Merge pull request #287 from hpc/fix-warning Julian Kunkel 2020-12-01 17:44:14 +0000
  • 9dcf9f79e4 Moved barriers to right location. Julian M. Kunkel 2020-12-01 14:47:57 +0000
  • 546eb05d15 Rudimentary support for stonewall added, addresses #261. Julian M. Kunkel 2020-12-01 14:45:07 +0000
  • 5825dbae35 Provide new option randomPrefill for random (-z access only) that prefill the file with the specified blocksize, e.g., 2m. See issue #270. Julian M. Kunkel 2020-12-01 13:52:29 +0000
  • d1db4cbfe0
    Merge pull request #286 from rfmohr/fix-undeclared-unique_dir_per_task Julian Kunkel 2020-12-01 09:40:39 +0000
  • 41184c69e2 mdtest: fix reference to unique_dir_per_task for builds --with-lustre Richard Mohr 2020-12-01 01:22:31 -0500
  • 4a3e4806bd
    Merge pull request #281 from hpc/fix-mdtest-iter Julian Kunkel 2020-11-30 14:17:42 +0000
  • ae06908a93 Merge branch 'master' into fix-mdtest-iter Julian M. Kunkel 2020-11-30 14:16:41 +0000
  • 312edaa99c
    Merge pull request #283 from hpc/fix-mdtest-refactor Julian Kunkel 2020-11-30 14:11:22 +0000
  • 11c784c8bd Integrate review feedback. Julian M. Kunkel 2020-11-28 10:40:41 +0000
  • ae23523a70 Integrate review feedback Julian M. Kunkel 2020-11-28 10:34:20 +0000
  • 5799e4ef3a MDTest remove unnede variable. Julian M. Kunkel 2020-11-27 18:02:14 +0000
  • fd51654393 Readd check for mdtest for now. Julian M. Kunkel 2020-11-27 17:51:31 +0000
  • fbf976351a MDTest refactoring: move all global static variables into the global static structure. Julian M. Kunkel 2020-11-27 17:49:45 +0000
  • ae8a11b42f MDTest updated stonewall check. Julian M. Kunkel 2020-11-27 15:35:32 +0000
  • 7542e75c82 MDTest ignore verbose potential format overflows to be able to spot real errors. Julian M. Kunkel 2020-11-27 15:23:32 +0000
  • b658cfce4d
    Merge pull request #282 from hpc/fix-lustre-stripe Julian Kunkel 2020-11-26 16:00:14 +0000
  • 980ab1dc97 Lustre stripping: Fix default value such that Lustre striping is only set if anything is changed. Julian M. Kunkel 2020-11-26 15:56:34 +0000
  • 4377aebcf8 Bugfix MDTest calculation of multiple iterations was incorrect. Julian M. Kunkel 2020-11-26 12:48:11 +0000
  • 9349284b82
    Merge pull request #279 from hpc/feature-print-per-rpoc Julian Kunkel 2020-11-25 10:49:35 +0000
  • ad6dfc5e63 Allow MDTest to print per proc. Julian M. Kunkel 2020-11-25 09:50:26 +0000
  • 2f0d311ed2
    Merge pull request #278 from adilger/mdtest-man Julian Kunkel 2020-11-25 09:19:21 +0000
  • 76d5a77ac2 Add missing options to mdtest man page Andreas Dilger 2020-11-25 01:21:12 -0700
  • b12742e1ad
    Merge pull request #275 from hpc/fix-libs3 Julian Kunkel 2020-11-22 12:05:51 +0000
  • 02a47085ec Bugfix: suboptimal name mapping was leading to accidential deletes in md-workbench. Julian M. Kunkel 2020-11-22 12:01:12 +0000
  • c7f2870004
    Merge pull request #274 from hpc/fix-libs3 Julian Kunkel 2020-11-22 11:44:57 +0000
  • b5891141d8 Move checks before inititalization. Add simple validation for S3. Julian M. Kunkel 2020-11-22 11:43:42 +0000
  • 5d489064d8
    Merge pull request #271 from hpc/fix-statvfs Julian Kunkel 2020-11-13 09:24:24 +0000
  • 13f9721dbc
    Merge pull request #267 from hpc/feature-md-workbench Julian Kunkel 2020-11-10 19:05:20 +0000
  • 277f380139 Remove duplicated functionality between mdtest and IOR. Refactored the ShowFileSystemSize function. Julian M. Kunkel 2020-11-09 16:23:34 +0000
  • 65666faf8b Updated tests to have transfer != blocksize for new random variant. Julian M. Kunkel 2020-11-06 11:43:52 +0000
  • 306598db67 Bugfix memory issue in global options. Julian M. Kunkel 2020-11-06 11:40:31 +0000
  • a59e98d7a6 Add error to indicate changed behavior to users Julian M. Kunkel 2020-11-06 10:38:50 +0000
  • af0753d8ad Random: last modifications. Julian M. Kunkel 2020-11-06 10:27:11 +0000
  • a0e5e297d6 Create random for one block (1 segment) only to be repeated. Julian M. Kunkel 2020-11-06 09:52:35 +0000
  • ad985af763 Location problem on non Linux systems. Julian M. Kunkel 2020-11-06 09:30:59 +0000
  • 0e91769328
    aiori-Gfarm: sequel to #262 - sync interface (#269) otatebe 2020-11-06 18:15:39 +0900
  • 2d79efc0c5 Fix wait issue on MacOS Julian M. Kunkel 2020-11-05 19:13:08 +0000
  • 3ee3e9ad5c Integrated sequential code into the benchmark main loop. A bit ugly but shows that the code logic hasn't changed. Julian M. Kunkel 2020-11-05 14:00:09 +0000
  • 75c08386a4 Bugfix porting error for performance stats. Julian M. Kunkel 2020-11-04 20:47:30 +0000
  • c0ffdf44d0 Workbench API improved. Julian M. Kunkel 2020-11-04 20:25:27 +0000
  • d9c74af8f3 Fix (accidently rename of option) Julian M. Kunkel 2020-11-04 19:27:39 +0000
  • b5dfeea82a Remove output for the API. Julian M. Kunkel 2020-11-04 18:04:46 +0000
  • fb66e77072
    Enable random seed to be stored. (#268) Julian Kunkel 2020-11-04 13:47:35 +0000
  • 4e452766b9 Enable random seed to be stored. Julian M. Kunkel 2020-11-04 12:48:46 +0000
  • e1dd3103cf Fix make dist for md-workbench. Julian M. Kunkel 2020-11-03 10:52:45 +0000
  • cb397242f9
    DAOS backend cleanup (#266) Mohamad Chaarawi 2020-11-03 04:01:09 -0600
  • 82d20f2744 Basic API converted. Julian M. Kunkel 2020-11-02 20:12:15 +0000
  • 654b797788 Converted output to IOR output. Julian M. Kunkel 2020-11-02 19:34:15 +0000
  • dc89a59371 Workbench, adjusting the interface to IOR tool interfaces. Julian M. Kunkel 2020-11-02 19:23:13 +0000
  • d39ae556f0 Bugfixing md-workbench errors. Julian M. Kunkel 2020-11-02 19:04:27 +0000
  • 348754c87a md-workbench code ported. Julian M. Kunkel 2020-11-02 18:35:01 +0000
  • 9ace15cce3 Workbench: further conversation. Julian M. Kunkel 2020-11-02 17:56:28 +0000
  • c28ed6dc72 Partial conversion of existing md-workbench to IOR APIs. Julian M. Kunkel 2020-11-02 17:34:11 +0000
  • 4898badf48 Fix compiler issue with redefinition via typedef. Julian M. Kunkel 2020-10-29 10:37:56 +0000
  • d750d323e3
    JSON output. Remove duplicated keys. (#265) Julian Kunkel 2020-10-28 09:47:38 +0000
  • dab62b57c8
    fix JSON format, the end of Array object (#264) donko 2020-10-28 18:38:17 +0900
  • 077f4ef98d
    aiori-IME: Fix init after finalize issue (#263) Jean-Yves VET 2020-10-26 15:37:19 +0100
  • 7bc9680b85
    aiori-Gfarm: update to the new aiori interface (#262) otatebe 2020-10-26 20:26:10 +0900
  • 65ddc53950
    CSV output for IOR results (#260) Sebastian Oeste 2020-10-09 10:35:01 +0200
  • bd76b45ef9
    Integrated comparison checks into CompareData() which prevents additi… (#254) Julian Kunkel 2020-09-28 20:09:48 +0100
  • 8f14166a79
    S3: removed unneded check. (#258) Julian Kunkel 2020-09-13 09:20:46 +0100
  • e60801cf8e
    Prefix S3 options correctly for S3-libs3 (#257) Julian Kunkel 2020-09-13 08:52:02 +0100
  • 7c201c0d9c
    HDF5: fix segfault in HDF5 driver after latest AIORI changes (#255) Mohamad Chaarawi 2020-09-02 12:12:17 -0500
  • cc0ac50086
    POSIX GFPS adjusted to new API #248 (#253) Julian Kunkel 2020-09-02 10:08:52 +0100
  • af2429b47e
    Fix s3-4c implementation (#247) Julian Kunkel 2020-08-13 16:25:36 +0100
  • 4e2d179052
    Detection of system features for number of sockets #245 (#246) Julian Kunkel 2020-08-03 12:30:21 +0100
  • 47b63a8054
    Merge pull request #243 from hpc/feature-aio Julian Kunkel 2020-08-03 10:06:07 +0100
  • 9f762ecbe0
    Merge pull request #244 from mchaarawi/fix_daos_get_size_api Julian Kunkel 2020-07-23 10:55:50 +0100
  • db3d06ec80 remove comm from get size cb in DAOS driver Mohamad Chaarawi 2020-07-22 19:39:11 +0000
  • e3f302ca53 AIORI AIO check params updated. Julian M. Kunkel 2020-07-21 16:50:13 +0100
  • e1741c188a AIO plugin: missing reference to include. Julian M. Kunkel 2020-07-21 16:23:25 +0100
  • f275671cc9 AIORI POSIX AIO support. Collect ops until granularity is reached, then submit pending IOs. Synchronize latest on close. Doesn't work with data verification and reuses the existing buffer. The implementation shows the potential AIO may have. Extract also the POSIX header from AIORI to allow better reuse. #240 Julian M. Kunkel 2020-07-21 16:16:13 +0100
  • 5e465ac8bf Option: merge function to supported AIORI module reuse. Julian M. Kunkel 2020-07-21 13:54:50 +0100
  • 4258e14c11 mdtest: Bugfix of changed behavior, can only remove dir if all children were deleted. Julian M. Kunkel 2020-07-21 09:31:19 +0100
  • 8ca388fc78 Merge branch 'feature-cleanup-aiori' Julian M. Kunkel 2020-07-21 09:26:03 +0100
  • b056226077
    Merge pull request #238 from jyvet/feature-cleanup-aiori Julian Kunkel 2020-07-03 15:52:32 +0100
  • f005147c4d aiori-IME: Update to new aiori interface Jean-Yves VET 2020-07-03 16:37:33 +0200
  • f5077af976
    Merge pull request #236 from jyvet/fix-modules Julian Kunkel 2020-07-03 14:25:27 +0100
  • 49746b99d9 aiori-IME: Update to new aiori interface Jean-Yves VET 2020-07-02 17:48:52 +0200
  • acc9a0cb57
    Merge pull request #237 from knweiss/codespell Julian Kunkel 2020-07-03 10:27:55 +0100
  • f280123d0b Spelling fixes (found by codespell) Karsten Weiss 2020-07-03 09:09:40 +0200
  • a12ed015a6 S3: better testing, stat is semi-fake, other functions aren't. Julian M. Kunkel 2020-07-02 16:40:20 +0100
  • 4f7350dc6a MDTest remove testdir if created by MDTest. Julian M. Kunkel 2020-07-02 16:26:05 +0100
  • fb9fa7cc9f S3: Better cleanup. Julian M. Kunkel 2020-07-02 15:57:46 +0100
  • fb8f43fcfe Reduce verbosity for verification Julian M. Kunkel 2020-07-01 10:05:09 +0100
  • 371335195b Initialize logfile for warnings if not set. Julian M. Kunkel 2020-07-01 09:42:13 +0100
  • 484cb420d2 Generate config file with build options Julian M. Kunkel 2020-07-01 09:19:10 +0100
  • 728fa1e0f9
    Merge pull request #234 from hpc/feature-write-check Julian Kunkel 2020-06-30 20:06:41 +0100
  • fcae6ff0b9 S3: Fine tuning, supporting bucket per file/dir and single bucket. Julian M. Kunkel 2020-06-30 20:02:36 +0100
  • 87c9906d70 Error checking for NULL create/opens Julian M. Kunkel 2020-06-30 19:41:49 +0100
  • 154cf2cde7 LibS3 version that stores fragments as one object each. Julian M. Kunkel 2020-06-30 18:36:49 +0100
  • 2a3838c360 S3: Partial implementation. Julian M. Kunkel 2020-06-30 16:50:13 +0100
  • 81a7a3ab81 Renamed existing S3 impl. which uses (apparently) outdated library. Added dummy support for libS3 with library search. Julian M. Kunkel 2020-06-30 13:41:59 +0100
  • 3a9bd7828d Ported PMDK API. Julian M. Kunkel 2020-06-30 13:12:44 +0100
  • 82417128cd Extracted file size routine that is replicated in each module into IOR removing the MPI dependency from AIORI. Julian M. Kunkel 2020-06-30 12:33:56 +0100