Configuration is missing run command in eclipse remote debugging

33 Views Asked by At

Software: Eclipse Scientific Computing + PTP 2023/09

HPC runs on PBS Pro 2021.1.0.XXXX

A new demo MPI fortran projected (synchronized) is created using file wizard and added debug configuration with remote debugging on an HPC. A custom-made job script for PBS Pro is given. When I start debugging, it always throws this error.

But I am able to run and submit the job successfully with the same configuration on the HPC.

Run As > Run Configurations > RunMPI

Error log:

eclipse.buildId=4.29.0.20230907-1200
java.version=21
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IN
Framework arguments:  -product org.eclipse.epp.package.parallel.product --help
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.parallel.product --help

org.eclipse.ptp.core
Error
Mon Mar 04 14:28:51 IST 2024
Configuration is missing run commands for job submission d77e0012-a1b7-42a6-b2b5-65cc5541f552 debug
0

There are 0 best solutions below