MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / command_job_submit

Function command_job_submit

crates/hyperqueue/src/bin/hq.rs:64–70  ·  view source on GitHub ↗
(
    gsettings: &GlobalSettings,
    opts: OptsWithMatches<JobSubmitOpts>,
)

Source from the content-addressed store, hash-verified

62static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
63
64async fn command_job_submit(
65 gsettings: &GlobalSettings,
66 opts: OptsWithMatches<JobSubmitOpts>,
67) -> anyhow::Result<()> {
68 let mut session = get_client_session(gsettings.server_directory()).await?;
69 submit_computation(gsettings, &mut session, opts).await
70}
71
72async fn command_job_open(
73 gsettings: &GlobalSettings,

Callers 1

mainFunction · 0.85

Calls 3

get_client_sessionFunction · 0.85
submit_computationFunction · 0.85
server_directoryMethod · 0.80

Tested by

no test coverage detected