Search found 390 matches

by soliday
10 Sep 2009, 09:43
Forum: General
Topic: SDDS file locking
Replies: 8
Views: 3436

Re: SDDS file locking

I don't have experience on Luster either as a user or an administrator, but we do have a Luster file system on order, so that will change in the near future. If you are building from the source code then I would recommend changing epics/extensions/src/SDDS/SDDSlib/SDDS_util.c. After the last #includ...
by soliday
09 Sep 2009, 09:39
Forum: Installation
Topic: Upgrading SDDS version June 4 2009
Replies: 1
Views: 21445

Re: Upgrading SDDS version June 4 2009

Can you run: otool -L sddsplot For me this returns: /usr/X11/lib/libpng.3.dylib (compatibility version 39.0.0, current version 39.0.0) My system has both /usr/X11/lib/libpng.3.dylib (Xcode version) and /sw/lib/libpng.3.dylib (Fink version). Here is what I get when I run otool -L on both of them: dar...
by soliday
29 Jul 2009, 12:46
Forum: General
Topic: File becomes locked after initial run of Pelegant
Replies: 10
Views: 5562

Re: File becomes locked after initial run of Pelegant

The version of Pelegant in the RPM files is built against MPICH2-1.0.8p1 with the default configuration. It may work with newer versions of MPICH2 but I am not sure about that. But I do know that it will definitely not work with MAVPICH. MAVPICH is basically MPICH2 implemented over InfiniBand hardwa...
by soliday
09 Jul 2009, 09:50
Forum: General
Topic: about the special characters in sddsplot
Replies: 4
Views: 2802

Re: about the special characters in sddsplot

With double quotes in tcsh the variables inside the quotes are evaluated but if you use single quotes they are not. So you could use:

'-xlabel=s ($gm$rm)'
by soliday
08 Jul 2009, 16:24
Forum: General
Topic: about the special characters in sddsplot
Replies: 4
Views: 2802

Re: about the special characters in sddsplot

The documentation on this can be found here http://www.aps.anl.gov/Accelerator_Systems_Division/Operations_Analysis/manuals/SDDStoolkit/node83.html . Near the bottom of the page is a illustration of the different character sets. As for your issue with running it under tcsh, I didn't see this problem...
by soliday
29 Jun 2009, 14:15
Forum: General
Topic: SDDS ToolKit Issues
Replies: 8
Views: 3900

Re: SDDS ToolKit Issues

Just to close out this topic I will summarize some email from Tennant. The software is working now. Dependency Walker showed that it was using msvcr90.dll from Microsoft Visual C++ 2008 SP1 Redistributable Package. The reason that it didn't work earlier is still unclear so I will recommend that user...
by soliday
29 Jun 2009, 13:11
Forum: General
Topic: SDDS ToolKit Issues
Replies: 8
Views: 3900

Re: SDDS ToolKit Issues

All I did was install the SDDSToolKit and the Microsoft Visual C++ 2008 Redistributable Package. I few questions for you. Are you running 32bit or 64bit Vista? Can you run Dependency Walker on the mpl_motif.exe? You can download it from dependencywalker.com. Then just save the results and email me t...
by soliday
28 Jun 2009, 13:44
Forum: General
Topic: SDDS ToolKit Issues
Replies: 8
Views: 3900

Re: SDDS ToolKit Issues

Okay, I figured it out after setting up fresh install of Vista and seeing the problem. You do need the Microsoft Visual C++ 2008 package but not the SP1 version like I thought. Here is the link to the version that you need installed: http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-...
by soliday
26 Jun 2009, 12:52
Forum: General
Topic: SDDS ToolKit Issues
Replies: 8
Views: 3900

Re: SDDS ToolKit Issues

Are you using Windows Vista and have Microsoft Visual C++ installed? According to Google this could be causing a conflict. To solve it try downloading and installing the Microsoft Visual C++ 2008 SP1 Redistributable Package from: http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97...
by soliday
16 Jun 2009, 10:17
Forum: Installation
Topic: Upgrading to Elegant22
Replies: 4
Views: 51451

Re: Upgrading to Elegant22

I believe I found the problem. Prior to the last release I updated my compiler to Microsoft Visual C++ 2008 Express Edition and it turns out that I need to distribute msvcr90.dll in all releases now. There is a new version of SDDS ToolKit and Elegant on the web page now that includes this DLL.