Search found 393 matches

by soliday
11 Apr 2012, 15:26
Forum: Installation
Topic: install elegant 25.0 with rpm
Replies: 3
Views: 2556

Re: install elegant 25.0 with rpm

I forgot to mention that once you install this with the --force option, that you will then have the newer version of sddsmatchtwiss that you are looking for.
by soliday
11 Apr 2012, 15:21
Forum: Installation
Topic: install elegant 25.0 with rpm
Replies: 3
Views: 2556

Re: install elegant 25.0 with rpm

There won't be a binary release of 2.10 because it was just a release to remove some GPL code that we won't be distributing any more. As for sddssyncflux, this program was just moved from the SDDSToolKit RPM to the elegant RPM. It is the same program though. You can install it over the other RPM usi...
by soliday
21 Mar 2012, 09:06
Forum: Installation
Topic: lapack and blas libraries problem
Replies: 2
Views: 4236

Re: lapack and blas libraries problem

By default it tries to build a static version of elegant because that makes it easier for me to distribute to more Linux operating systems. This means it is not trying to link against /usr/lib/liblapack.so but /usr/lib/liblapack.a instead. I am guessing your system does not have the static version o...
by soliday
13 Mar 2012, 15:00
Forum: Installation
Topic: Where is "plotTwiss"
Replies: 4
Views: 3375

Re: Where is "plotTwiss"

It is in the OAG.1.18 source download. http://www.aps.anl.gov/asd/oag/cgi-bin/oagLog4.cgi?name=oag.1.18.tar.gz This is giant collection of various scripts that we distribute in one big bundle. The plotTwiss command is at oag/apps/src/tcltkapp/oagapp/plotTwiss You will need to install the OAG Tcl/Tk ...
by soliday
05 Mar 2012, 10:10
Forum: Installation
Topic: in mode r: No such file or directory
Replies: 3
Views: 2961

Re: in mode r: No such file or directory

Can you run:
ls -l $RPN_DEFNS
and verify that the file exists. If not, you can download it from:
http://www.aps.anl.gov/Accelerator_Syst ... =defns.rpn
by soliday
16 Feb 2012, 10:29
Forum: Installation
Topic: ncurses libraries
Replies: 2
Views: 2271

Re: ncurses libraries

It assumes the ncurses is a system library and located in /usr/lib/libncurses.so and /usr/include/ncurses.h. Was yours at a different location?
by soliday
16 Feb 2012, 10:17
Forum: Installation
Topic: sddsoptimize
Replies: 1
Views: 2107

Re: sddsoptimize

You will need compile the full EPICS package to build the source code in SDDSepics.
by soliday
07 Feb 2012, 13:10
Forum: General
Topic: Definition of rpn expression doesn't work
Replies: 13
Views: 5311

Re: Definition of rpn expression doesn't work

Hmm, okay, I tested this on my Windows XP laptop. The easy way to test this is with the rpnl command: $ export RPN_DEFNS=/home/soliday/.defns.rpn $ echo $RPN_DEFNS /home/soliday/.defns.rpn $ ls -ltr /home/soliday/.defns.rpn -rwx------ 1 soliday None 6622 2010-06-22 13:57 /home/soliday/.defns.rpn $ r...
by soliday
07 Feb 2012, 11:34
Forum: General
Topic: Definition of rpn expression doesn't work
Replies: 13
Views: 5311

Re: Definition of rpn expression doesn't work

When I type echo $RPN_DEFNS I get:
C:\WINDOWS\defns.rpn

I am guessing the problem is that elegant does not understand the cygwin directory structure. Somewhere in your cygwin shell it is overwriting the RPN_DEFNS value. Try setting it back to C:\WINDOWS\defns.rpn and see if the problem disappears.
by soliday
09 Dec 2011, 15:28
Forum: Parallel Elegant
Topic: Pelegant on Mac Lion
Replies: 5
Views: 18021

Re: Pelegant on Mac Lion

I have updated the darwin-x86_elegant.tar.gz download link to include Pelegant inside the package. It was built against the latest stable MPICH2 version (mpich2-1.4.1p1)