Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cm-cuda/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define U133AArrayLength (22283)

// Queries should be contained within this sub-directory
#define subDirQueries ("query/")
#define subDirQueries ("queries/")

// Results should be output within this sub-directory
#define subDirResults ("Results/")
Expand Down Expand Up @@ -86,7 +86,7 @@

// General global variables
const int threadsPerBlock = 128;
const bool promptForInput = true; // If false, just use the default input parameters & don't prompt
const bool promptForInput = false; // If false, just use the default input parameters & don't prompt

// Variables related to user input
const int minRandomGenerations = 100;
Expand Down