Message boards :
Number crunching :
New work discussion - 2
Message board moderation
Previous · 1 . . . 34 · 35 · 36 · 37 · 38 · 39 · 40 . . . 42 · Next
Author | Message |
---|---|
Send message Joined: 15 May 09 Posts: 4535 Credit: 18,984,965 RAC: 21,892 |
I will say that if there are two different model types from the high memory requirement stable, it is possible to run one of each at the same time without issues. (Assuming you have enough memory to do so!) |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
kittenFor some reason it's a gun in the game Generation Zero. Maybe it fires kittens. |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
I will say that if there are two different model types from the high memory requirement stable, it is possible to run one of each at the same time without issues. (Assuming you have enough memory to do so!)I can't see why there would be a problem. They're seperate programs. It would be like my word processor interfering with my email program. |
Send message Joined: 15 May 09 Posts: 4535 Credit: 18,984,965 RAC: 21,892 |
I can't see why there would be a problem.Neither can I but given the number of times I have found problems where I couldn't see why there would be any over the years, it is nice to confirm it in practice. |
Send message Joined: 29 Oct 17 Posts: 1048 Credit: 16,419,240 RAC: 16,637 |
One issue is these models move alot of data to/from memory, so the memory bandwidth could saturate slowing down response of other programs (I've seen chrome response slow down for example). The other concern is disk I/O. The hi-mem OIFS models will be writing larger checkpoint (aka restart files) to disk. We need time to tune the model I/O so not to cause problems. Remember these codes are designed to run on High Performance Computers with 1000s of nodes & a fast I/O subsystem.I can't see why there would be a problem.Neither can I but given the number of times I have found problems where I couldn't see why there would be any over the years, it is nice to confirm it in practice. We will send these out to the wider volunteers but not until we're satisfied they are not going to cause problems for the majority of users who don't read these forums. |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
One issue is these models move alot of data to/from memory, so the memory bandwidth could saturate slowing down response of other programs (I've seen chrome response slow down for example). The other concern is disk I/O. The hi-mem OIFS models will be writing larger checkpoint (aka restart files) to disk. We need time to tune the model I/O so not to cause problems. Remember these codes are designed to run on High Performance Computers with 1000s of nodes & a fast I/O subsystem.I think most of us have SSDs by now. I gave up on rust spinners for anything but backups, security cameras, and TV/Films years ago. |
Send message Joined: 15 May 09 Posts: 4535 Credit: 18,984,965 RAC: 21,892 |
I think most of us have SSDs by now.I am guessing that without a reasonably fast NVME drive,some users will notice the slow down. The partition where I have all my BOINC data is on one of these. Next lot of testing, I might try one on the VM which is on the SATA SSD. to see if it slows down browsing response or anything, though whether it will have more effect than the slow down from running a VM is a moot point. |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
Only my older computers have SATA SSDs, the ones without an NVME socket. But they won't be processing fast enough to care.I think most of us have SSDs by now.I am guessing that without a reasonably fast NVME drive,some users will notice the slow down. The partition where I have all my BOINC data is on one of these. Next lot of testing, I might try one on the VM which is on the SATA SSD. to see if it slows down browsing response or anything, though whether it will have more effect than the slow down from running a VM is a moot point. |
Send message Joined: 5 Aug 04 Posts: 1120 Credit: 17,202,915 RAC: 2,154 |
I think most of us have SSDs by now. I gave up on rust spinners for anything but backups, security cameras, and TV/Films years ago. I am guessing that without a reasonably fast NVME drive,some users will notice the slow down. Well, I do have an NVMe drive on my machine, but the partition for Boinc is on an SATA hard drive. OTOH, the other two partitions on that drive store videos and sound files that I seldom use, and surely I would go at least 8 hours a day without using them at all and my machine runs 24/7 except for occasional system updates. so writing checkpoint files will, at least, not be doing a lot of seeking on that drive. The other concern is disk I/O. The hi-mem OIFS models will be writing larger checkpoint (aka restart files) to disk. We need time to tune the model I/O so not to cause problems. IIRC when the Oifs tasks were being sent out early this year, I was running 3 or 4 of those at a time with no problems with computation or even trickle uploads. I do have a 75 megabit/sec Internet connection. |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
Well, I do have an NVMe drive on my machine, but the partition for Boinc is on an SATA hard drive. OTOH, the other two partitions on that drive store videos and sound files that I seldom use, and surely I would go at least 8 hours a day without using them at all and my machine runs 24/7 except for occasional system updates. so writing checkpoint files will, at least, not be doing a lot of seeking on that drive.AFAIK seeking should have no effect on an SSD. It's more like RAM, it just sends what you ask for, nothing to physically move. |
Send message Joined: 15 May 09 Posts: 4535 Credit: 18,984,965 RAC: 21,892 |
AFAIK seeking should have no effect on an SSD. It's more like RAM, it just sends what you ask for, nothing to physically move.Yes, the issue is a potential bottleneck with disk writes and reads leading the CPU waiting. More testing will tell us how much of an issue this is. |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
If CPDN sends us all a super fast NVME each, we will be glad to run your program.AFAIK seeking should have no effect on an SSD. It's more like RAM, it just sends what you ask for, nothing to physically move.Yes, the issue is a potential bottleneck with disk writes and reads leading the CPU waiting. More testing will tell us how much of an issue this is. |
Send message Joined: 15 May 09 Posts: 4535 Credit: 18,984,965 RAC: 21,892 |
If CPDN sends us all a super fast NVME each, we will be glad to run your program.Just like other projects do? |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
I was joking. But if it needs better hardware, I buy it. I have stupid amounts of RAM to run LHC for example.If CPDN sends us all a super fast NVME each, we will be glad to run your program.Just like other projects do? |
Send message Joined: 29 Oct 17 Posts: 1048 Credit: 16,419,240 RAC: 16,637 |
I run my boinc projects off old spinning hard drives. File I/o is not the bottleneck, core speed is. I/O accounts for roughly 10% of wall clock time for OpenIFS. Probably similar for the Hadley models.If CPDN sends us all a super fast NVME each, we will be glad to run your program.Just like other projects do? |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
I run my boinc projects off old spinning hard drives. File I/o is not the bottleneck, core speed is. I/O accounts for roughly 10% of wall clock time for OpenIFS. Probably similar for the Hadley models.I thought you were talking about high I/O for CPDN a minute ago? I stopped using rust spinners for 4 reasons: All my spinning drives have worn out, except the last few I sold for about £4 each, and bought SSDs for £8 each. At those prices, why not upgrade? They were too slow for LHC, the program was actually getting impatient and returning an error (but that's Virtualbox for you). They were agonisingly slow to boot the OS, so any restarts to sort problems were making me want to punch the screen. If you accidentally go over the RAM limit and go into the pagefile, a rust spinner grinds the computer to a halt, so much so you can't even use the interface to stop the problem. |
Send message Joined: 5 Aug 04 Posts: 1120 Credit: 17,202,915 RAC: 2,154 |
If you accidentally go over the RAM limit and go into the pagefile, a rust spinner grinds the computer to a halt, so much so you can't even use the interface to stop the problem. For sure. But my machine has 128 GBytes of RAM and 16 cores, of which 12 are allowed for boinc. Furthermore I set app_config files to limit how many of each type of task is allowed to run. So I do not remember ever using the pagefile for much of anything. Running 24/7 for a little over three days, I seem to be using only one megabyte of pagefile. And that pagefile is on the reasonably fast NVME drive. top - 10:59:10 up 3 days, 17:18, 2 users, load average: 12.46, 12.70, 12.54 Tasks: 471 total, 11 running, 460 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.8 us, 5.4 sy, 68.9 ni, 24.7 id, 0.0 wa, 0.1 hi, 0.0 si, 0.0 st MiB Mem : 128086.0 total, 1183.3 free, 7824.3 used, 119078.5 buff/cache MiB Swap: 15992.0 total, 15991.0 free, 1.0 used. 118833.2 avail Mem |
Send message Joined: 9 Oct 20 Posts: 690 Credit: 4,391,754 RAC: 6,918 |
For sure. But my machine has 128 GBytes of RAM and 16 cores, of which 12 are allowed for boinc. Furthermore I set app_config files to limit how many of each type of task is allowed to run. So I do not remember ever using the pagefile for much of anything. Running 24/7 for a little over three days, I seem to be using only one megabyte of pagefile. And that pagefile is on the reasonably fast NVME drive.I turned mine off to save disk space. Got the usual grumble from Windows about it wouldn't be able to store a memory dump when it crashed. Like those are ever helpful. |
Send message Joined: 29 Oct 17 Posts: 1048 Credit: 16,419,240 RAC: 16,637 |
I understand from talking with CPDN today that the assessment for the modified configuration for the Korean project has been done and the reduced grid produces satisfactory results compared with the results that did actually run from the previous batch. Should get a new batch in next couple of weeks pending one or two more tests. --- CPDN Visiting Scientist |
Send message Joined: 15 May 09 Posts: 4535 Credit: 18,984,965 RAC: 21,892 |
Good to hear Glen. I am guessing these should be OK to run under WINE? |
©2024 cpdn.org