XJT12
Newbie level 2
- Joined
- May 16, 2012
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Greater Chicago
- Activity points
- 1,304
Hi everyone,
I have a problem submiting VCS simulation jobs through Condor. I have 120 simulation executables, and each of them runs well by the command ./simv. However, when I use condor to submit them, I got the following error message:
And here is my condor submiting file:
Has anyone here used Condor to submit your simulation jobs? Any suggestion will be appreciated.
I have a problem submiting VCS simulation jobs through Condor. I have 120 simulation executables, and each of them runs well by the command ./simv. However, when I use condor to submit them, I got the following error message:
Code:
Error-[UCLI-026] Tool type problem
Internal error while executing synopsys::connect, failed to find -toolexe
file 'condor_exec.exe'.
If problem persists, please report this error to a Synopsys representative.
Error-[FCNORW] Cannot open file
File 'condor_exec.exe.daidir/vcselab/master/hsim_elabout.db' could not be
opened for reading/writing due to 'No such file or directory'.
Please fix above error and compile again.
V C S S i m u l a t i o n R e p o r t
Time: 0 ps
CPU Time: 0.430 seconds; Data structure size: 0.0Mb
Tue Jun 26 14:55:44 2012
Error-[UCLI-026] Tool type problem
Internal error while executing synopsys::connect, failed to find -toolexe
file 'condor_exec.exe'.
If problem persists, please report this error to a Synopsys representative.
Error-[FCNORW] Cannot open file
File 'condor_exec.exe.daidir/vcselab/master/hsim_elabout.db' could not be
opened for reading/writing due to 'No such file or directory'.
Please fix above error and compile again.
V C S S i m u l a t i o n R e p o r t
Time: 0 ps
CPU Time: 0.390 seconds; Data structure size: 0.0Mb
Tue Jun 26 14:55:44 2012
And here is my condor submiting file:
Code:
Executable = /project/VCS_Simulation/fpu_add/fpu_add_v12/fpu_add_v12_p1
Universe = vanilla
Getenv = True
Requirements = Arch == "X86_64" && OpSys == "LINUX" && Disk > 10000 && Memory >= 1024
Output = stdout
Error = stderr
Log = condor.log
Rank = TARGET.Mips
Notification = error
Copy_To_Spool = False
Should_Transfer_Files = yes
When_To_Transfer_Output = ON_EXIT
Queue
Executable = /project/VCS_Simulation/fpu_add/fpu_add_v12/fpu_add_v12_p2
Queue
Executable = /project/VCS_Simulation/fpu_add/fpu_add_v12/fpu_add_v12_p3
Queue
Executable = /project/VCS_Simulation/fpu_add/fpu_add_v12/fpu_add_v12_p4
Queue
...
...
Has anyone here used Condor to submit your simulation jobs? Any suggestion will be appreciated.