Xeon Phi (aka Knights Corner, MIC) |
![]() |
| log in |
Message boards : Number crunching : Xeon Phi (aka Knights Corner, MIC)
Previous · 1 · 2
| Author | Message |
|---|---|
There was a software tool called Parallel Virtual Machine by the University of Tennessee which allowed this. Once I connected a Bull/Mips minicomputer and a SUN SparcStation using this tool. That sounds neat. I will have to see if I can get that to work on some of my machines in the lab. Hopefully this is the software you were referring to? http://www.csm.ornl.gov/pvm/ ____________ SETI@home classic workunits: 93,865 CPU time: 863,447 hours Join the BP6/VP6 User Group today! | |
| ID: 1249935 · | |
|
Yes. I was meaning it. | |
| ID: 1249939 · | |
|
I tried PVM a long time ago. Back on Fedora 6 when it was the newest release. I had access to a computer lab of 30 identical P4 3.0 machines and was trying to get that all configured, but even with the documentation, couldn't figure it out. | |
| ID: 1250034 · | |
There was a software tool called Parallel Virtual Machine by the University of Tennessee which allowed this. Once I connected a Bull/Mips minicomputer and a SUN SparcStation using this tool. What a neat little piece of software. This could be just what I was looking for to teach myself compiling in an educational manner. I think I'll hang on to this source. :-) ____________ -Dave #2 | |
| ID: 1250041 · | |
|
PVM, hehe i had to write program using it in the parallel programing class at univ. It worked :) Tried to run a program with 100 childs (that does nothing just hangs a few sec) on a dual Pentium Pro comp. It ran more than a half hour, and had 35 load :D | |
| ID: 1250500 · | |
| ID: 1252032 · | |
I got a question for you. Is someone testing AI software? | |
| ID: 1252042 · | |
I got a question for you. If wanting to test simple unix/linux command inputs like that the best way is to go ahead and do it, and see what happens :¬) | |
| ID: 1252048 · | |
If you are an ordinary user and am using the console only (no graphics or multi-user/multi-tasking environment) and input the command sleep 30, the PC goes to sleep for that 30 seconds. Actually, "sleep" doesn't make PC go to sleep. It is simply a process that executes for the given time (while not cunsuming any CPU cycles), then exits. It is commonly used in scripts (without &) to add artificial delays. But replace the command with sleep 30 & instead, making it a background process. What happens then? It simply launches process in the background (that does absolutely nothing) where it exists for the given number of seconds then exits. If you use it in a script like this (with &) it of course doesn't add delay to a script, because the script will continue executing while sleep is executing in the background, detached from the parent process. (Oh, and non-multitasking OS wouldn't support any kind of launching into background anyway, except specially programmed processes - like drivers/memory resident programs - like in DOS). What if the environment is more advanced/sophisticated? How would this command appear as a running process? It's a process like any other program, with its own PID (process ID) and name "sleep N" (N = seconds). Finally, if you are root or superuser on a system, what may happen if you try running this command either by means of the console or in a graphical multi-user/multi-tasking environment? Makes no difference. "sleep" process will simply exist under root credentials. ____________ | |
| ID: 1252052 · | |
I got a question for you. Google is actually. Google simulates the human brain with 1000 machines, 16000 cores and a love of cats With compute cards maybe they could have cut that down to 250 machines. ____________ SETI@home classic workunits: 93,865 CPU time: 863,447 hours Join the BP6/VP6 User Group today! | |
| ID: 1252082 · | |
| ID: 1252149 · | |
If wanting to test simple unix/linux command inputs like that the best way is to go ahead and do it, and see what happens :¬) yes, sure, as long as those inputs don't include "rm" or "rm -r"... *recalls lessons learned the hard way* And on that note: "sleep 30&" will only force that background process to sleep, nothing else will be affected. so "sleep 30&" does nothing. but "sleep 30; <some other command> &" will do something, in 30 seconds... ____________ -Dave #2 | |
| ID: 1252150 · | |
|
I think Intel has their work cut out for them... | |
| ID: 1252154 · | |
|
I am sure that some SETI@home volunteer will buy them just to show how good he is. See "The theory of the leisure class" by Thorstein Veblen. This he called "conspicuous consumption". | |
| ID: 1252187 · | |
|
Another Phi revision: | |
| ID: 1270187 · | |
| ID: 1272912 · | |
|
Nvidia's Top End Kepler Unveiled: Tesla K20 Comes with Disappointing Specs, Performance | |
| ID: 1296516 · | |
Message boards : Number crunching : Xeon Phi (aka Knights Corner, MIC)
| Copyright © 2013 University of California |