saiph: Up to 4 numcomm experiment

This commit is contained in:
Rodrigo Arias 2020-09-21 19:54:12 +02:00
parent 5920c964d2
commit ad4df5e05d

View File

@ -12,7 +12,7 @@ with stdenv.lib;
let let
# Set variable configuration for the experiment # Set variable configuration for the experiment
varConfig = { varConfig = {
numComm = [ 1 ]; numComm = [ 1 2 3 4 ];
}; };
# Common configuration # Common configuration