sddsplot pointlabel parameter error from compiled Pelegant

Moderators: cyao, soliday

Post Reply
blanco-garcia
Posts: 68
Joined: 29 Oct 2021, 10:41

sddsplot pointlabel parameter error from compiled Pelegant

Post by blanco-garcia » 18 Nov 2021, 02:57

Dear all,
I have run a simulation using Pelegant compiled from sources for a CENTOS 7 x86_64 machine.
When plotting the output binary with sddsplot I see an error when using the parameter -pointLabel=runName

Code: Select all

$ sddsplot -col=Area1,tLifetime lattice_V0316_28s16o2.best -graph=sym,thick=2,subtype=2 -topline="`date`" -pointLabel=runName,edit="Z-x/0/i/ /",scale=0.75
Error:
Unable to get column--data size or type undefined or non-numeric (SDDS_GetColumnInString)
When launching the sddsplot command with -pointLabel=runID the plots looks OK.

Code: Select all

$sddsplot -col=Area1,tLifetime lattice_V0316_28s16o2.best -graph=sym,thick=2,subtype=2 -                topline="`date`" -pointLabel=runID,edit="Z-x/0/i/ /",scale=0.75

The same behaviour is seen when launching sddsplot installed from the available RPM, therefore, it seems to be a problem on the binary output.
I attach the binary file to this message in a zip file.
Is there any parameter or library that could be missing when compiling SDDS and/or Pelegant ?


best regards,
o
Attachments
lattice_V0316_28s16o2.zip
Binary output to be plotted with sddsplot
(8.79 KiB) Downloaded 256 times

Post Reply