Skip to content
Snippets Groups Projects
Commit 0fb2797b authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

CODE: change planner queue and project ID

parent 4cf5eb65
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,9 @@ public interface Constants { ...@@ -12,9 +12,9 @@ public interface Constants {
int HAAS_UPDATE_TIMEOUT = 30000; int HAAS_UPDATE_TIMEOUT = 30000;
short UI_TO_HAAS_FREQUENCY_UPDATE_RATIO = 10; short UI_TO_HAAS_FREQUENCY_UPDATE_RATIO = 10;
String HAAS_JOB_NAME = "HaaSSPIMBenchmark"; String HAAS_JOB_NAME = "HaaSSPIMBenchmark";
int HAAS_CLUSTER_NODE_TYPE = 6; int HAAS_CLUSTER_NODE_TYPE = 7;
int HAAS_TEMPLATE_ID = 4; int HAAS_TEMPLATE_ID = 4;
String HAAS_PROJECT_ID = "OPEN-12-20"; String HAAS_PROJECT_ID = "";
int HAAS_TIMEOUT = 9600; //Walltime in seconds int HAAS_TIMEOUT = 9600; //Walltime in seconds
long WAIT_FOR_SUBMISSION_TIMEOUT = 100; long WAIT_FOR_SUBMISSION_TIMEOUT = 100;
String BDS_ADDRESS = "http://julius2.it4i.cz/"; String BDS_ADDRESS = "http://julius2.it4i.cz/";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment