We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fcdee commit bd64375Copy full SHA for bd64375
Utilities/Python/scripts/make_smv_images.py
@@ -60,11 +60,11 @@ def compare_images(image1_path, image2_path):
60
if smokeview_path != "null":
61
print("Using "+smokeview_path)
62
elif os_name == "Linux":
63
- smokeview_path = smvdir + 'intel_linux_64/smokeview_linux_64'
+ smokeview_path = smvdir + 'intel_linux/smokeview_linux'
64
elif os_name == "Darwin":
65
- smokeview_path = smvdir + 'gnu_osx_64/smokeview_osx_64'
+ smokeview_path = smvdir + 'gnu_osx/smokeview_osx'
66
elif os_name == "Windows":
67
- smokeview_path = smvdir + 'intel_win_64/smokeview_win_64'
+ smokeview_path = smvdir + 'intel_win/smokeview_win'
68
69
for i in range(len(folder)):
70
print('generating smokeview image ' + case[i])
0 commit comments