gofeco/support
0
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>