Search found 60 matches

by JoelFrederico
03 Feb 2015, 19:00
Forum: General
Topic: 2nd-order T transport matrices?
Replies: 1
Views: 1491

Re: 2nd-order T transport matrices?

Retracted! I found the &matrix entry in the manual after somehow skipping over it at least 10 times.
by JoelFrederico
03 Feb 2015, 17:00
Forum: General
Topic: 2nd-order T transport matrices?
Replies: 1
Views: 1491

2nd-order T transport matrices?

Hi all,

I feel a little silly for asking, but I can't quite figure out how to get T matrix elements out from Elegant. I can get R matrices from .fin files, but I can't seem to enable T matrices.
by JoelFrederico
05 Sep 2013, 16:42
Forum: Installation
Topic: OSX: sddsplots, mpl_motif, & architecture x86_64 issue
Replies: 4
Views: 5443

Re: OSX: sddsplots, mpl_motif, & architecture x86_64 issue

I know this is more of a python issue, but this works on Red Hat: import sdds.sddsdata as sddsdata On OSX it complains that it can't find a module named sddsdata. This works on OSX: import sddsdata On Red Hat, it complains that it can't find a module named sddsdata. Is import working differently on ...
by JoelFrederico
05 Sep 2013, 15:51
Forum: Installation
Topic: OSX: sddsplots, mpl_motif, & architecture x86_64 issue
Replies: 4
Views: 5443

Re: OSX: sddsplots, mpl_motif, & architecture x86_64 issue

Thanks so much. I've discovered how difficult it is to build anything EPICS-related many many many times. Is there any description or guide for doing it? It almost seems like a black box - just email somebody at ANL to build it for you, it's easier that way?
by JoelFrederico
04 Sep 2013, 18:59
Forum: Installation
Topic: OSX: sddsplots, mpl_motif, & architecture x86_64 issue
Replies: 4
Views: 5443

Re: OSX: sddsplots, mpl_motif, & architecture x86_64 issue

I'm really just trying to compile python support: sddsdatamodule.so for OSX 10.8.4. How would I go about doing that?
by JoelFrederico
04 Sep 2013, 17:48
Forum: Installation
Topic: OSX: sddsplots, mpl_motif, & architecture x86_64 issue
Replies: 4
Views: 5443

OSX: sddsplots, mpl_motif, & architecture x86_64 issue

Hi, Just having a problem with mpl_motif and architecture apparently: clang++ -o mpl_motif -L/Users/joelfrederico/src/epics/extensions/lib/darwin-x86 -L/opt/X11/lib -arch x86_64 mpl_motif.o xwdfunc.o -lmdbplt -lSDDS1 -lmdbmth -lmdblib -llzma -lXmu -lXt -lX11 -lgd -lpng -lz Undefined symbols for arch...
by JoelFrederico
03 Sep 2013, 19:24
Forum: Installation
Topic: gsl problem compiling SDDS on SL6.2
Replies: 8
Views: 6373

Re: gsl problem compiling SDDS on SL6.2

Issue fixed:

Code: Select all

export CPATH=/sw/include
export LIBRARY_PATH=/sw/lib
by JoelFrederico
03 Sep 2013, 19:17
Forum: Installation
Topic: gsl problem compiling SDDS on SL6.2
Replies: 8
Views: 6373

Re: gsl problem compiling SDDS on SL6.2

One step closer - discovered it's CPATH, not CFLAGS, for clang. Now I need an LDFLAGS-equivalent...
by JoelFrederico
03 Sep 2013, 19:02
Forum: Installation
Topic: gsl problem compiling SDDS on SL6.2
Replies: 8
Views: 6373

Re: gsl problem compiling SDDS on SL6.2

I'm trying to compile on OSX. If I run gsl-config --cflags, I get -I/sw/include, because I'm using Fink. I've set my CFLAGS environment variable to that, but it doesn't seem to make it into the compile: ~/src/epics/extensions/src/SDDS/rpns/code$ make make -C O.darwin-x86 -f ../Makefile TOP=../../../...
by JoelFrederico
07 Feb 2013, 23:29
Forum: Bugs
Topic: alter_elements, quads, and matrices
Replies: 6
Views: 3286

Re: alter_elements, quads, and matrices

...of course it is.. Sorry for wasting your time!