Search found 393 matches

by soliday
09 Dec 2011, 10:38
Forum: Parallel Elegant
Topic: Pelegant on Mac Lion
Replies: 5
Views: 17891

Re: Pelegant on Mac Lion

As for a 32bit version of Pelegant. Currently I haven't been building it but if you are interested, I could add that to our distribution.
by soliday
09 Dec 2011, 10:35
Forum: Parallel Elegant
Topic: Pelegant on Mac Lion
Replies: 5
Views: 17891

Re: Pelegant on Mac Lion

I only have access to a 32bit Mac OS version 10.6.6. So there are no pre-built 64bit versions of Pelegant available.
by soliday
02 Dec 2011, 16:12
Forum: General
Topic: Documentation
Replies: 2
Views: 2357

Re: Documentation

If you download the elegant source code you will see a directory called oag/apps/src/elegant/doc. This is where we build our documentation using the included makefile. All our documentation is originally in latex format. We use latex2html to create the HTML, latex and dvips to create the PostScript,...
by soliday
10 Aug 2011, 13:12
Forum: General
Topic: SDDS file conversion
Replies: 5
Views: 40545

Re: SDDS file conversion

Try this:

plaindata2sdds initial_temp.dat initial_temp.sdds -column=x,double,unit=m -column=xp,double -column=y,double,unit=m -column=yp,double -column=t,double,unit=s -column=p,double,unit=m -noRowCount

I don't think the csv2sdds program works well with variable length whitespace.
by soliday
10 Aug 2011, 13:01
Forum: Installation
Topic: Elegant & SDDS on Mac OS X 10.5
Replies: 13
Views: 279178

Re: Elegant & SDDS on Mac OS X 10.5

From what I am reading, it look like during the initial Fink installation it will ask you if you want to install it in "default mode" or "64 bit mode". But I don't have privileges on the remote mac computer I have access to to test it out. The linux guide for building the software would be a good st...
by soliday
10 Aug 2011, 08:31
Forum: Installation
Topic: Elegant & SDDS on Mac OS X 10.5
Replies: 13
Views: 279178

Re: Elegant & SDDS on Mac OS X 10.5

When I run: lipo -info /sw/lib/libtiff.3.dylib I get: Non-fat file: /sw/lib/libtiff.3.dylib is architecture: i386 My guess is that you probably have a 64bit version installed. I do not have access to a 64bit OSX machine so I can't test what happens when you try to run these on that operating system....
by soliday
06 Jul 2011, 13:43
Forum: General
Topic: Microbunch instability simulation
Replies: 11
Views: 15847

Re: Microbunch instability simulation

The actual name of the program is smoothDist6s. It is included with the Linux RPM packages. Which operating system are you using?
by soliday
11 Apr 2011, 09:05
Forum: Installation
Topic: "in mode r" error
Replies: 2
Views: 30924

Re: "in mode r" error

Well my first thought is that this has something to do with the carriage return character. On Linux it is defined as /n and on Windows it is /n/r. I remember that the cygwin installation gives you the option to choose which style carriage returns to use. So I suspect that cygwin is looking for /n an...
by soliday
04 Apr 2011, 10:52
Forum: Bugs
Topic: sddsinterp does not work
Replies: 2
Views: 5534

Re: sddsinterp does not work

Okay, it turns out the problem was fixed a while ago but after our last release. So I just created a new release for Linux and Windows using the patched sddsinterp code. You should be able to download it from the web now.
by soliday
01 Apr 2011, 13:51
Forum: Installation
Topic: sh: mpl_motif
Replies: 6
Views: 70617

Re: sh: mpl_motif

I am placing a pre-built mpl_motif on the web site for you to download. It is at:
http://www.aps.anl.gov/asd/oag/downloads/mpl_motif

One quick note. I see that you were using the -j option to build our software. We don't support this and I know that it will fail under certain conditions.