Rate This Document
Findability
Accuracy
Completeness
Readability

Interconnecting the HPC CLI Tools with Donau Scheduler

Symptom 1

During script conversion, the message "The application path in the script does not match that in the task_file.txt. Please enter the application path again" is displayed on the terminal.

Possible Cause

This tool uses the application parameter in task_file to match the mpirun command to be modified in the original script. If the application path in the original script is inconsistent with the application parameter value in task_file, an interaction message is displayed, indicating that the corresponding command is not matched and prompting you to enter the application path again.

Troubleshooting Procedure

  1. In the interaction message, enter the application path that is the same as that in the original script.
  2. Change the value of application in task_file to be the same as the path in the original script.

Symptom 2

During script conversion, the message "The mpirun format does not meet the requirements. Modify the mpirun command in the following format:mpirun|path/mpirun mpirun_param application application_param" is displayed on the terminal.

Possible Cause

The tool has certain restrictions on the mpirun command in the original script. The command must start with the absolute or relative path of mpirun.

Troubleshooting Procedure

You need to manually modify the command in the original script. The following is an example: mpirun|path/mpirun mpirun_param application application_param

Figure 1 Before the modification
Figure 2 After the modification