Search found 72 matches

by blanco-garcia
09 Dec 2021, 04:25
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16175

Re: libtclSDDS.so not in sources

Dear Soliday, epics base R3.16.2 finishes the compilation without errors and produces the libtclSDDS.so ! Should it be added to the path variables ? I see it in oag/apps/lib/x86_64/ but, when I tried to test it launching sddsedit and opening a file it seems to be missing something, there is a messag...
by blanco-garcia
08 Dec 2021, 02:30
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16175

Re: libtclSDDS.so not in sources

Dear Soliday, I dediced to launch a start to end compilation, almost automatic with a bash script, and adding the variables CROSS_COMPILER_TARGET_ARCHS= SHARED_LIBRARIES=NO to epics/base/configure/CONFIG. Apart from that I make no modification to the procedure I followed before changing the epics/ba...
by blanco-garcia
01 Dec 2021, 03:47
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16175

Re: libtclSDDS.so not in sources

Dear Soliday, thank you very much for showing me the path. Unfortunately, I see that there is a missed library when doing make inside the oag/apps/src/tcltkinterp/extensions/sdds dir: ../tclSDDS.c:116:10: fatal error: ellLib.h: No such file or directory #include <ellLib.h> ^~~~~~~~~~ compilation ter...
by blanco-garcia
30 Nov 2021, 06:55
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16175

libtclSDDS.so not in sources

Dear all, I have compiled Elegant and Pelegant 2021.4.0 from sources but there is an error when running the geneticOptimizer related to SDDS libs. I have checked the forum https://www3.aps.anl.gov/forums/elegant/viewtopic.php?f=11&t=1038&p=4292&hilit=LoadandCheckInputFile#p4292 and I see the same er...
by blanco-garcia
29 Nov 2021, 11:45
Forum: Installation
Topic: Compilation with other than mtune generic
Replies: 0
Views: 13741

Compilation with other than mtune generic

Dear all, I'm compiling the Elegant and Pelegant sources and recently came across with the flag -mtune=generic. Is it better to leave it as generic or are there advantages of something optimized for the CPU architecture ? At the moment I would be interested in optimizations for AMD cpus. Best regard...
by blanco-garcia
26 Nov 2021, 04:01
Forum: Installation
Topic: Elegant from sources shows unknown SVN revision
Replies: 2
Views: 5142

Re: Elegant from sources shows unknown SVN revision

Dear Soliday,

thank you very much !

o
by blanco-garcia
25 Nov 2021, 10:32
Forum: Installation
Topic: Elegant from sources shows unknown SVN revision
Replies: 2
Views: 5142

Elegant from sources shows unknown SVN revision

Dear all, the svn version 1.10.2 is not supported by the Elegant sources, therefore, when running a compiled version of elegant the revision is unknown : $ ./elegant ... Link date: Nov 17 2021 16:41:16, SVN revision: unknown what is the most recent version that could be used to get the proper SVN re...
by blanco-garcia
23 Nov 2021, 03:30
Forum: Installation
Topic: sddsedit requires Tktable 2.11
Replies: 2
Views: 5095

Re: sddsedit requires Tktable 2.11

Perfect ! Thank you.

o
by blanco-garcia
23 Nov 2021, 03:29
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 6495

Re: sddssort compiled from sources does not sort

Dear Soliday, thank you very much !

o
by blanco-garcia
22 Nov 2021, 04:10
Forum: Installation
Topic: sddsedit requires Tktable 2.11
Replies: 2
Views: 5095

sddsedit requires Tktable 2.11

Dear all, sddsedit calls the library libTKtable2.11 which is not available for CENT OS 7 or 8. $ sddsedit Error in startup script: can't find package Tktable while executing "package require Tktable" invoked from within "if {[info exists tcl_pkgPath]} { set tableLib [file join [lindex $tcl_pkgPath 0...