/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HeterogeneousCore/MPICore/test/testAutomaticSplitter.sh
14 строк
518 B
Annnnya
enable multiple remotes in automatic splitter and make processes exchange the hashes at communicatior channels creation
21 апр 2026, 23:58
21 апр 2026, 23:58
87a5605
Код
Авторство
О чём код?
#! /bin/bash # Shell script for testing the automattic config splitter for MPI in CMSSW WHOLE_CONFIG=$(realpath "$1") LOCAL_PATH="./autosplit_result/local_test_config.py" REMOTE_PATH="./autosplit_result/remote_test_config.py" edmMpiSplitConfig "$WHOLE_CONFIG" \ --remote-modules triggerEventProducer testReadTriggerResults rawDataBufferProducer testReadFEDRawDataCollection \ -l "$LOCAL_PATH" -r "$REMOTE_PATH" "$CMSSW_BASE"/src/HeterogeneousCore/MPICore/test/testMPICommWorld.sh "$LOCAL_PATH" "$REMOTE_PATH"