Search found 393 matches

by soliday
28 Sep 2012, 16:45
Forum: General
Topic: Extract SDDS Page Efficiently
Replies: 10
Views: 3750

Re: Extract SDDS Page Efficiently

When using this in python the code would look like: skipToPage=6 page = 0 while (page < skipToPage - 1)): page=sddsdata.ReadPageSparse(a.index,99999999,0) if page == 0: sddsdata.PrintErrors(a.SDDS_EXIT_PrintErrors) if page == -1: break if page != -1: page=sddsdata.ReadPageSparse(a.index,1,0) while p...
by soliday
23 Aug 2012, 10:09
Forum: Installation
Topic: Installatiom
Replies: 1
Views: 2580

Re: Installatiom

First run "fink install gsl" and then try to build SDDS again. Once SDDS is built you will have the nlpp program needed by elegant. As a side note, I am working on a release for 64bit OSX in my spare time. I am trying to make it a set of universal executables that will run on 32bit and 64bit version...
by soliday
09 Jul 2012, 10:49
Forum: General
Topic: Logical Operator in sddsprocess -match
Replies: 1
Views: 1258

Re: Logical Operator in sddsprocess -match

Just put the option in quotes:

sddsprocess run1.cen test.sdds "-match=col,ElementName=CAV1,ElementName=QUAD,|"
by soliday
27 Jun 2012, 14:55
Forum: Installation
Topic: strange error
Replies: 3
Views: 2774

Re: strange error

Just to close this question out. The solution was to install the 32bit version of Microsoft Visual C++ 2010 SP1 Redistributable Package from http://www.microsoft.com/download/en/details.aspx?id=8328 On a related note, the 32bit version of mpich2 also had to be installed as opposed to the 64bit versi...
by soliday
27 Jun 2012, 09:07
Forum: Installation
Topic: strange error
Replies: 3
Views: 2774

Re: strange error

I don't know what is happening here. I've never tried to run it on a 64bit Windows computer before so there may be some issue there. What version of Windows are you using?
by soliday
01 Jun 2012, 12:19
Forum: Installation
Topic: sddsplot error
Replies: 3
Views: 2889

Re: sddsplot error

You found a bug. Our SDDS code on Windows is not reading the NaN value right and that is causing the problem. In your case you could first filter the file on linux with the command sddsconvert filename.sdds -delete=parameter,Charge before trying to plot it on Windows. The other option is to make sur...
by soliday
01 Jun 2012, 11:37
Forum: Installation
Topic: sddsplot error
Replies: 3
Views: 2889

Re: sddsplot error

Can you send me the file to examine? soliday@aps.anl.gov
by soliday
29 May 2012, 13:56
Forum: Installation
Topic: Elegant & SDDS on Mac OS X 10.7.4
Replies: 2
Views: 2246

Re: Elegant & SDDS on Mac OS X 10.7.4

The "/sw/lib/libreadline.5.dylib: mach-o, but wrong architecture" message leads me to believe you are running a 64bit version of OS X. Our code only runs on 32 bit versions of OS X. At this time I do not have access to a 64 bit OS X version to compile our software on. Supposedly our IT department is...
by soliday
11 May 2012, 14:25
Forum: Installation
Topic: Python SDDS
Replies: 2
Views: 2525

Re: Python SDDS

I just compiled a 64bit version of this for Redhat Enterprise 4. I didn't make an RPM for it but you can download the files from: http://www.aps.anl.gov/asd/oag/downloads/RHEL4-64bit-SDDSPython.tar.gz Extract the files in /usr/lib64/python2.3/site-packages You will end up with: /usr/lib64/python2.3/...
by soliday
30 Apr 2012, 10:40
Forum: Installation
Topic: oagtclsh. Where to get it?
Replies: 4
Views: 3277

Re: oagtclsh. Where to get it?

It is very complicated to compile from source code. The preferred method is to install the linux RPM. If you are on a 64 bit linux computer try installing: http://www.aps.anl.gov/asd/oag/cgi-bin/oagLog4.cgi?name=OAGTclTk-8.4.13-6.x86_64.rpm If you are on a 32bit computer you can use: http://www.aps....