Skip to content

Commit

Permalink
Flag Tmva CNN and RNN tutorials as multithreaded one
Browse files Browse the repository at this point in the history
Adding them in the MT tutorial list should make them run serially
  • Loading branch information
lmoneta committed Feb 18, 2021
1 parent 3a16bf3 commit ca16633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ file(GLOB long_running RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${long_running})
#--List multithreaded tutorials to run them serially
set (multithreaded
dataframe/df10[2-7]*
multicore/mp103*)
multicore/mp103*
tmva/TMVA_CNN_Classification.C
tmva/TMVA_RNN_Classification.C)
file(GLOB multithreaded RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${multithreaded})

#---Loop over all tutorials and define the corresponding test---------
Expand Down

0 comments on commit ca16633

Please sign in to comment.