#! /usr/bin/env sh source ../scripts/python_env #valgrind --leak-check=full --show-leak-kinds=definite ./src/fruits/cmv/cmv "$@" #valgrind --leak-check=full --show-leak-kinds=all ./src/fruits/cmv/cmv "$@" valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" #valgrind --tool=callgrind ./src/fruits/cmv/cmv "$@"