Search found 1930 matches

by michael_borland
17 Mar 2009, 17:06
Forum: General
Topic: sddscontour
Replies: 3
Views: 2316

Re: sddscontour

Here are some sample plots.

--Michael
plot2.png
plot1.png
by michael_borland
17 Mar 2009, 16:59
Forum: General
Topic: sddscontour
Replies: 3
Views: 2316

Re: sddscontour

Max, Attached is a script that may do what you want. First, save the attachment to your disk. Using cygwin (I'm assuming you are on Windows) % cd <directoryWhereYouSavedTheFile> % tar xvf fracEmittance.tar % chmod +x fracEmittance % echo $PATH % mv fracEmittance <somewhere in your path> where <somew...
by michael_borland
17 Mar 2009, 10:59
Forum: Parallel Elegant
Topic: mpi/parallel version of elegant
Replies: 3
Views: 8854

Re: mpi/parallel version of elegant

Simone,

The Pelegant manual discusses limitations and also gives guidance on building Pelegant:
http://www.aps.anl.gov/Accelerator_Syst ... nt_manual/

--Michael
by michael_borland
17 Mar 2009, 08:20
Forum: General
Topic: sddscontour
Replies: 3
Views: 2316

Re: sddscontour

Max,

Depending on how the file is structured, the answer will be different. Can you post the file (or send it to me by private email)?

--Michael
by michael_borland
13 Mar 2009, 15:15
Forum: Installation
Topic: real world studies using elegantExamples/bunchCompJitter
Replies: 3
Views: 41169

Re: real world studies using elegantExamples/bunchCompJitter

James,

I will do what I can to package this up and post it. It's been almost 8 years, so it may take a little while.

--Michael
by michael_borland
13 Mar 2009, 08:13
Forum: Installation
Topic: real world studies using elegantExamples/bunchCompJitter
Replies: 3
Views: 41169

Re: real world studies using elegantExamples/bunchCompJitter

James,

Yes, it was used for start-to-end jitter analysis of the LCLS, using PARMELA, elegant, and GENESIS. See
http://accelconf.web.cern.ch/accelconf/ ... PPH103.PDF

--Michael
by michael_borland
12 Mar 2009, 09:19
Forum: Linac Tracking
Topic: reset_rf_for_each_step and first_is_fiducial
Replies: 2
Views: 5291

Re: reset_rf_for_each_step and first_is_fiducial

James, There is one problem that I see: before loading each page of the parameter file, elegant resets all element settings to the values in the lattice file, so that the new instance starts from the ideal machine, so to speak. Hence, if the first page has some values you want to use for the whole r...
by michael_borland
25 Feb 2009, 22:03
Forum: Bugs
Topic: FMA bug for 32-bit computers
Replies: 0
Views: 5181

FMA bug for 32-bit computers

A bug was discovered in FMA for 32-bit computers. The diffusion will be incorrectly computed. The symptom is a diffusion map that exhibits strange patterns that don't make physical sense. Unfortunately, all the testing was done on 64-bit computers, so this bug was missed. A bug fix will be released ...
by michael_borland
11 Feb 2009, 16:02
Forum: Installation
Topic: how to limit the output to screen?
Replies: 8
Views: 6570

Re: how to limit the output to screen?

Guobao, I think my last message didn't post because of a large attachment. It turned out to be very easy to add flags to divert output to a user-specified file (or /dev/null). I'll send you something about it via private email so you can get the new source. --Michael Hi Michael, The output to stdout...
by michael_borland
11 Feb 2009, 15:54
Forum: Installation
Topic: how to limit the output to screen?
Replies: 8
Views: 6570

Re: how to limit the output to screen?

Hi Michael, The output to stdout and stderr provides many useful information and very helpful when using the elegant as a standalone executable application. It will cause some trouble if we make the elegant as a simulation server and run 24/7, or even crash the server. I do have some experience on ...