X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7213d3096cdb5d5e03b559a04f88fcd22a835076..3e8f849f40aed8fe2f6ce7e41c674195d177c52b:/doc/install/crunch2-slurm/install-test.html.textile.liquid diff --git a/doc/install/crunch2-slurm/install-test.html.textile.liquid b/doc/install/crunch2-slurm/install-test.html.textile.liquid index 4d101ee86c..03a5d18b45 100644 --- a/doc/install/crunch2-slurm/install-test.html.textile.liquid +++ b/doc/install/crunch2-slurm/install-test.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: installguide title: Test SLURM dispatch ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} h2. Test compute node setup @@ -57,7 +62,7 @@ This command should return a record with a @container_uuid@ field. Once crunch- -If you do not see crunch-dispatch-slurm try to dispatch the container, double-check that it is running and that the API hostname and token in @/etc/arvados/crunch-dispatch-slurm/config.json@ are correct. +If you do not see crunch-dispatch-slurm try to dispatch the container, double-check that it is running and that the API hostname and token in @/etc/arvados/crunch-dispatch-slurm/crunch-dispatch-slurm.yml@ are correct. Before the container finishes, SLURM's @squeue@ command will show the new job in the list of queued and running jobs. For example, you might see: @@ -101,7 +106,7 @@ You can use standard Keep tools to view the container's output and logs from the ./crunch-run.txt ./stderr.txt ./stdout.txt -~$ arv keep get a01df2f7e5bc1c2ad59c60a837e90dc6+166/stdout.txt +~$ arv-get a01df2f7e5bc1c2ad59c60a837e90dc6+166/stdout.txt 2016-08-05T13:53:06.201011Z Hello, Crunch!