Re: [Emc-users] Tool Crash when STOP

2010-04-16 Thread Michał Geszkiewicz
Hi,

This bug was also yesterday fixed in 2.4~pre branch

http://git.linuxcnc.org/gitweb?p=emc2.git;a=commitdiff;h=06b93f6f


thanks for reporting this bug!

regards,
Michael

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-16 Thread Dave
On 4/16/2010 4:51 AM, Michał Geszkiewicz wrote:
 Hi,

 This bug was also yesterday fixed in 2.4~pre branch

 http://git.linuxcnc.org/gitweb?p=emc2.git;a=commitdiff;h=06b93f6f


 thanks for reporting this bug!

 regards,
 Michael

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users



Excellent!

Thanks, Dave

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-15 Thread Alex Joni

 As far as I know the custom stepgen is the only missing in  2.3.5

 btw the 2.3.4 was preloaded in live cd. how to compile 2.3.5 and to
 overwrite 2.3.4. I already have two version with run in place mode. .. and
 2.3.4 was totaly unussable for me.


There are as usually a couple of ways.
1. Uninstall emc2 usign apt (sudo apt-get remove emc2), then you don't have 
an installed emc2, and you can have as many run-in-place versions as you 
want.

2. Upgrade emc2 to the latest release 2.3.5 using apt and internet access 
(sudo apt-get update, sudo apt-get install emc2).
Then you get the 2.3.5 from the repositories, but not with the modified 
stepgen.

3. Build a 2.3.5 (or whatever number package, I'd actually recommend you 
change the package number to 2.3.80 or so, so you don't get automatic 
updates which will replace it).

To build a debian package out of the source:
- get the source you want (either tar.gz, or git checkout, etc).
- cd emc2-source
- do your modifications
- debian/configure -r
- change debian/changelog (first line has the emc2 package version in the 
title)
- debuild

after a long time you will have new packages


Regards,
Alex


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-15 Thread Slavko Kocjancic
Alex Joni pravi:
 As far as I know the custom stepgen is the only missing in  2.3.5

 btw the 2.3.4 was preloaded in live cd. how to compile 2.3.5 and to
 overwrite 2.3.4. I already have two version with run in place mode. .. and
 2.3.4 was totaly unussable for me.

 

 There are as usually a couple of ways.
 1. Uninstall emc2 usign apt (sudo apt-get remove emc2), then you don't have 
 an installed emc2, and you can have as many run-in-place versions as you 
 want.

 2. Upgrade emc2 to the latest release 2.3.5 using apt and internet access 
 (sudo apt-get update, sudo apt-get install emc2).
 Then you get the 2.3.5 from the repositories, but not with the modified 
 stepgen.

 3. Build a 2.3.5 (or whatever number package, I'd actually recommend you 
 change the package number to 2.3.80 or so, so you don't get automatic 
 updates which will replace it).

 To build a debian package out of the source:
 - get the source you want (either tar.gz, or git checkout, etc).
 - cd emc2-source
 - do your modifications
 - debian/configure -r
 - change debian/changelog (first line has the emc2 package version in the 
 title)
 - debuild

 after a long time you will have new packages


 Regards,
 Alex
   
Forgot to say Thank you for guidance. :-[

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-15 Thread Slavko Kocjancic
Alex Joni pravi:
 As far as I know the custom stepgen is the only missing in  2.3.5

 btw the 2.3.4 was preloaded in live cd. how to compile 2.3.5 and to
 overwrite 2.3.4. I already have two version with run in place mode. .. and
 2.3.4 was totaly unussable for me.

 

 There are as usually a couple of ways.
 1. Uninstall emc2 usign apt (sudo apt-get remove emc2), then you don't have 
 an installed emc2, and you can have as many run-in-place versions as you 
 want.

 2. Upgrade emc2 to the latest release 2.3.5 using apt and internet access 
 (sudo apt-get update, sudo apt-get install emc2).
 Then you get the 2.3.5 from the repositories, but not with the modified 
 stepgen.

 3. Build a 2.3.5 (or whatever number package, I'd actually recommend you 
 change the package number to 2.3.80 or so, so you don't get automatic 
 updates which will replace it).

 To build a debian package out of the source:
 - get the source you want (either tar.gz, or git checkout, etc).
 - cd emc2-source
 - do your modifications
 - debian/configure -r
 - change debian/changelog (first line has the emc2 package version in the 
 title)
 - debuild

 after a long time you will have new packages


 Regards,
 Alex
   
Not exactly as you write.
I update EMC to 2.3.5 via apt-get (you step 2)
But step 3 doesn't work. no such file/script error.
So I just try
make clean
make
sudo make install
And it' works.
Jus't can't change the version number. I changed VERSION file and 
changelog but no effect.
It's not important too. I can live with 2.3.5. I have all updates 
dissabled so no problem at all.

Seems all work ok now. (strange move dissapear) Just teach-in doesn't 
work any more.
If I try to use file from 2.5.0~pre I got teach-in running but just Y 
coordinate work and only if it is in World coordinates.

Slavko.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Slavko Kocjancic
Slavko Kocjancic pravi:
 Hello...

 I have strange motion when hit [esc] key for stop.
 When I hit ESC the machine should stop. But doesn't. The spindle is 
 stopped but XY is still moving in some strange direction. (Doesn't 
 continue move to the program path).
 After aprox 10cm of movment the error message popup and motion stops 
 (with already brooken tool)
 The error message is:

 Can't do that (EMC_TRAJ_SET_TELEOP_ENABLE) in automode with 
 interpreter idle.

 I can repeat that situation with folowed steps:
 1.Load attached file
 2.Home all axes
 3. jog to reference
 4.touchoff
 5.start program
 6.when program reach line 28 I hit ESC key

 It' does in some other lines too. Line 28 is just long enought to have 
 time to press ESC.

 Can someone else try to repeat that (costly) error?

 Thanks

 p.s.
 Ubuntu Hardy EMC 2.5.~pre
Even worse...
I try to pause program on line 28. And program stop as should be. After 
that if I  hit continue all is ok.
If I press ESC after pause (on line 28) the machine start to move!!!

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Slavko Kocjancic
Slavko Kocjancic pravi:
 Slavko Kocjancic pravi:
   
 Hello...

 I have strange motion when hit [esc] key for stop.
 When I hit ESC the machine should stop. But doesn't. The spindle is 
 stopped but XY is still moving in some strange direction. (Doesn't 
 continue move to the program path).
 After aprox 10cm of movment the error message popup and motion stops 
 (with already brooken tool)
 The error message is:

 Can't do that (EMC_TRAJ_SET_TELEOP_ENABLE) in automode with 
 interpreter idle.

 I can repeat that situation with folowed steps:
 1.Load attached file
 2.Home all axes
 3. jog to reference
 4.touchoff
 5.start program
 6.when program reach line 28 I hit ESC key

 It' does in some other lines too. Line 28 is just long enought to have 
 time to press ESC.

 Can someone else try to repeat that (costly) error?

 Thanks

 p.s.
 Ubuntu Hardy EMC 2.5.~pre
 
 Even worse...
 I try to pause program on line 28. And program stop as should be. After 
 that if I  hit continue all is ok.
 If I press ESC after pause (on line 28) the machine start to move!!!

   
Just more digging.. If I cut program (to have just 50 lines) I can't 
replicate the error. Short program work's ok.



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Michał Geszkiewicz

 Just more digging.. If I cut program (to have just 50 lines) I can't 
 replicate the error. Short program work's ok.


   
Paste your whole config (ini and hal files)

regards,
Michael

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP - AXIS File size?!?

2010-04-14 Thread Slavko Kocjancic
As far I digging into that problem seems that nothing is wrong with 
code. And nothing is wrong with machine too. Just seems to be problem 
with AXIS. If I split that long file into two parts the problem 
dissapear. I was try with more different files.

Does AXIS have some limits on filesize?!? Backplot seems perfect just 
behaviour is odd.

Slavko.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread yann
Le mercredi 14 avril 2010 13:24:14, Slavko Kocjancic a écrit :
 
  Even worse...
  I try to pause program on line 28. And program stop as should be. After
  that if I  hit continue all is ok.
  If I press ESC after pause (on line 28) the machine start to move!!!
 
 Just more digging.. If I cut program (to have just 50 lines) I can't
 replicate the error. Short program work's ok.
 

I often use far more long programs, no problem

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread yann
I just tried your code, works OK on my router.

no strange behaviour when pausing or hitting escape even on line 28 or others.

may be something wrong with your config.


Le mercredi 14 avril 2010 12:30:42, Slavko Kocjancic a écrit :
 Hello...
 
 I have strange motion when hit [esc] key for stop.
 When I hit ESC the machine should stop. But doesn't. The spindle is
 stopped but XY is still moving in some strange direction. (Doesn't
 continue move to the program path).
 After aprox 10cm of movment the error message popup and motion stops
 (with already brooken tool)
 The error message is:
 
 Can't do that (EMC_TRAJ_SET_TELEOP_ENABLE) in automode with interpreter
 idle.
 
 I can repeat that situation with folowed steps:
 1.Load attached file
 2.Home all axes
 3.jog to reference
 4.touchoff
 5.start program
 6.when program reach line 28 I hit ESC key
 
 It' does in some other lines too. Line 28 is just long enought to have
 time to press ESC.
 
 Can someone else try to repeat that (costly) error?
 
 Thanks
 
 p.s.
 Ubuntu Hardy EMC 2.5.~pre
 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Andy Pugh
On 14 April 2010 13:14, Slavko Kocjancic esla...@gmail.com wrote:

 Here are HAL and INI.
 ... seems that this is problem with AXIS handling longer files.

net enLatchA or2.0.in0 or2.0.out and2.0.in0
net enLatchB or2.0.in1 motion.motion-enabled
net chPumpA and2.0.in1 charge-pump.out
net chPumpQ and2.0.out parport.0.pin-09-out


http://www.linuxcnc.org/docview/devel/html//man/man9/axis.9.html says
that motion.motion-enabled is an input. If this is true then the
or2.0.in1 and motion.motion-enabled pins are unconnected to a signal
source.

motion.motion-enable is new to me, as it seems to only exist in the
development branch of the docs.

Of course, if motion.motion-enabled is a mis-documented  output, once
the or2.0.out pin goes high, it stays high regardless of other
signals, sending the charge-pump to the drive regardless of the state
of motion.motion-enabled. From the comment that is your intention.

At least, that is how it looks to me from my sketch of the logic wiring.

I assume that ESC kills the trajectory planner, as it leaves the
Amp-Enable lines active and you have the stepgen-enable lines
connected to amp-enable (just like the sample configs I have just
looked at). I see you are using a user-specified step type, and
presumably a development branch of EMC2? I wonder if this is related
to the problem?

-- 
atp

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Slavko Kocjancic
Andy Pugh pravi:
 On 14 April 2010 13:14, Slavko Kocjancic esla...@gmail.com wrote:

   
 Here are HAL and INI.
 ... seems that this is problem with AXIS handling longer files.
 

 net enLatchA or2.0.in0 or2.0.out and2.0.in0
 net enLatchB or2.0.in1 motion.motion-enabled
 net chPumpA and2.0.in1 charge-pump.out
 net chPumpQ and2.0.out parport.0.pin-09-out


 http://www.linuxcnc.org/docview/devel/html//man/man9/axis.9.html says
 that motion.motion-enabled is an input. If this is true then the
 or2.0.in1 and motion.motion-enabled pins are unconnected to a signal
 source.

 motion.motion-enable is new to me, as it seems to only exist in the
 development branch of the docs.

 Of course, if motion.motion-enabled is a mis-documented  output, once
 the or2.0.out pin goes high, it stays high regardless of other
 signals, sending the charge-pump to the drive regardless of the state
 of motion.motion-enabled. From the comment that is your intention.

 At least, that is how it looks to me from my sketch of the logic wiring.

 I assume that ESC kills the trajectory planner, as it leaves the
 Amp-Enable lines active and you have the stepgen-enable lines
 connected to amp-enable (just like the sample configs I have just
 looked at). I see you are using a user-specified step type, and
 presumably a development branch of EMC2? I wonder if this is related
 to the problem?

   
I bypas (removed) all AND and OR stuff. Just leave charge-pump.out 
routed to parport.
The problem is still here.

And have something with file I attached.

There are strange thing.
If I split file in two parts all is ok.
If I have file untouched the error (and movment occour) in any G1 move 
(seems)

I Make test file like this

g01 x100
g00 x0
and repeated that to get 1Mb long file.
The error can't be replicated.

And yes I have usertype and version 2.5.0~pre as no other relases have 
custom step type.

Slavko.




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Slavko Kocjancic
Andy Pugh pravi:
 On 14 April 2010 13:14, Slavko Kocjancic esla...@gmail.com wrote:

   
 
 Here are HAL and INI.
 ... seems that this is problem with AXIS handling longer files.
 
   
 net enLatchA or2.0.in0 or2.0.out and2.0.in0
 net enLatchB or2.0.in1 motion.motion-enabled
 net chPumpA and2.0.in1 charge-pump.out
 net chPumpQ and2.0.out parport.0.pin-09-out


 http://www.linuxcnc.org/docview/devel/html//man/man9/axis.9.html says
 that motion.motion-enabled is an input. If this is true then the
 or2.0.in1 and motion.motion-enabled pins are unconnected to a signal
 source.
 
In PDF integrator manual (V2.3 November 7. 2009) Chapter 8.1.1 the 
motion.motion-enabled is stated as output!

And this part works as should. (I should rewrite that as estop latch can 
be used instead)

Slavko.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Michał Geszkiewicz
Slavko Kocjancic pisze:
 Here are HAL and INI.
 ... seems that this is problem with AXIS handling longer files.
Hi Slavko

I've reproduced this issue in latest development branch.
Stay tuned for bugfix and until fixing it I would recommend using 
emc2.3.5 version.

regards,
Michael


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Michał Geszkiewicz
Slavko Kocjancic pisze:
 Here are HAL and INI.
 ... seems that this is problem with AXIS handling longer files.
Hi Slavko

I've reproduced this issue in latest development branch.
Stay tuned for bugfix and until fixing it I would recommend using 
emc2.3.5 version.

regards,
Michael


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Slavko Kocjancic
2010/4/14 Michał Geszkiewicz mic...@wp.pl

 Slavko Kocjancic pisze:
  Here are HAL and INI.
  ... seems that this is problem with AXIS handling longer files.
 Hi Slavko

 I've reproduced this issue in latest development branch.
 Stay tuned for bugfix and until fixing it I would recommend using
 emc2.3.5 version.

 regards,
 Michael



Can't!!! I use custom type of steepgen.
I hope that solution will came quick.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Michał Geszkiewicz
Slavko Kocjancic pisze:
 2010/4/14 Michał Geszkiewicz mic...@wp.pl

   
 Slavko Kocjancic pisze:
 
 Here are HAL and INI.
 ... seems that this is problem with AXIS handling longer files.
   
 Hi Slavko

 I've reproduced this issue in latest development branch.
 Stay tuned for bugfix and until fixing it I would recommend using
 emc2.3.5 version.

 regards,
 Michael

 


 Can't!!! I use custom type of steepgen.
 I hope that solution will came quick.
 --
   
If you're using only this functionality from development branch,
you can simply copy src/emc/hal/components/stepgen.c from master branch 
to your local 2.3.5 source code and recompile.

regards,
Michael

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Alex Joni

You can also use a custom type stepgen on 2.3.5..
But that involves taking the stepgen source from 2.5~pre (or at least 
applying the same change) and compiling it on 2.3.5


Regards,
Alex


On 4/14/2010 10:07 PM, Slavko Kocjancic wrote:

2010/4/14 Michał Geszkiewiczmic...@wp.pl

   

Slavko Kocjancic pisze:
 

Here are HAL and INI.
... seems that this is problem with AXIS handling longer files.
   

Hi Slavko

I've reproduced this issue in latest development branch.
Stay tuned for bugfix and until fixing it I would recommend using
emc2.3.5 version.

regards,
Michael

 


Can't!!! I use custom type of steepgen.
I hope that solution will came quick.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

   
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 9.0.801 / Virus Database: 271.1.1/2810 - Release Date: 04/14/10 
09:31:00
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Tool Crash when STOP

2010-04-14 Thread Slavko Kocjancic
2010/4/14 Alex Joni alex.j...@robcon.ro

 You can also use a custom type stepgen on 2.3.5..
 But that involves taking the stepgen source from 2.5~pre (or at least
 applying the same change) and compiling it on 2.3.5

 Regards,
 Alex


As far as I know the custom stepgen is the only missing in  2.3.5

btw the 2.3.4 was preloaded in live cd. how to compile 2.3.5 and to
overwrite 2.3.4. I already have two version with run in place mode. .. and
2.3.4 was totaly unussable for me.

Slavko
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users