Search found 390 matches

by soliday
30 Nov 2021, 10:55
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14850

Re: libtclSDDS.so not in sources

It is in the OAG.1.27 source code package under the oag/apps/src/tcltkinterp/extensions/sdds directory.
by soliday
25 Nov 2021, 11:21
Forum: Installation
Topic: Elegant from sources shows unknown SVN revision
Replies: 2
Views: 4577

Re: Elegant from sources shows unknown SVN revision

The source code on the web was checked out on a RHEL7 machine running Subversion 1.7.14 Unfortunately when running "svnversion ." in the source directory tree, it returns the "unknown" when trying to query the revision number if you are running newer versions of SVN (Subversion). It doesn't affect a...
by soliday
22 Nov 2021, 10:27
Forum: Installation
Topic: sddsedit requires Tktable 2.11
Replies: 2
Views: 4539

Re: sddsedit requires Tktable 2.11

You can download:

https://ops.aps.anl.gov/downloads/Tktable2.11.tar
and unpack it into:
/usr/lib64/tk8.5/Tktable2.11

I'll look into creating a proper RPM for it.
by soliday
19 Nov 2021, 11:51
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 5871

Re: sddssort compiled from sources does not sort

I am attaching a newer version of the file. Apparently there was an issue with the yesterday's version. I don't know the details. As for RPMs. There will be a new release today. I have been working on it for about a week now. This change will not be in the prebuilt RPMs but I will put it into the so...
by soliday
18 Nov 2021, 18:55
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 5871

Re: sddssort compiled from sources does not sort

There was a bug in sddssort.c due to a feature change in the SDDS format. It has been fixed. I am attaching the updated sddssort.c file since you said you are building from source code.
by soliday
18 Nov 2021, 17:22
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 5871

Re: sddssort compiled from sources does not sort

I am not familiar with how non-dominate sorting works. I will forward this question on to the programmer who added this feature.
by soliday
18 Nov 2021, 14:36
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 5871

Re: sddssort compiled from sources does not sort

You are running three commands back to back, sddssort, sddsprintout and sddsprintout. The error you posted is coming from the first call to sddsprintout. It does not have a -nondominate option. The printout that you are seeing is from the last call to sddsprintout.
by soliday
16 Nov 2021, 18:36
Forum: Optimization and Matching
Topic: MOGA optimizer for rings
Replies: 24
Views: 50996

Re: MOGA optimizer for rings

We don't build oagtclsh normally. Basically it is just a collection of Tcl modules (sdds, ca, os, rpn) that we add to the basic Tcl package. If you were to build your own Tcl from source code at ActiveTcl.com or tcl.tk, then you would just need to copy the four modules over.
by soliday
13 Nov 2021, 10:52
Forum: Installation
Topic: Install on Ubuntu 21.10
Replies: 6
Views: 6420

Re: Install on Ubuntu 21.10

I fixed the download link.

As for building it with the script. I would recommend running with the sudo command so that it is able to install any missing system development packages.
by soliday
12 Nov 2021, 16:33
Forum: Installation
Topic: Install on Ubuntu 21.10
Replies: 6
Views: 6420

Re: Install on Ubuntu 21.10

I managed to get all the RPMs to build and put them up on the software download page. The Build-AOP-RPMs script now also works on Ubuntu 21.10.