Search found 69 matches

by blanco-garcia
12 Apr 2024, 04:49
Forum: Installation
Topic: SDDS source compilation in Debian
Replies: 1
Views: 33

SDDS source compilation in Debian

Dear all, I've been trying to compile the SDDS tools using SDDSbase 7.0.8 on a Debian 12 machine and I get the following error. Is there any variable that should be configured differently on Debian? ... Installing script ../../../../bin/linux-x86_64/hpVecRestore Installing script ../../../../bin/lin...
by blanco-garcia
17 Mar 2023, 09:01
Forum: Installation
Topic: static compilation
Replies: 4
Views: 1749

Re: static compilation

Dear Soliday, thank you for your help. LD_LIBRARY_PATH did not work in our case, but, we loaded the missing libraries through an available module (in our case, an Anaconda module). I still wonder if elegant and Pelegant could be created in a static build. But, for the moment this issue has been solv...
by blanco-garcia
09 Mar 2023, 12:08
Forum: Installation
Topic: sddspseudoinverse path to lapack and blas libs
Replies: 5
Views: 1194

Re: sddspseudoinverse path to lapack and blas libs

Thank you, it went a little bit further, now I see : make[2]: *** [../../../../../../base/configure/RULES_BUILD:259: matrix.o] Error 1 make[2]: Leaving directory '/ccc/work/cont003/soleil/blancoor/public/progs/elegant.2023.1.0/elegant_compilation/epics/extensions/src/SDDS/SDDSaps/pseudoInverse/O.lin...
by blanco-garcia
09 Mar 2023, 09:16
Forum: Installation
Topic: sddspseudoinverse path to lapack and blas libs
Replies: 5
Views: 1194

Re: sddspseudoinverse path to lapack and blas libs

Dear Soliday, thank you. The compilation moved a little bit forward. Now I'm getting this error : make[2]: *** No rule to make target '../../../../../lib/linux-x86_64/liblapack.a', needed by 'sddspseudoinverse'. Stop. make[2]: Leaving directory '/ccc/work/cont003/soleil/blancoor/public/progs/elegant...
by blanco-garcia
09 Mar 2023, 03:32
Forum: Feature Requests
Topic: touschek_scatter output including element name
Replies: 1
Views: 1260

touschek_scatter output including element name

Dear all, the function touschek_scatter allows to split the output in several files with an index taken from an inner counter. This works well if all touschek scattering elements have the same name, therefore, the counter and the output index are the same. However, I wonder if it is possible to use ...
by blanco-garcia
08 Mar 2023, 11:19
Forum: Installation
Topic: static compilation
Replies: 4
Views: 1749

Re: static compilation

linux-vdso.so.1 => (0x00007ffdd21df000) libgsl.so.0 => /lib64/libgsl.so.0 (0x00007f3c107f4000) libgslcblas.so.0 => /lib64/libgslcblas.so.0 (0x00007f3c105b7000) libz.so.1 => /lib64/libz.so.1 (0x00007f3c103a1000) liblapack.so.3 => not found libblas.so.3 => not found libgfortran.so.3 => /lib64/libgfor...
by blanco-garcia
08 Mar 2023, 05:53
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 4308

Re: Compilation with epics base 7

Dear Soliday,

I have compiled from sources epics 7.07 and elegant 2023.1.0 without any problems; I no longer need to add :
line #include "SDDS.h" into oag/apps/src/utils/tools/carriageReturn2newline.c

This is solved from my side. Thank you again.
by blanco-garcia
08 Mar 2023, 05:47
Forum: Installation
Topic: static compilation
Replies: 4
Views: 1749

static compilation

Dear all, I have compiled elegant successfully in the login node of a server, however, when using elegant in other nodes through slurm there are several libraries that are not installed, for example: tcl-8.5.13-8.el7.x86_64 package wget is not installed subversion-1.7.14-14.el7.x86_64 gzip-1.5-10.el...
by blanco-garcia
08 Mar 2023, 05:22
Forum: Installation
Topic: sddspseudoinverse path to lapack and blas libs
Replies: 5
Views: 1194

sddspseudoinverse path to lapack and blas libs

Dear all, I am compiling elegant in a server with a non-standard installation of libraries. I have added the path to lapack using OPT_CFLAGS and OPT_CXXFLAGS in epics/base/configure/CONFIG as follows : #orblancog: inserting my vars CROSS_COMPILER_TARGET_ARCHS= SHARED_LIBRARIES=NO OPT_CFLAGS_YES += -...
by blanco-garcia
03 Mar 2023, 04:48
Forum: Installation
Topic: tcl.h in Ubuntu 2022
Replies: 9
Views: 3903

Re: tcl.h in Ubuntu 2022

Dear Soliday,

it works ! Thank you very much.