IOR
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "ior.h"
#include "aiori.h"
#include "utilities.h"
Go to the source code of this file.
Data Structures | |
struct | dummy_options |
Functions | |
static option_help * | DUMMY_options () |
static void * | DUMMY_Create (char *testFileName, IOR_param_t *param) |
static void * | DUMMY_Open (char *testFileName, IOR_param_t *param) |
static void | DUMMY_Fsync (void *fd, IOR_param_t *param) |
static void | DUMMY_Close (void *fd, IOR_param_t *param) |
static void | DUMMY_Delete (char *testFileName, IOR_param_t *param) |
static char * | DUMMY_getVersion () |
static IOR_offset_t | DUMMY_GetFileSize (IOR_param_t *test, MPI_Comm testComm, char *testFileName) |
static IOR_offset_t | DUMMY_Xfer (int access, void *file, IOR_size_t *buffer, IOR_offset_t length, IOR_param_t *param) |
static int | DUMMY_statfs (const char *path, ior_aiori_statfs_t *stat, IOR_param_t *param) |
static int | DUMMY_mkdir (const char *path, mode_t mode, IOR_param_t *param) |
static int | DUMMY_rmdir (const char *path, IOR_param_t *param) |
static int | DUMMY_access (const char *path, int mode, IOR_param_t *param) |
static int | DUMMY_stat (const char *path, struct stat *buf, IOR_param_t *param) |
Variables | |
static struct dummy_options | o |
static option_help | options [] |
static char * | current = (char*) 1 |
ior_aiori_t | dummy_aiori |
|
static |
Definition at line 129 of file aiori-DUMMY.c.
|
static |
Definition at line 72 of file aiori-DUMMY.c.
References out_logfile, and verbose.
|
static |
Definition at line 44 of file aiori-DUMMY.c.
References current, dummy_options::delay_creates, dummy_options::delay_rank_0_only, out_logfile, rank, and verbose.
|
static |
Definition at line 79 of file aiori-DUMMY.c.
References out_logfile, and verbose.
|
static |
Definition at line 65 of file aiori-DUMMY.c.
References out_logfile, and verbose.
|
static |
Definition at line 91 of file aiori-DUMMY.c.
References out_logfile, and verbose.
|
static |
Definition at line 86 of file aiori-DUMMY.c.
|
static |
Definition at line 121 of file aiori-DUMMY.c.
|
static |
Definition at line 57 of file aiori-DUMMY.c.
References current, out_logfile, and verbose.
|
static |
Definition at line 40 of file aiori-DUMMY.c.
References options.
|
static |
Definition at line 125 of file aiori-DUMMY.c.
|
static |
Definition at line 133 of file aiori-DUMMY.c.
|
static |
Definition at line 111 of file aiori-DUMMY.c.
References ior_aiori_statfs::f_bavail, ior_aiori_statfs::f_bfree, ior_aiori_statfs::f_blocks, ior_aiori_statfs::f_bsize, ior_aiori_statfs::f_ffree, and ior_aiori_statfs::f_files.
|
static |
Definition at line 99 of file aiori-DUMMY.c.
References dummy_options::delay_rank_0_only, dummy_options::delay_xfer, out_logfile, rank, and verbose.
|
static |
Definition at line 38 of file aiori-DUMMY.c.
Referenced by DUMMY_Create(), and DUMMY_Open().
ior_aiori_t dummy_aiori |
Definition at line 137 of file aiori-DUMMY.c.
|
static |
Definition at line 25 of file aiori-DUMMY.c.
Referenced by option_parse(), print_current_option_section(), and print_help_section().
|
static |
Definition at line 31 of file aiori-DUMMY.c.
Referenced by DUMMY_options(), mdtest_run(), and ParseCommandLine().