Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Jobs MPI
- Date: Sat, 30 May 2009 13:54:48 -0400 (CLT)
- From: Sebasti�Barrientos <sbarrien@xxxxxxx>
- Subject: [Condor-users] Jobs MPI
When I use the Vanilla universe and Local, funsiona all good, but to use
Parallel universe, this gives me the log file:
000 (041.000.000) 05/30 09:59:10 Job submitted from host: <192.170.0.1:1034>
...
Not sent to any node....
This is my file .sub:
universe = Parallel
executable = hola_mundo
log = logfile
#input = infile.$(NODE)
output = outfile
error = errfile
should_transfer_files = yes
when_to_transfer_output = on_exit
#requirements = (Arch == "INTEL")
machine_count = 3
queue
Any idea. please