Introducing STAR-CCM+ > Working with Simulations > Using the Client and the Server > Using Batch Management Systems > Using Load Leveler

Your Ad Here




Using Load Leveler

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

Return to CD-adapco STAR-CCM+ Index


Your Ad Here