You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"One of the available scenarios is collaborative optimization of computer systems: " +
77
77
"computers become very inefficient and it is not uncommon to get 10x speedups, " +
@@ -84,9 +84,9 @@ public class MainActivity extends AppCompatActivity {
84
84
" to download differently optimized kernels with various data sets,"+
85
85
" run them on your mobile device, and send execution statistics back" +
86
86
" to a public Collective Knowledge Server!\n\n"+
87
-
"We would like to sincerely thank you for supporting our reproducible and open science initiatives" +
88
-
" and helping us optimize computer systems to accelerate knowledge discovery," +
89
-
"boost innovation in science and technology, and make our planet greener!\n";
87
+
"We would like to sincerely thank you for supporting our reproducible and open science initiatives" +
88
+
" and helping us optimize computer systems to accelerate knowledge discovery," +
89
+
"boost innovation in science and technology, and make our planet greener!\n\n";
90
90
91
91
Stringproblem="maybe it is overloaded or down! We hope to get some sponsorship soon to move our old CK server to the cloud! In the mean time, please contact the author (Grigori.Fursin@cTuning.org) about this problem!";
92
92
@@ -314,8 +314,9 @@ public void run() {
314
314
}
315
315
if (!email1.equals(email)) {
316
316
email = email1;
317
-
if (!save_one_string_file(path0+'/'+cemail, email)) {
318
-
log.append("ERROR: can't find local configuration!");
317
+
Stringpp=path0+'/'+cemail;
318
+
if (!save_one_string_file(pp, email)) {
319
+
log.append("ERROR: can't write local configuration ("+pp+"!");
0 commit comments