18 global source_dir, build_dir
22 clr.set_use_colors(
True)
26 print(clr.END + clr.BOLD + clr.VIOLET +
"-------------------------------------------")
27 print(clr.END + clr.BOLD + clr.VIOLET +
" MercuryDPM BatchRun tool ")
28 print(clr.END + clr.BOLD + clr.VIOLET +
"-------------------------------------------")
30 if (len(sys.argv) == 3):
31 source_dir = sys.argv[1]
32 build_dir = sys.argv[2]
34 print(
"Source dir: ", source_dir)
35 print(
"Build dir: ", build_dir)
39 command = [build_dir +
'/Drivers/Clump/Domino/Domino']
41 command.append(
str(i))
43 subprocess.run(command)
def main()
Definition: BatchRun.py:15
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet print(const Packet &a)
Definition: GenericPacketMath.h:1166
str
Definition: compute_granudrum_aor.py:141