CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   STAR-CCM+ (https://www.cfd-online.com/Forums/star-ccm/)
-   -   Coupling HEEDS with the LSF scheduler (https://www.cfd-online.com/Forums/star-ccm/224102-coupling-heeds-lsf-scheduler.html)

stm90 February 7, 2020 03:33

Coupling HEEDS with the LSF scheduler
 
Hello,

I am struggling in submitting STAR-CCM+ simulations using HEEDS in combination with the LSF job scheduler.

Does anyone know how to correctly specify 1) the submission command and 2) execution commands within HEEDS?

In the ideal world, the submission command for a batch job using LSF is as simple as

<submission command> <execution command>

bsub < your-LSF-sub-script.sh

where the submission script contains all the LSF directives for resources allocations and so on, following this syntax

#!/bin/bash
#BSUB -n 64
#BSUB -J test
#BSUB -W 00:30.
some more options and commands to be executed


In HEEDS, both the submission command and execution command are specified by some strings in the GUI.

Does anyone know if I have to specify the submission commands options (e.g. -J -W -q etc.) within the submission command string or I just need to type "bsub" and then, in the execution command string, I load a submission script containing all the LSF directives plus the commands to be executed?

Also, how do I know if the job is actually running on the compute nodes in the cluster? I have noticed that HEEDS claims the job is running, however if I query LSF for any job running nothing shows up, which is suspicious.

Any suggestions/ideas very much welcomed!

Thank you very much!

/S


All times are GMT -4. The time now is 20:04.