Uppercase example. Computation Error: Output file for the task is absent
Uppercase example. Computation Error: Output file for the task is absent
我正在使用 uppercase example from the BOINC samples in order to build BOINC app for android. I have setup my server using this tutorial, and I am following this tutorial 为 android 构建 BOINC 应用程序。
到目前为止我做了什么?
- 构建了 androidarm 工具链
- 内置 openssl 和 curl arm 库
- 内置 boinc arm 库
- 编译大写源代码没有任何错误。
所有这些步骤都是使用给定的 ARM 脚本完成的 here。我已经在 apps -> example_app->30000->arm-android-linux-gnu
文件夹
中上传了编译好的大写应用程序
我遇到的问题
从 Google Play 下载了 BOINC,并添加了我自己的项目 URL。它下载了所有任务。任务是 运行 但由于缺少输出而停止,如屏幕截图所示。我已经搜索过这个问题,在其他论坛上有人说
'Output file absent' is always a symptom of an earlier failure, not a
problem in itself
按照所有步骤,我正在尝试了解出了什么问题。
在 ARM 架构的 Android 5.0、4.2、4.1 上测试,但结果相同。我制作了 windows 客户端版本,它工作正常。
我前段时间遇到过这个问题,解决办法是给输入文件加上一个文件扩展名。例如 input.txt 而不仅仅是一个名为 input
的文件
我正在使用 uppercase example from the BOINC samples in order to build BOINC app for android. I have setup my server using this tutorial, and I am following this tutorial 为 android 构建 BOINC 应用程序。
到目前为止我做了什么?
- 构建了 androidarm 工具链
- 内置 openssl 和 curl arm 库
- 内置 boinc arm 库
- 编译大写源代码没有任何错误。
所有这些步骤都是使用给定的 ARM 脚本完成的 here。我已经在 apps -> example_app->30000->arm-android-linux-gnu
文件夹
我遇到的问题
从 Google Play 下载了 BOINC,并添加了我自己的项目 URL。它下载了所有任务。任务是 运行 但由于缺少输出而停止,如屏幕截图所示。我已经搜索过这个问题,在其他论坛上有人说
'Output file absent' is always a symptom of an earlier failure, not a problem in itself
按照所有步骤,我正在尝试了解出了什么问题。
在 ARM 架构的 Android 5.0、4.2、4.1 上测试,但结果相同。我制作了 windows 客户端版本,它工作正常。
我前段时间遇到过这个问题,解决办法是给输入文件加上一个文件扩展名。例如 input.txt 而不仅仅是一个名为 input
的文件