Search found 393 matches

by soliday
16 Nov 2021, 18:36
Forum: Optimization and Matching
Topic: MOGA optimizer for rings
Replies: 24
Views: 52257

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: 7185

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: 7185

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.
by soliday
12 Nov 2021, 13:02
Forum: Installation
Topic: Compile SDDS and ELEGANT on CentOS7
Replies: 5
Views: 14121

Re: Compile SDDS and ELEGANT on CentOS7

When running it as a normal user, you will not be able to install any required system development packages. This error is probably from some of the required packages being missing. The list of packages it looks for are: tcl wget subversion gzip tar make rpmdevtools rpm-build gcc gcc-c++ gcc-gfortran...
by soliday
12 Nov 2021, 12:56
Forum: Installation
Topic: Compile SDDS and ELEGANT on CentOS7
Replies: 5
Views: 14121

Re: Compile SDDS and ELEGANT on CentOS7

What version of linux are you using?
by soliday
12 Nov 2021, 10:28
Forum: Installation
Topic: Install on Ubuntu 21.10
Replies: 6
Views: 7185

Re: Install on Ubuntu 21.10

I have not tried building it with Ubuntu 21.10 yet. I will get back to you later today with a solution.
by soliday
10 Nov 2021, 11:19
Forum: Installation
Topic: Tcl/Tk package installation
Replies: 5
Views: 8883

Re: Tcl/Tk package installation

OAGTclTk-1.26-1.x86_64 should have installed: /usr/local/oag/apps/lib/linux-x86_64/tclIndex and /usr/local/oag/apps/lib/linux-x86_64/APSStandardSetup.tcl Make sure that the environment variable HOST_ARCH is set to linux-x64_64 There can also be an issue if you have the environment variable OAG_TOP_D...
by soliday
04 Nov 2021, 11:29
Forum: Parallel Elegant
Topic: testing Pelegant on elegantExamples
Replies: 16
Views: 29716

Re: testing Pelegant on elegantExamples

I have updated the RHEL7 mpich versions. I removed the FORTIFY_SOURCE flag. I also check the RHEL8 version of mpich. It looks like Redhat removed that flag on RHEL8.

You can download the new version from the software page. It has the same name and version but a new release date.
by soliday
28 Oct 2021, 17:59
Forum: Ring Tracking
Topic: &correct does not work
Replies: 11
Views: 8743

Re: &correct does not work

There is a new Windows version of Elegant that you can download and try. There was a problem with not including enough of the redistributable Intel MKL DLL libraries. The version released today should fix the problem you are seeing.
by soliday
22 Sep 2021, 10:08
Forum: Optimization and Matching
Topic: beta beat optimization
Replies: 14
Views: 10392

Re: beta beat optimization

The HOST_ARCH and EPICS_HOST_ARCH are environment variables that should both be set to linux-x64_64
If you are using the bash shell you can put this into the ~/.bashrc file:
export HOST_ARCH=linux-x86_64
export EPICS_HOST_ARCH=linux-x86_64