[Beowulf] Re: LSF and Fluent in a beowulf environment
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
turuncu at be.itu.edu.tr turuncu at be.itu.edu.trThu Dec 7 12:18:52 PST 2006
- Previous message: [Beowulf] LSF and Fluent in a beowulf environment
- Next message: [Beowulf] Fluent Running on LSF env
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I will write a simple lsf script that fix the lsf and fluent integration. you can use the following script to submit job to lsf, >> Begin script (don't add this line to script) #!/usr/bin/ksh #BSUB -a fluent # lsf fluent integration paramter #BSUB -J FLUENT # job name #BSUB -o %J.out # LSF out file #BSUB -e %J.err # LSF error file #BSUB -n 12 # number of process (must be same with fluent -t parameter) #BSUB -q trccsq # queue name # ------------------------- # erase rm -rf host.file # get empty node names np=`echo $LSB_HOSTS` # generate new machine file for i in $np do echo $i >> host.file done # ------------------------- fluent -lsf -pnmpi -cnf=./host.file 2ddp -i fluent.jou -t12 -p -g> fluent.out >> End script (don't add this line) To use the script you have to create fluent journal (fluent.jou) and data files. I hope this helps to you. ps: -t12 and lsf -n parameter must be point same number of cpu. Best regards, Ufuk Utku Turuncoglu Istanbul Technical University HPC Lab
- Previous message: [Beowulf] LSF and Fluent in a beowulf environment
- Next message: [Beowulf] Fluent Running on LSF env
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
