Integration with Platform's Load Sharing Facility (LSF)

The Load Sharing Facility (LSF) scheduler is only supported on Linux. Jobs may be submitted in any of the following ways:

See the Ansys Electromagnetics Suite 2024 R2 Linux Installation Guide for additional information on supported schedulers.

Note:

If a temp directory is setup by the LSF cluster administrator, analysis engines use this temp directory, overriding the setting in the Ansys EM product.

LSF Job Management

You can use Ansys Electronics Desktop to submit batch jobs to LSF and monitor those jobs.

This involves the following steps:

  1. Use ToolsJob Management > Select Scheduler to select LSF as the scheduler.
  2. Use ToolsJob Management > Submit Job to submit a batch job to LSF.

    LSF-specific Settings:

    • On the Compute Resources tab, click the Resource Selection Parameters ellipses button (...) to specify the following:
      • Queue – a drop-down menu lets you select Normal, chkpn_rerun_queue, idle, license, night, normal_allow_excl, owners, priorituy, or short.
      • MinCoresPerNode – the minimum number of cores allowed on a node to be eligible for selection; translates to bsub -R select[ncpus>=N]
      • MaxCoresPerNode – the maximum number of cores allowed on a node to be eligible for selection; translates to bsub -R select[ncpus<=N]
      • MinMemoryPerNode – the minimum amount of physical memory (specified in integer GigaBytes) allowed on a node to be eligible for selection; translates to bsub -R select[maxmem>=M]
      • MaxMemoryPerNode – the maximum amount of physical memory (specified in integer GigaBytes) allowed on a node to be eligible for selection; translates to bsub -R select[maxmem<=M]

      If you do not specify parameters, the scheduler does so.

    • For LSF, the only non-automatic method of Resource Selection is Number of Tasks and Cores. You can specify the number of tasks, whether they are for exclusive use by the job, cores per distributed task, a limit number of tasks per node, and RAM limit as percent.

  3. Use ToolsJob ManagementMonitor Job to monitor the job's progress.

LSF Job Submission Guidelines

Before submitting an LSF job, ensure the following are true: