Slashdot Mirror


User: kefalonia

kefalonia's activity in the archive.

Stories
0
Comments
85
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 85

  1. MPI calls: MPI_Send/MPI_Recv and co on Ask Slashdot: What's the Most Often-Run Piece of Code -- Ever? · · Score: 1
    OK, I think there is a fair proposition about this question.

    First, let's agree on some observations:
    • * The per-clock throughput of CPUs has been on an exponential increase curve, per last decades, ie. last 20-30 years matter a lot
    • * The proliferation of silicon compute devices has been on the increase for decades, ie last 10-20 years matter a lot (from the very small to the very big)
    • * The duty cycle of most silicon devices is not 100%; there are two notable exceptions: infrastructure (embedded) systems and supercomputers
    • * Parallel computation implies fast interconnects for quick message passing; for some initial info, ref. https://computing.llnl.gov/tutorials/parallel_comp/
    • * Despite regular interconnect technology upgrades, MPI has been the agreed standard for message passing since the early 90s

    ref. http://www.top500.org/ ->Statistics for more details; so, here we talk about big machines, of high duty cycle, of using mostly a uniform API for synchronization.

    Given Weather, Climate & Computational Fluid Dynamics codes (and some more), the temporal density of such calls is pretty good.

    Concluding, MPI should be the most common *API* being called nowadays per unit of time;
    there is still room for challenging this though: MPI Send/Recv calls have a few variants plus,
    MPI stack implementors may have fragmented the codebase, to declare a clear winner...

  2. Re:People don't upgrade on Why Do Projects Continue To Support Old Python Releases? · · Score: 1

    But, why aim for the least, when you *can* do the most? Environment-modules allow you to install multiple versions of software side-by-side, including multiple versions of Python. Furthermore, it is next to trivial to install few 2.x and 3.x versions by using EasyBuild, see for examples at: https://github.com/hpcugent/easybuild-easyconfigs/tree/master/easybuild/easyconfigs/p/Python EasyBuild itself is written in Python and will run in any Python 2.x for x>=4. Last but not least, EasyBuild may prove to be the more sane way to install Python packages in a cross-platform way; anyone here having a better *cross-platform* offer?

  3. by not replying, you do them a favor: you give them all the information they need to retry (noop => retry).

    Try to put something like an answering machine, a hayes-modem with AT commands, Asterisk, whatever it takes to make sure you increase THEIR cost (the cost maybe monetary if they have no fixed landline costs or, other like human time, when they are on flat-fee) Likely, there will no shortage of such scams in the future, so you will get to re-use your equipment and effort.

    Make sure you engage them otherwise, if everybody strays away from this, they have more chances to continue the scam.

    btw. the Google Voice suggested by others is the right course/direction of action, if you have live business phone traffic coming in; otherwise, you risk your clients. (and if it is such the case, $20 is a no-brainer to better serve your customers)

  4. Check your facts on Cyprus University Accepts Bitcoin For Tuition Fee Payments · · Score: 1
  5. HP-10s on Ask Slashdot: Cheap Second Calculators For Tests? · · Score: 1

    At 11$, it should fit the bill; made for scientists and engineers, should pass its own exams with 240 functions. The manual is here: http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c03519340-1.pdf Why recommend it? I own it and it does the job, if the problem is really for a calculator :)

  6. commodity blade servers... on India's Billion User Biometric Odyssey · · Score: 1

    ...nice! how technology pace invents new commodities ;-)

  7. Re:jerk on Georgia Cop Issues 800 Tickets To Drivers Texting At Red Lights · · Score: 1

    He could as well fine policemen, that stop for a piss while on duty. They don't get a salary to piss after all, that's against the law or regulation or whatever! Thinking about it, that's way more efficient for, and giving safety to, the taxpayer, than collecting fines of people SMSing!

  8. Yeah, right... on NSA Posts Opening For "Civil Liberties & Privacy Officer" · · Score: 1

    ... some US fellows are about to learn Separation of Powers(and Duties) all over again...

  9. Re:Old Married people? on Former NSA Chief Warns Hackers Will Attack US If Snowden Is Captured · · Score: 1

    Old married people, too much to lose? Depends how old!

  10. ps.
    Here is my favorite hard-to-bend systems hand-over test: shutdown and restart everything. If you can :) Yes, everything, yes: full shutdown, up to the electrical supply. You can't cheat that a lot; you'll miss info, but only secondary info. That will be good base for stellar (reverse) engineering.