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 bf16f48 commit 01b2cd0Copy full SHA for 01b2cd0
workflows/p1b1_random/swift/random-sweep.swift
@@ -31,6 +31,9 @@ app (void o) make_dir(string dirname) {
31
}
32
33
34
+printf("PYTHONPATH: %s", getenv("PYTHONPATH"));
35
+printf("PYTHONHOME: %s", getenv("PYTHONHOME"));
36
+
37
// ===== The program proper ==============================================
38
string turbine_output = getenv("TURBINE_OUTPUT");
39
float results[string];
0 commit comments