{% extends "layouts/content-bootstrap.html" %} {% block styles %} {% endblock %} {% block content %} {% if error %}
Job submission error: {{ error }}
{% endif %} {% if resubmit_warning %}
Job submission warning: {{ resubmit_warning }}
{% endif %}

Submit Job

{% if is_authorized %} {% if job_id %} {% url 'lava.scheduler.job.detail' job_id as detail_url %} {% url 'lava.scheduler.job.list' as list_url %}

Job submission successfull!

Job with ID {{ job_id }} has been created.

To view the full job list click here.

{% elif job_list %} {% url 'lava.scheduler.job.list' as list_url %}

Multinode Job submission successfull!

Jobs have been created with the IDs:

To view the full job list click here.

{% else %}

You can use the Job Submission Wizard GUI for submitting jobs.

Otherwise, paste your job definition JSON here. Alternatively, you can paste a URL to your job definition file:

{% csrf_token %}
Add to my favorite jobs
(Note: Please validate JSON before job submission.)
{% endif %} {% else %}

Error:

Permission denied. You not have the required permissions to submit new jobs.

Please contact the administrators.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}