diff --git a/conf/common/test/osu_test.toml b/conf/common/test/osu_test.toml deleted file mode 100644 index c279a9be7..000000000 --- a/conf/common/test/osu_test.toml +++ /dev/null @@ -1,26 +0,0 @@ -# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES -# Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# SPDX-License-Identifier: Apache-2.0 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name = "osu_test" -test_template_name = "OSUBench" -description = "OSU Benchmark example" - -[cmd_args] -"docker_image_url" = "nvcr.io#nvidia/pytorch:25.12-py3" -"benchmarks_dir" = "/opt/hpcx/ompi/tests/osu-micro-benchmarks" -"benchmark" = "osu_allreduce" -"iterations" = 10 -"message_size" = "1024" diff --git a/conf/common/test_scenario/osu_test.toml b/conf/common/test_scenario/osu_test.toml deleted file mode 100644 index d229919de..000000000 --- a/conf/common/test_scenario/osu_test.toml +++ /dev/null @@ -1,24 +0,0 @@ -# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES -# Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# SPDX-License-Identifier: Apache-2.0 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name = "osu_test_scenario" -job_status_check = true - -[[Tests]] -id = "Tests.1" -test_name = "osu_test" -num_nodes = "2" -time_limit = "00:20:00"