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

Re: [Condor-users] MPI dedicated job don't start



Hi Nicolas

well, it looks like your Requirements _expression_ indirectly still uses the job's CheckpointPlatform attribute. Can you change that ? What are the Requirements in your submit file ?

François

> > > >Requirements = (START) && (IsValidCheckpointPlatform)

IsValidCheckpointPlatform =
> > > > (((TARGET.JobUniverse == 1) == FALSE) || (( MY.CheckpointPlatform =!=
> > > > UNDEFINED) && ((TARGET.LastCheckpointPlatform =?=
> > > > MY.CheckpointPlatform) || (TARGET.NumCkpts == 0))))