I have a workunit with valid state but error:
6.10.17
memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)![09:26:16][3819][INFO ] Checkpoint committed!
Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (size limit exceeded)!Error writing shared memory data (si
Copyright © 2024 Einstein@Home. All rights reserved.
Valid: !Error writing shared memory data
)
Same things for me with this computer to this workunit .
RE: Same things for me with
)
Always same messages on another system(gpu) .
Shared memory is used for
)
Shared memory is used for communication of the science app with the screen saver, for example, so I would not be surprised if that one wouldn't work on the affected systems. Otherwise, the science code can run on regardless of the warning message.
Under Linux, check if your system uses too low a limit for shared memory.
If you execute this as user root
/sbin/sysctl -a | grep shm
it will display the kernel seetings iirc.
CU
HB
RE: Shared memory is used
)
On one of my computers, the sysctl command gives me the following :
kernel.shmmax = 33554432
kernel.shmall = 2097152
kernel.shmmni = 4096
Hi! That doesn't seem to
)
Hi!
That doesn't seem to be exceptionally low. Strange. I understand that message is written by the Boinc library, not the E@H code. So maybe this is something that any BOINC developers here can comment on?
HB
P.S.: I hope this won't stop you from crunching ABP2, the performance of your CUDA enabled PCs is quite impressive.
RE: So maybe this is
)
Bernd already made a short statement here.
Michael
Team Linux Users Everywhere
I changed my cc_config file
)
I changed my cc_config file to not show those error messages in the stderr.txt file. It cleaned it up quite a bit.
Why is there even a graphic app for this? It seems counter intuitive. You won't break my heart by disabling graphics on cuda apps. (or any apps)
Edit: My mistake, it cleaned it up because it started working. Now the messages are back.
6r39 7ri99
Beware the dual headed Gentoo with Wine!
RE: I changed my cc_config
)
Hi !
The reason for this error message was only recently found. A change to prevent this is now submitted into the BOINC source code. I guess a workaround to work with older versions of BOINC will be included in the next version of the app.
CU
HB