Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. China's new one Petaflop water-cooled computer with Chinese designed cpu's

China's new one Petaflop water-cooled computer with Chinese designed cpu's

Scheduled Pinned Locked Moved The Lounge
htmlasp-netcomquestion
17 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Espen Harlinn

    Or perhaps they're not into angle bracket computing - as in: I have all this computing power, lets use 99% of it on parsing ...

    Espen Harlinn Senior Architect, Software - Goodtech Projects & Services

    B Offline
    B Offline
    BillWoodruff
    wrote on last edited by
    #8

    Espen, I like this remark very much, and it brought me the first smile of the morning here at GMT+7, thanks. Looking beyond the 'zen-truth' in what you said, do you ever wonder what the theoretical minima are for syntactic declaration, delineation, of classes, objects, fields, propertie, methods, etc., are ... when content is being served up dynamically ... streaming in, being fed on demand 'down' from servers ? Does Python, by design, in a way, ask, rhetorically: isn't white space enough ? Well, okay, yeah, you gotta have 'def and 'class. But, Python, as I dimly am aware of it, lets you use def without any terminating tag. Are there planets where life's dna is expressed without semi-colons ? It would actually interest me very much to know what a piece of source code for the whatever language that drives the new dragon-from-the-waters-of-Zheng He looks like. Assuming that's not a national secret. best, Bill

    "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

    E F 2 Replies Last reply
    0
    • B BillWoodruff

      Espen, I like this remark very much, and it brought me the first smile of the morning here at GMT+7, thanks. Looking beyond the 'zen-truth' in what you said, do you ever wonder what the theoretical minima are for syntactic declaration, delineation, of classes, objects, fields, propertie, methods, etc., are ... when content is being served up dynamically ... streaming in, being fed on demand 'down' from servers ? Does Python, by design, in a way, ask, rhetorically: isn't white space enough ? Well, okay, yeah, you gotta have 'def and 'class. But, Python, as I dimly am aware of it, lets you use def without any terminating tag. Are there planets where life's dna is expressed without semi-colons ? It would actually interest me very much to know what a piece of source code for the whatever language that drives the new dragon-from-the-waters-of-Zheng He looks like. Assuming that's not a national secret. best, Bill

      "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

      E Offline
      E Offline
      Espen Harlinn
      wrote on last edited by
      #9

      BillWoodruff wrote:

      first smile of the morning here at GMT+7

      At GMT+7 on a sunday morning, few things beside pleasant dreams could have made me smile ;) Glad you liked it

      Espen Harlinn Senior Architect, Software - Goodtech Projects & Services

      1 Reply Last reply
      0
      • C Chris Losinger

        i use most of my CPU time running HP printer drivers and Adobe updaters

        image processing toolkits | batch image processing

        E Offline
        E Offline
        Espen Harlinn
        wrote on last edited by
        #10

        So that what you wanted that Cray Jaguar[^] for - well yes, I too have noticed that the Adobe Updater is a bit resource hungry ;)

        Espen Harlinn Senior Architect, Software - Goodtech Projects & Services

        1 Reply Last reply
        0
        • B Bert Mitton

          Chris Losinger wrote:

          Adobe updaters

          And it seems no matter how many times you kill the processes, they keep spawning like the undead. I probably shut down the auto-updater at work a good half dozen times a day at work.

          A Offline
          A Offline
          austin hamman
          wrote on last edited by
          #11

          i dont know how this is done on windows, but in linux(and probably most unix bases systems) if you get the PID of the process(ps -aef | grep -i works well), go to /proc//stat the 4th parameter is the parent process that spawned that process...kill that and and it wont get spawned back (something i learned when trying to figure out what the hell was spawning java every time i killed it) (edit: ok i found out how to do it in windows: get process monitor[^] from microsoft, find the process you want, (make sure you have the column for "parent PID" in the grid view), copy the parentPID and go to filter,then go to filter, then select "pid is " it seems procmon can't kill so you have to bring up task manager and find the executable listed under "Process Name" in procmon and then kill it.)

          1 Reply Last reply
          0
          • B BillWoodruff

            New York Times story by John Markoff[^] Excerpt: "The Sunway system, which can perform about 1,000 trillion calculations per second — a petaflop — will probably rank among the 20 fastest computers in the world. More significantly, it is composed of 8,700 ShenWei SW1600 microprocessors, designed at a Chinese computer institute and manufactured in Shanghai." Sometimes I wonder why there isn't a more 'visible' from-within-China presence here on CP. Probably (Occam's Razor ?) because they have their own forums in their own language ? Or is it because the Lounge is on the 'no go' list ? best, Bill

            "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

            F Offline
            F Offline
            Feiyun Wang
            wrote on last edited by
            #12

            I confirm that CP is accessible from China. This lounge and this news are public too.

            S 1 Reply Last reply
            0
            • C Chris Losinger

              i use most of my CPU time running HP printer drivers and Adobe updaters

              image processing toolkits | batch image processing

              F Offline
              F Offline
              Florin Jurcovici 0
              wrote on last edited by
              #13

              See, this is why I got six cores :laugh:

              1 Reply Last reply
              0
              • B BillWoodruff

                Espen, I like this remark very much, and it brought me the first smile of the morning here at GMT+7, thanks. Looking beyond the 'zen-truth' in what you said, do you ever wonder what the theoretical minima are for syntactic declaration, delineation, of classes, objects, fields, propertie, methods, etc., are ... when content is being served up dynamically ... streaming in, being fed on demand 'down' from servers ? Does Python, by design, in a way, ask, rhetorically: isn't white space enough ? Well, okay, yeah, you gotta have 'def and 'class. But, Python, as I dimly am aware of it, lets you use def without any terminating tag. Are there planets where life's dna is expressed without semi-colons ? It would actually interest me very much to know what a piece of source code for the whatever language that drives the new dragon-from-the-waters-of-Zheng He looks like. Assuming that's not a national secret. best, Bill

                "Last year I went fishing with Salvador Dali. He was using a dotted line. He caught every other fish." Steven Wright

                F Offline
                F Offline
                Florin Jurcovici 0
                wrote on last edited by
                #14

                Don't like Python. Like baroque. On a more serious note, IMO freeform is good, and Python is not freeform. If you mess up indent in a 2000 lines Python file, containing only six 300 lines function (which is already happening, as Python is used more and more in large and "respectable" projects, by established companies, who don't always enforce the best coding practices), a restore from source control is your only hope of recovery. OTOH, remember Pascal or VB6? IMO, braces and semicolons are still decent.

                1 Reply Last reply
                0
                • B Bert Mitton

                  Chris Losinger wrote:

                  Adobe updaters

                  And it seems no matter how many times you kill the processes, they keep spawning like the undead. I probably shut down the auto-updater at work a good half dozen times a day at work.

                  M Offline
                  M Offline
                  msvbdev
                  wrote on last edited by
                  #15

                  They're worse than the undead! :mad: I renamed and moved the adobeARM.exe file, and it still pops up! :confused:

                  " 'To err is human'... If that's true, users are the most human people I've ever met" -Anonymous ASP Developer

                  1 Reply Last reply
                  0
                  • F Feiyun Wang

                    I confirm that CP is accessible from China. This lounge and this news are public too.

                    S Offline
                    S Offline
                    Snowman58
                    wrote on last edited by
                    #16

                    Feiyun Wang wrote:

                    I confirm that CP is accessible from China. This lounge and this news are public too.

                    Which probably explains why there are not more Chinese participants. If it does not have to be hacked to get access, they move on to something more interesting like Dept of Defense or CIA files! :)

                    Melting Away www.deals-house.com www.innovative--concepts.com

                    Z 1 Reply Last reply
                    0
                    • S Snowman58

                      Feiyun Wang wrote:

                      I confirm that CP is accessible from China. This lounge and this news are public too.

                      Which probably explains why there are not more Chinese participants. If it does not have to be hacked to get access, they move on to something more interesting like Dept of Defense or CIA files! :)

                      Melting Away www.deals-house.com www.innovative--concepts.com

                      Z Offline
                      Z Offline
                      zhyang75
                      wrote on last edited by
                      #17

                      First of all, I want to say that CP is one of favorite places to learn coding and find answers, and I am a Chinese. The reason why not many Chinese participants here is the language barrier, I think. It's not very easy for me to read an article sometimes when I found a useful one in English, so not to mention writing. However I like this site, despite it's in a foreign language.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups