{% extends "base.html" %} {% block title %}Flux RESTFul Interface{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block page_content %} {% include 'include/sidebar.html' %} Submit a Job {% if form.errors %}{% for error in form.errors %} {{ error }}{% endfor %} {% endif %} Submit View Jobs Command The full command to provide to flux (required). Command launches flux jobs If you are using a workflow manager that launches flux jobs (e.g., nextflow) check this box. Working Directory A custom working directory in the job container (optional). Maximum Runtime The maximum runtime in minutes, 0 means no limit (optional). Number Tasks Number of tasks (optional). Cores Per Task Cores per task, defaults to 1 (optional). GPUs Per Task GPUs per task, defaults to 1 (optional). Number Nodes Number of nodes to request for the job, defaults to 1 (optional). Option Flags One off option flags, space separated (e.g., -ompi=openmpi@5) (optional). Exclusive Ask for exclusive nodes (only used by this job). Additional environment variables are not yet supported through the user interface! If you need this, please use a command line client. Submit {% endblock %} {% block scripts %} {{ super() }} {% endblock %}
{{ error }}
Additional environment variables are not yet supported through the user interface! If you need this, please use a command line client.