CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_cluster_command.txt11 linesDownload Raw Back to src_en
1<h3 id='___set_cluster_command'>set_cluster_command</h3>2<pre>Set cluster command in parallel fault verification3<b>Usage:</b> set_cluster_command($cluster_command);4$cluster_command: Command to submit jobs to cluster computers5 6<b>Examples:</b>7 8#1. Set cluster command 9set_cluster_command("bsub_lsf -queue");10 11</pre>