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
#!/bin/bash
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0
{allocation_directives}
cd {experiment_run_dir}
{pre_exec}
{command}
{post_exec}
No directive template:
#!/bin/bash
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0
cd {experiment_run_dir}
{pre_exec}
{command}
{post_exec}
directive only template:
#!/bin/bash
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0
{allocation_directives}
Let's start with single node experiments only for now. For CI, we need to launch multiple experiments as a single scheduler job.
ramble -D . on --where
(filtering) to get specific experiments into a single job (e.g., single node)@scheibelp would it be possible to refactor the allocation modifier to generate the scheduler and the launcher command separately?
multi_job_submit.sh
Usage:
Current template:
No directive template:
directive only template:
Ramble exec template:
The text was updated successfully, but these errors were encountered: