Freezing problem on other Linux machine

E

ecnedad

Guest
Hi to everyone.
I need help with freezing problem on our project.
We have project that runs Base Ocean Script to a remote machine.
We've executed the Base Ocean Script on other Linux machine and it
works properly but there are some Linux machine that freeze our
program when executing the Base Ocean Script.
I just want to know if there's any compatibility or conflict between
Linux versions and Cadence?
Hope anyone could help me or give me an idea regarding this freezing
problem.
Thank you in advance and God bless! (^_^)
 
Hi there,

You are very likely to get some help if you could tell us more about
the difference between the machines where the script works properly
and where it does not.
What is the hardware (uname -a) ? What is the software ? RH, Suse ...
etc. What does it mean 'freeze' ? Does it start ? hang during the
run ?
Anyway, the more you disclose about your problem, the likely you are
to get help.

Waiting for your details ...

Riad.
 
On Jan 19, 1:30 am, Riad KACED <riad.ka...@gmail.com> wrote:
Hi there,

You are very likely to get some help if you could tell us more about
the difference between the machines where the script works properly
and where it does not.
What is the hardware (uname -a) ? What is the software ? RH, Suse ...
etc. What does it mean 'freeze' ? Does it start ? hang during the
run ?
Anyway, the more you disclose about your problem, the likely you are
to get help.

Waiting for your details ...

Riad.
Thank you for your suggestion.
But let me correct my question:

This is my situation:
We're using the SKILL function IPC to communicate Tcl/Tk and the
Cadence SKILL.

lstTestItems = list("test002" "test003" "test004" "test005"
"test006" ..... "test065")
myTable = makeTable("myTable" "NG")
foreach( testItem lstTestItems
myTable[testItem] =ipcBeginProcess("cd testItem; ./runSpectre")
ipcWaitForProcess(myTable[testItem])
);foreach

runSpectre -> is a batch file we run to execute the simulation of on
test item.

This process freezes in the following machine with the following
specification:
CPU: Intel(R) Core(TM2) Quad CPU Q6700 @ 2.66 GHz
MEM: Mem Total -> 3035368 kB
Swap Total -> 6289436 kB
OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 9)

CPU: Intel(R) Core(TM2) Duo CPU E8400 @ 3.00 GHz
MEM: Mem Total -> 3947384 kB
Swap Total -> 8385888 kB
OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 9)

CPU: Intel(R) Core(TM2) Quad CPU Q9450 @ 2.66 GHz
MEM: Mem Total -> 3947384 kB
Swap Total -> 8385920 kB
OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 9)

CPU: Intel(R) Xeon(TM) CPU 3.20 GHz
MEM: Mem Total -> 4120760 kB
Swap Total -> 2096472 kB
OS: Red Hat Linux release 7.2(Enigma)

But with the machines lower than the above specification, we don't
encountered the freezing phenomenon.

Hope anyone could help us regarding this matter.
Thank you in advance and God bless!
 
ecnedad wrote:
On Jan 19, 1:30 am, Riad KACED <riad.ka...@gmail.com> wrote:
[...]

Hope anyone could help us regarding this matter.
Thank you in advance and God bless!
yes, but which god running on which platform ? Please post the output of
/net/share/sbin/creator -V -l -a
 

Welcome to EDABoard.com

Sponsor

Back
Top