Search results

  1. Question CPUs for shared memory parallel computing

    Here's the results of timing tests over a large range of problem sizes. Note how poorly my current parallelization approach is for target (the strings to be searched) sizes less than about 70kB. Also notice the hiccup that occurs at 900kB. It appears to be hardware related.
  2. Question CPUs for shared memory parallel computing

    In that example, yes - although 20M bases. Yes. Now if these are required to be the same length as the query string (e g. 22 characters) then this can be quickly done with regular discrete correlation, esp. since it is the foundation of string searches in modern processors. However, here the...
  3. Question CPUs for shared memory parallel computing

    In this application I am using regex to generate thousands of candidate matches which are then assayed by mathematical criteria. When written in a functional programming model, Mathematica produces an efficient computation. At present I am focused on where to "slice" the data for parallel...
  4. Question CPUs for shared memory parallel computing

    I agree. The point in monitoring it is two-fold: checking that usage is scaling linearly with number of parallel processes, and estimating the number of processes that would induce swapping. Here what I'm noticing the processes are scaling fine, but each could be computing a lot more data.
  5. Question CPUs for shared memory parallel computing

    Mathematics is the language of measurement. College calculus is a small part of its realm. The algorithm I've implemented here is Variable Width Discrete Correlation. It is an application of signal processing to noisy data. In this case the signals are cell chromosomes. Thank you for the...
  6. Question CPUs for shared memory parallel computing

    @Ken g6 I have an extended Mathematica license permitting up to 12 parallel kernels. The next step up is out of my budget. Thus a 12 core system is about all I'll consider. Here's some additional data from the test that produced the chart above. At 12 kernels I'm approaching the maximum...
  7. Question CPUs for shared memory parallel computing

    Lucas Films is one of them.
  8. Question CPUs for shared memory parallel computing

    For latest code release and a little documentation, see Fifth Update at https://community.wolfram.com/groups/-/m/t/3265520
  9. Question CPUs for shared memory parallel computing

    @StefanR5R Thank you for the ideas and specs. πŸ™‚ The combinatorics of this computation are: (# of targets)x(# of queries)x(# of regex per query). My current design parallelizes across the #regex. I'm checking to see if this is still the best choice. In fact, I might need a hybrid algorithm that...
  10. Question CPUs for shared memory parallel computing

    @yottabit Thank you for the details. πŸ™‚ 4.8 GHz is tempting. The # of cores and channels is also interesting, esp. since my current Mathematica license limits me to 12 parallel processes. I'm not sure if my liquid cooler would fit the form factor of these "builders", so a current system might...
  11. Question CPUs for shared memory parallel computing

    I'm just about done rewriting the code. Previously it was a two program operation, first the regex scans with some basic filtering, then post processing with narrow filtering. I've rewritten the first part in such a way that the second is unnecessary. This week I also wrote an API plus some...
  12. Question CPUs for shared memory parallel computing

    My perspective is that I've thanked folks here repeatedly for their input. I've also disagreed with some people and the discussion that followed was helpful.
  13. Question CPUs for shared memory parallel computing

    Oh, the installers turned on XMP before running their install diagnostics. They also run full system diagnostics before their install.
  14. Question CPUs for shared memory parallel computing

    That's standard procedure for a factory-authorized warranty installation. But I didn't know about that BiOS setting - thanks for the pointer! Also, someone here recommend turning on XMP so that's already completed.
  15. Question CPUs for shared memory parallel computing

    That is for the current version with the base amount of parallel kernels and includes updates for up to 1 year.
  16. Question CPUs for shared memory parallel computing

    @igor_kavinski S. Wolfram was never a genius, nor is E. Musk. Both of them though hired brilliant people to start and sustain their enterprise. I've assisted some true geniuses over my career, so I do know the difference. Their capabilities are startling.
  17. Question CPUs for shared memory parallel computing

    @Markfw You are getting carried away with superlatives. Here is what I actually said: Two things are very clear about my situation, which I've previously stated in this discussion thread: (1) I will have to upgrade my hardware to tackle a larger dataset which is on the back burner for now (2)...
  18. Question CPUs for shared memory parallel computing

    That's an uninformed response. Many individuals and institutions believe it is well worth the price.
  19. Question CPUs for shared memory parallel computing

    You missed this in prior discussion: On CPU with N cores, I will launch N-1 processes - each running a copy of my computation on a different segment of the data. This results in 70% to 80% CPU utilization. I also use advanced Bios settings, including overclock. Please check prior posts for...
  20. Question CPUs for shared memory parallel computing

    That's 20% of the cost of a warrantied system complete with liquid cooling. Then I'd need to purchase a CPU-locked Wolfram license to use it. Overall, a very poor use of my resources.
  21. Question CPUs for shared memory parallel computing

    I'll wager it could be done, likely involving assembly language. However, I'm not facing the bottleneck addressed by that approach.
  22. Question CPUs for shared memory parallel computing

    I didn't. πŸ™‚ Sorry I can't help you there.
  23. Question CPUs for shared memory parallel computing

    Python is not a functional programming language.
  24. Question CPUs for shared memory parallel computing

    Here's the specs: https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-9-7950x3d.html
  25. Question CPUs for shared memory parallel computing

    The speed-up has two components. 1/3 of it (in runtime) is due to the built-in SequenceAlignment function. 2/3 of it is due to the way I incorporated it. In particular, I eliminated all control structures and expressed the computation as a composite function (math terminology). This permits the...
  26. Question CPUs for shared memory parallel computing

    For an example of functional programming in Wolfram, see "vettedCandidates" computation in the "FOURTH UPDATE" posted on this page: https://community.wolfram.com/groups/-/m/t/3269106
  27. Question CPUs for shared memory parallel computing

    Well, zero : I'm presently running in immediate mode.
  28. Question CPUs for shared memory parallel computing

    Absolutely! πŸ™‚ SequenceAlignment is used to compare the actual primer (String of 16 or so letters) with each of the candidates returned by the regular expression search. So I don't believe it will be affected that way. Yes, I've previously observed the bottleneck caused by independent kernels...
  29. Question CPUs for shared memory parallel computing

    @igor_kavinski You are in time zone GMT+10 ?
  30. Question CPUs for shared memory parallel computing

    At the moment I'm driving a i7-1165G7 laptop with 4 cores, 16 GB RAM, and 12 MB cache. The non-parallel version of my code runs in turbo mode at about 4.6 GHz. When performing a fixed-length regex search on a String of length ~14 M bytes, I see 5 interrupts of about 0.015 seconds -- which I...
  31. Question CPUs for shared memory parallel computing

    There are N-body problems in astronomy for which a well-crafted algorithm on a hypercube is the most efficient known solution. And yet, some of the most challenging problems in petroleum hydrology fail there but do very well on systems like the Frontier. And so on. Finally, I'll mention...
  32. Question CPUs for shared memory parallel computing

    I came to this forum because I previously depended on AnandTech news briefs for up to date industry information. They closed shop last month. I imagine the regulars on this forum are accustom to looky-loos asking for advice on a new system, and thus the responses I've received pointing at...
  33. Question CPUs for shared memory parallel computing

    No I can't. Further, I'm waiting for newer hardware offerings from manufacturers before benchmarking anything. Optimized SSD is sufficient.
  34. Question CPUs for shared memory parallel computing

    Done. I also located a built in Wolfram routine to replace the offending code.
  35. Question CPUs for shared memory parallel computing

    There many different supercomputer architectures. Speed (e.g. petaflops) is a poor measure of any unless you have a very large embarrassingly parallel vector computation.
  36. Question CPUs for shared memory parallel computing

    No you can't, because you are lacking a Wolfram license, which would have to be the extended version for extra parallel kernels. Two things are very clear about my situation, which I've previously stated in this discussion thread: (1) I will have to upgrade my hardware to tackle a larger...
  37. Question CPUs for shared memory parallel computing

    I overrode it in the Bios.
  38. Question CPUs for shared memory parallel computing

    ... if the load being tested is a standard application. But I'm not running a database, engaged in AI, or trying to profit from bit-coin mining. I am spawning parallel computations on cores of the same processor.
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |