<div dir="ltr">Adding new Kernels in generate.py is just adding something like:<br><br>triples += combinations(41, 7, 15)<br><br>This will add all combinations of the block sizes specified.<br>The parameters in parameters.txt are generated using autotuning. I think if you do not specify them they will use some default parameters. I am not sure how you could generate the parameters yourself (the calculations are also somewhat expensive). However there are a lot more parameters available in the development version of cp2k. So maybe you can just copy the optimised parameters from there.<br></div>