By specifying Load Leveler on the command line, STAR-CCM+ will automatically distribute a worker process to each Load Leveler node allocated to the job.
Submit the job to the batch management system, specifying the number of resource nodes to use (\ indicates a line continuation):
% llsubmit <Load Leveler Script>
where the minimal Load Leveler script would be:
#!/bin/sh
# @ job_type = parallel
# @ node = <number of worker processes>
/install_path/star4/bin/starccm+ -batchsystem ll -batch <macro file>
To see how the job is progressing:
% llq