You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    The purpose of the job.conf is to describe to Qube the vital statistics about the Job Type, and where to find the auxiliary files for both submission and execution.
    The format of the job.conf file is:

    <comment>[topic]key = value

                                                                                                          1. Example job.conf file.##[description]detail = "Simple String Description"## The specification of the file is always relative to# the job.conf's directory.## You are also allowed to fork the implementation# specification by using the operating system specific # tags which automatically override the standard tag# as long as it is defined.##[execute module]execute_binding = Perlexecute_library = perl.pmexecute_binding_osx = Dylibexecute_library_osx = file.dylibexecute_binding_linux = Dsoexecute_library_linux = file.dsoexecute_binding_irix = Perlexecute_library_irix = file.pmexecute_binding_winnt = Dllexecute_library_winnt = file.dll## To specify the GUI submission#[GUI module]GUI_submit_binding = HtmlGUI_submit_library = submit.htmlGUI_icon = icon.xpm#################################################
    • No labels