test_params_s Struct Reference

#include <test.h>


Data Fields

int total_frags
int query_count
int query_size_min
int query_size_max
int result_size_min
int database_sequence_size_min
int database_sequence_size_max
int result_count_min
int result_count_max
double compute_speed
int io_method
int parallel_io
int query_sync
int output_file_len
char * output_file
MPI_File fh
MPI_Info * info_p
int end_write
int no_io
int atomicity
frag_preresult_s ** query_frag_preresult_matrix
int query_params_file_len
char * query_params_file
int query_hist_list_count
hist_squery_hist_list
int db_params_file_len
char * db_params_file
int db_hist_list_count
hist_sdb_hist_list


Field Documentation

int test_params_s::atomicity

Atomicity on (1) or off (0)

double test_params_s::compute_speed

Change the compute time

int test_params_s::database_sequence_size_max

Largest sequence in database

int test_params_s::database_sequence_size_min

Smallest sequence in database

struct hist_s* test_params_s::db_hist_list

int test_params_s::db_hist_list_count

char* test_params_s::db_params_file

int test_params_s::db_params_file_len

Database sequence histogram file

int test_params_s::end_write

MPI_File test_params_s::fh

We will open the file at the beginning of the application and close it at the end

MPI_Info* test_params_s::info_p

We set the info at the begining and use it until the end

int test_params_s::io_method

Use various I/O techniques

int test_params_s::no_io

For debugging, we don't want to do any I/O

char* test_params_s::output_file

int test_params_s::output_file_len

int test_params_s::parallel_io

Enable parallel I/O

int test_params_s::query_count

Number of total queries

struct frag_preresult_s** test_params_s::query_frag_preresult_matrix

Precomputed results

struct hist_s* test_params_s::query_hist_list

int test_params_s::query_hist_list_count

char* test_params_s::query_params_file

int test_params_s::query_params_file_len

Query sequence histogram file

int test_params_s::query_size_max

Largest query possible

int test_params_s::query_size_min

Smallest query possible

int test_params_s::query_sync

Force fake synchornization to model iterative data dependent applications

int test_params_s::result_count_max

Smallest result count possible

int test_params_s::result_count_min

Smallest result count possible

int test_params_s::result_size_min

Smallest result possible (typically smallest match*3)

int test_params_s::total_frags

Number of frags per query


The documentation for this struct was generated from the following file:
Generated on Sun May 20 13:10:04 2007 for s3asim by  doxygen 1.4.7