Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
htcondor_env_patch.h
Go to the documentation of this file.
1 /*
2  ** Copyright 2014-2017 The Earlham Institute
3  **
4  ** Licensed under the Apache License, Version 2.0 (the "License");
5  ** you may not use this file except in compliance with the License.
6  ** You may obtain a copy of the License at
7  **
8  ** http://www.apache.org/licenses/LICENSE-2.0
9  **
10  ** Unless required by applicable law or agreed to in writing, software
11  ** distributed under the License is distributed on an "AS IS" BASIS,
12  ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ** See the License for the specific language governing permissions and
14  ** limitations under the License.
15  */
16 /*
17  * htcondor_patch.h
18  *
19  * Created on: 22 Jan 2018
20  * Author: billy
21  */
22 
23 #ifndef CORE_SERVER_DRMAA_INCLUDE_HTCONDOR_ENV_PATCH_H_
24 #define CORE_SERVER_DRMAA_INCLUDE_HTCONDOR_ENV_PATCH_H_
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 int set_environment_variables (const char *env_vars_s);
31 
32 int prepare_command (char *buffer_s, const size_t buffer_length, const char * const submit_command_s, const char * const submit_file_name_s);
33 
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 
40 #endif /* CORE_SERVER_DRMAA_INCLUDE_HTCONDOR_ENV_PATCH_H_ */
set_environment_variables
int set_environment_variables(const char *env_vars_s)
prepare_command
int prepare_command(char *buffer_s, const size_t buffer_length, const char *const submit_command_s, const char *const submit_file_name_s)