Fluent/Example
From ScientificComputing
As an example, we use a parallel fluent job, that runs on 4 cores.
[leonhard@euler02 fluent]$ ls baseline.jou test_mesh.msh [leonhard@euler02 fluent]$ module load fluent/17.0 [leonhard@euler02 fluent]$ bsub -n 4 -W 1:00 -R "rusage[mem=2048,scratch=2048]" "fluent 2ddp -i baseline.jou &> test.log" Fluent job. Job <26024496> is submitted to queue <normal.4h>. [leonhard@euler02 fluent]$ bjobs JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME 26024496 leonhard PEND normal.4h euler02 * test.log Aug 29 15:29 [leonhard@euler02 fluent]$ bjobs JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME 26024496 leonhard RUN normal.4h euler02 4*e1123 * test.log Aug 29 15:29 [leonhard@euler02 fluent]$ ls baseline.jou iso_htc_baseline.out lsf.o26024496 test.log test_mesh.msh
Since we redirected the output, the log information will be stored in the file test.log instead of lsf.o26024496.