49
49
cd MG5aMC/mg5amcnlo/
50
50
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
51
51
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
52
- ./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_eemumua_float
52
+ rm cudacpp_acceptance_tests
53
+ ln -sf ../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests cudacpp_acceptance_tests # workaround for 'relative position not supported'
54
+ ./tests/test_manager.py -p./cudacpp_acceptance_tests/ test_simd_cpp_eemumua_float
53
55
54
56
simd_cpp_heft_ggh_double :
55
57
# The type of runner that the job will run on
69
71
cd MG5aMC/mg5amcnlo/
70
72
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
71
73
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
72
- ./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_heft_ggh_double
74
+ rm cudacpp_acceptance_tests
75
+ ln -sf ../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests cudacpp_acceptance_tests # workaround for 'relative position not supported'
76
+ ./tests/test_manager.py -p./cudacpp_acceptance_tests/ test_simd_cpp_heft_ggh_double
73
77
74
78
simd_cpp_pptt_mixed :
75
79
# The type of runner that the job will run on
89
93
cd MG5aMC/mg5amcnlo/
90
94
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
91
95
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
92
- ./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_pptt_mixed
96
+ rm cudacpp_acceptance_tests
97
+ ln -sf ../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests cudacpp_acceptance_tests # workaround for 'relative position not supported'
98
+ ./tests/test_manager.py -p./cudacpp_acceptance_tests/ test_simd_cpp_pptt_mixed
93
99
94
100
simd_cpp_vector_size :
95
101
# The type of runner that the job will run on
@@ -109,4 +115,6 @@ jobs:
109
115
cd MG5aMC/mg5amcnlo/
110
116
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
111
117
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
112
- ./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_vector_size
118
+ rm cudacpp_acceptance_tests
119
+ ln -sf ../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests cudacpp_acceptance_tests # workaround for 'relative position not supported'
120
+ ./tests/test_manager.py -p./cudacpp_acceptance_tests/ test_simd_cpp_vector_size
0 commit comments