Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] Help for Job running arguments
- Date: Tue, 21 Jun 2005 09:17:04 -0500
- From: "gchen@fsu" <gchen@xxxxxxxxxxxx>
- Subject: RE: [Condor-users] Help for Job running arguments
Hi, Greg
Thanks for your reply. Yes, I am using MPICH 1.2.4. After using this job
script, I find that job is just
Holding in the quene without running. I test a script without the running
arguments,it works fine.
Any suggestions? Thanks again,
Guoquan
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Greg Thain
Sent: Tuesday, June 21, 2005 8:43 AM
To: Condor-Users Mail List
Subject: Re: [Condor-users] Help for Job running arguments
Good morning:
This submit file looks correct. Can you tell me what error you are
getting, and you schedd log? Are you using MPICH 1.2.4, and have set up
a dedicated scheduler?
-greg
gqchen@fsu wrote:
> Hi,Folks
>
> I have a question about the running parameter for MPI jobs in
> Condor. How to add the running arguments in Condor job script For
> example, for the job I used before
> mpirun -np 4 mpi_program.exe abcd #abcd is the running
> argumet
>
> Here is my Condor job script,
>
> #---------------------------------------------------------------------
> --
> #############################################
> ## submit description file for mpi_program
> #############################################
> universe = MPI
> Executable = mpi_program.exe
> arguments = abcd
> output = outfile.$(NODE)
> error = errfile.$(NODE)
> #Requirements = Memory >= 32 && OpSys == "LINUX" && Arch =="INTEL"
> machine_count = 2
> queue
> #-----------------------------------------------------------------------
>
>
> It doesn't work. Any sugestion or advice is greatly appreciated,
>
>
> Guoquan
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users