Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Slurm doesn't work?

Hi,

As far as I know, there is no debugging support for SLURM. Searching for submit-interactive-debug in the target configurations only finds:

ibm-platform-mpi-interactive.xml
mpich2-generic-interactive.xml
openmpi-generic-interactive.xml
pbs-bgp-batch.xml
remote-generic-interactive.xml
edu.sdsc.trestles.torque.interactive.openmpi.xml

It’s not particularly difficult to add debugging support, provided the job scheduler supports interactive jobs and either Open MPI or PE is being used as the runtime (MPICH2 is not supported currently). Let me know if you’re interested and I can point you at some examples.

Regards,
Greg

On Dec 19, 2013, at 11:34 PM, Krime <krimelam@xxxxxxxxx> wrote:

Hi, everyone.

I got this problem while submitting slurm interactive job.

My client on Win7 eclipse kepler 4.3.0 with ptp 7.0.3,
server on Ubuntu 12.04 slurm  version 2.6.4,

the target system configuration we choose is slurm-generic-batch,

problem description:
When I debug a Synchronized MPI Project, eclipse prompts that :
"Configuration is missing run commands for job submission 44f58aba-fd61-449b-b873-8f7a7922a26b debug".

then I run the project, eclipse prompts that:
"sbatch Exited with value: 1
sbatch: error: Unable to open file .eclipsesettings/185a0505-ed7e-47b5-8026-b0fbd8c7bf73managed_file_for_script
Job Submit Failed".

and slurm server console prompt that:
"slurmctld: error: Invalid Protocol Version 5888 from uid=1000 at 192.168.0.108:48842
slurmctld: error: slurm_receive_msg: Protocol version has changed, re-link your code"

By the way, I tried slurm 2.4 and 2.2, both of them have the same problem, it seems
 like this is a bug of ptp.

Thanks regards.
  Krime

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top