You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
This issue is to discuss the integration of job description info in sqmpy. The description is designed using YML as follow:
job:
script_type:
description: Type of the script 0-shell 1-python (values defined by sqmpy)value: 1resource_type:
description: Type of resource to run the job ("local", "remote")value: localdescription:
description: Description of the jobvalue: Test job for Kratos Wrapperproject:
description: Project to which the job is associatedvalue: Simphonycommand:
description: Command to be runvalue: python2arguments:
description: Arguments for the commandvalue: [test.py, Input]out_file:
description: Output filevalue: example.outerr_file:
description: Error filevalue: example.errremote:
description: Parameters for the remote executionresource_url:
description: address of the remote machinevalue: localhosthpc_backend:
description: scheduler used in the remote machinevalue: shellworking_directory:
description: directory were the input folder will be copied and where the job will runvalue: /tmpupload_dir:
description: Directory to be copied to the remote machinevalue: /dir/to/uploadqueue:
description: Queue of the machine where the job will runvalue: Nonespmd_variation:
description: Parallel environment.value: 12waytotal_cpu:
description: Total number of cpu requeired by the jobvalue: 1processes:
description: Number of processes (MPI)value: 1cpu_per_process:
description: Number of cpu per process (OpenMP)value: 4total_nodes:
description: Total number of nodes to usevalue: 1processes_per_node:
description: Maximum number of processes that can be spawn per nodevalue: 1total_physical_memory:
description: Memory to be allocated per job (Megabytes)value: 4096wall_time:
description: Maximum time before the job is killed (Minutes)value: 60adaptor:
description: Backend to be used ('shell' or 'sge')value: shell
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is to discuss the integration of job description info in sqmpy. The description is designed using YML as follow:
The text was updated successfully, but these errors were encountered: