Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[Help] Submiting VCS Simulation Jobs Using Condor

Status
Not open for further replies.

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:
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.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top