[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Fluent + Condor



Hello,

I want to run FLUENT job using condor. I found the submit file on a thread from 2009:

universe  =  vanilla
requirements =
getenv = true
executable      = /opt/Fluent.Inc/bin/fluent
arguments = 3d -g -t<nprocs> -cnf=host.txt
input = /cfd/gunaydin/3d/journal_file
output          = output_file
queue
But I dont know how to generate the hosts.txt file. In other words,
How can I tell fluent which machines condor "reserved" for the job? How can get the executing machine before running the fluent command line?

Thanks a lot,

--