Search found 408 matches
- 06 Jul 2010, 09:23
- Forum: Installation
- Topic: Elegant on Ubuntu 10.04
- Replies: 2
- Views: 34055
Re: Elegant on Ubuntu 10.04
Which example are you trying to run. It looks like you might not have the environment variable RPN_DEFNS set. You have to download defns.rpn from: http://www.aps.anl.gov/Accelerator_Systems_Division/Operations_Analysis/downloads/defns.rpn and then set the RPN_DEFNS environment variable to point to i...
Re: RPN error
You need to have C:\Tcl\bin in your path. The installer goes through all the path directories looking for wish85.exe. Once this is found it knows where to install the needed files. Also it copies wish85.exe to wish.exe and oagwish.exe. It also copies tclsh85.exe to tclsh.exe and oagtclsh.exe. The ph...
Re: RPN error
I think I know what it happening. You are probably using the tclsh that comes with cygwin. This version of tclsh does not seem to pass the RPN_DEFNS variable to child processes. I would suggest you use your cygwin setup.exe to uninstall the tcltk package. Next go and install the ActiveTcl version 8....
Re: RPN error
I would start with this little test: $ rpn Welcome to rpn version 6, by Michael Borland and Robert Soliday (June 1999) rpn> -4 abs 4.00000000000 rpn> exit I would also try this with a simple DOS command terminal to see if the problem is cygwin specific. This test in cygwin and DOS terminals works fo...
- 19 May 2010, 14:27
- Forum: General
- Topic: sdds command help
- Replies: 4
- Views: 5641
Re: sdds command help
Here is what I would do: sddsprocess test.sdds -pipe=out -filter=column,MAL.DP,0.0,0.0 | sdds2stream -pipe=in -col=betaxFinal This returns 7.431099999999999e-01 Next run: sddsprocess test.sdds test2.sdds "-define=column,betaxFinalNormalized,betaxFinal 7.431099999999999e-01 - 7.431099999999999e-01 /"
- 22 Apr 2010, 09:22
- Forum: Installation
- Topic: How to use elegant on Windows
- Replies: 8
- Views: 98786
Re: How to use elegant on Windows
Try changing the default printer. sddsplot has to load the printer drivers and it has trouble with some printers.
- 20 Apr 2010, 10:52
- Forum: Installation
- Topic: installing SDDS 2.8
- Replies: 7
- Views: 87506
Re: installing SDDS 2.8
There is now a new 32bit Linux RPM file for elegant which solves this problem.
- 19 Apr 2010, 09:13
- Forum: Installation
- Topic: installing SDDS 2.8
- Replies: 7
- Views: 87506
Re: installing SDDS 2.8
I just tried the 32bit version and I see the same problem you see. I will look into it.
There probably will not be a binary release of SDDS 2.8 because the programs were not changed much. Just a few library calls that elegant uses.
There probably will not be a binary release of SDDS 2.8 because the programs were not changed much. Just a few library calls that elegant uses.
- 16 Apr 2010, 09:54
- Forum: Installation
- Topic: installing SDDS 2.8
- Replies: 7
- Views: 87506
Re: installing SDDS 2.8
sddssortcolumn depends on the rules in epics/extensions/configure, so you would have to do a 'make' there. elegant depends on the rules in oag/apps/configure. It is all a little hocus pocus to me since I don't quite understand how the rules work. I took your files and ran them on RHEL5 with elegant ...
- 15 Apr 2010, 13:59
- Forum: Installation
- Topic: install sddstoolkit at RHEL 4
- Replies: 2
- Views: 33677
Re: install sddstoolkit at RHEL 4
I'm look into fixing this for the next release. As for installing the one you have, the symlink was the correct thing to do. Next when you run rpm you have to add the -nodeps option.