Loading examples/c/ADM_cancel_transfer.c +0 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ main(int argc, char* argv[]) { ADM_adhoc_resources_create(adhoc_nodes, NADHOC_NODES); assert(adhoc_resources); ADM_adhoc_context_t ctx = ADM_adhoc_context_create( cli_args.controller_address, cli_args.data_stager_address, ADM_ADHOC_MODE_SEPARATE_NEW, ADM_ADHOC_ACCESS_RDWR, 100, false); Loading examples/c/ADM_finalize_data_operation.c +0 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,6 @@ main(int argc, char* argv[]) { ADM_adhoc_resources_create(adhoc_nodes, NADHOC_NODES); assert(adhoc_resources); ADM_adhoc_context_t ctx = ADM_adhoc_context_create( cli_args.controller_address, cli_args.data_stager_address, ADM_ADHOC_MODE_SEPARATE_NEW, ADM_ADHOC_ACCESS_RDWR, 100, false); Loading examples/c/ADM_register_adhoc_storage.c +0 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,6 @@ main(int argc, char* argv[]) { // adhoc information const char* adhoc_name = "adhoc_storage_42"; ADM_node_t* adhoc_nodes = NULL; ADM_adhoc_resources_t adhoc_resources = NULL; ADM_adhoc_context_t adhoc_ctx = NULL; Loading examples/c/ADM_register_job.c +0 −2 Original line number Diff line number Diff line Loading @@ -63,8 +63,6 @@ main(int argc, char* argv[]) { ADM_dataset_route_t* outputs = NULL; ADM_dataset_route_t* expected_outputs = NULL; // stager information // Let's prepare all the information required by the API calls. // ADM_register_job() often requires an adhoc storage to have been // registered onto the system, so let's prepare first the data required Loading examples/c/ADM_remove_job.c +0 −3 Original line number Diff line number Diff line Loading @@ -69,9 +69,6 @@ main(int argc, char* argv[]) { ADM_adhoc_resources_create(adhoc_nodes, NADHOC_NODES); assert(adhoc_resources); ADM_adhoc_context_t ctx = ADM_adhoc_context_create( cli_args.controller_address, cli_args.data_stager_address, ADM_ADHOC_MODE_SEPARATE_NEW, ADM_ADHOC_ACCESS_RDWR, 100, false); Loading Loading
examples/c/ADM_cancel_transfer.c +0 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ main(int argc, char* argv[]) { ADM_adhoc_resources_create(adhoc_nodes, NADHOC_NODES); assert(adhoc_resources); ADM_adhoc_context_t ctx = ADM_adhoc_context_create( cli_args.controller_address, cli_args.data_stager_address, ADM_ADHOC_MODE_SEPARATE_NEW, ADM_ADHOC_ACCESS_RDWR, 100, false); Loading
examples/c/ADM_finalize_data_operation.c +0 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,6 @@ main(int argc, char* argv[]) { ADM_adhoc_resources_create(adhoc_nodes, NADHOC_NODES); assert(adhoc_resources); ADM_adhoc_context_t ctx = ADM_adhoc_context_create( cli_args.controller_address, cli_args.data_stager_address, ADM_ADHOC_MODE_SEPARATE_NEW, ADM_ADHOC_ACCESS_RDWR, 100, false); Loading
examples/c/ADM_register_adhoc_storage.c +0 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,6 @@ main(int argc, char* argv[]) { // adhoc information const char* adhoc_name = "adhoc_storage_42"; ADM_node_t* adhoc_nodes = NULL; ADM_adhoc_resources_t adhoc_resources = NULL; ADM_adhoc_context_t adhoc_ctx = NULL; Loading
examples/c/ADM_register_job.c +0 −2 Original line number Diff line number Diff line Loading @@ -63,8 +63,6 @@ main(int argc, char* argv[]) { ADM_dataset_route_t* outputs = NULL; ADM_dataset_route_t* expected_outputs = NULL; // stager information // Let's prepare all the information required by the API calls. // ADM_register_job() often requires an adhoc storage to have been // registered onto the system, so let's prepare first the data required Loading
examples/c/ADM_remove_job.c +0 −3 Original line number Diff line number Diff line Loading @@ -69,9 +69,6 @@ main(int argc, char* argv[]) { ADM_adhoc_resources_create(adhoc_nodes, NADHOC_NODES); assert(adhoc_resources); ADM_adhoc_context_t ctx = ADM_adhoc_context_create( cli_args.controller_address, cli_args.data_stager_address, ADM_ADHOC_MODE_SEPARATE_NEW, ADM_ADHOC_ACCESS_RDWR, 100, false); Loading