COMPS 1.4 といくつかのテスト プログラムをhttp://www.bsc.es/computer-sciences/grid-computing/comp-superscalar/downloads-and-documentationからダウンロードし、テストしようとしています。Java の実行はうまくいきました。ただし、Cに問題があります。
現在、Simple を実行しようとしています。Readme には、次の 2 つのコマンドだけが必要であると記載されています。
buidapp simple
runcompss --lang=c master/simple 1
アプリは正常にビルドされますが、このコマンドを実行すると、次のエラーが発生します。
[ERRMGR] - WARNING: Job 1 for running task 1 on worker localhost has failed; resubmitting task to the same worker.
[ERRMGR] - WARNING: Task 1 execution on worker localhost has failed; rescheduling task execution. (changing worker)
[ERRMGR] - WARNING: No task could be scheduled to any of the available resources.
This could end up blocking COMPSs. Will check it again in 20 seconds.
Possible causes:
-Network problems: non-reachable nodes, sshd service not started, etc.
-There isn't any computing resource that fits the defined tasks constraints.
If this happens 2 more times, the runtime will shutdown.
3 回のチェックの後、実行は結果なしで終了します。足りないものはありますか?