Info

This question is closed. Reopen it to edit or answer.

distributed and Job Validation failed!

1 view (last 30 days)
Hemant
Hemant on 1 Aug 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
Strangely No error Report Also the command line output mentions something missing. Is that the reason? Is that file or folder important?
Thank You
Details:
Validation Details
Configuration: "feynman" Type: generic
-------------------------------------- Stage: Find Resource
Status: Succeeded Description: Validation successful
Command Line Output: (none)
-------------------------------------- -------------------------------------- Stage: Distributed Job
Status: Failed Description: The given stage reached the default or user-specified timeout.
Command Line Output: Submitting task 1 Job output will be written to: /u/hkatiyar/sgedistcomp/jobdata/Job3_Task1.out QSUB output: /software/mfcf-basics/data/architecture.setenv: No such file or directory. Your job 24344 ("Job3.1") has been submitted
Error Report: (none)
Debug Log: (none)
-------------------------------------- -------------------------------------- Stage: Parallel Job
Status: Failed Description: The given stage reached the default or user-specified timeout.
Command Line Output: Job output will be written to: /u/hkatiyar/sgedistcomp/jobdata/Job4.mpiexec.out QSUB output: /software/mfcf-basics/data/architecture.setenv: No such file or directory. Your job 24345 ("Job4") has been submitted
Error Report: (none)
Debug Log: (none)
-------------------------------------- -------------------------------------- Stage: Matlabpool
Status: Skipped Description: Validation section skipped due to previous failure
Command Line Output: (none)
--------------------------------------
  2 Comments
Edric Ellis
Edric Ellis on 4 Aug 2014
Yes, that error is important - it means you cannot currently submit to your cluster correctly. The missing file is: "/software/mfcf-basics/data/architecture.setenv". You might need to investigate your generic scheduler integration, or possibly your cluster installation. Can you call QSUB outside MATLAB and have that work?
Hemant
Hemant on 4 Aug 2014
Thank you very much Edric,
I am sorry I don't know much about cluster stuff. I have a code that makes use of different clusters which I want to run on cluster. So I am following some instructions which I don't really understand to configure my generic scheduler.
When you say can I call QSUB outside MATLAB, what do you mean by that. Can you please give somewhat layman instructions. Or what more information I can provide?
Thanks!

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!