cli_parser.add_argument("comp_kernel",help="computing kernel - folder where the input files are stored")
cli_parser.add_argument("hwloc_file",help="hwloc XML file")
cli_parser.add_argument('--model',action=argparse.BooleanOptionalAction,help="Wether to generate or not the model",default=True)
cli_parser.add_argument('--only-first-socket',action=argparse.BooleanOptionalAction,help="Wether to plot or not only cores of first socket",default=True)
cli_args=cli_parser.parse_args()
ifcli_args.modelandnotcli_args.only_first_socket:
print("Can't combine options --model and --no-only-first-socket")