Teraflops in Germany: Microsoft HPC Server Scores High Marks Programming Databases by EddieC …strategy, Microsoft finds its [URL= http://www.microsoft.com/hpc/] HPC Server 2008[/URL] near the top of the heap. …9,474 processor cores and 9600 GB of memory, HPC Server 2008 performed 68.5 trillion floating point operations … basis for high performance computing applications the world over. HPC Server 2008 is based on Windows Server 2008, with… Re: Teraflops in Germany: Microsoft HPC Server Scores High Marks Programming Databases by Aamy1980 That was really a great information about the HPC. Thanks for sharing it here. By the way have you … Python on HPC (suse linux) without root Programming Software Development by fatalaccidents … trying to install my own version of python on an HPC without root access so I can use my own packages… Multiprocessing for an HPC Programming Software Development by fatalaccidents … mainly a problem of how to implement Pool in a HPC environment. Thanks for your time. Re: Python on HPC (suse linux) without root Programming Software Development by TrustyTony Are you sure that it has not Python allready, it would be very rare beast indeed to have Linux and not Python. Nothing happens when you try to execute python? Could you not just uncompress binary distribution for Linux to your user directionary. Often ~/bin is included in path so you can softlink the executables there and set environment variables… Re: Python on HPC (suse linux) without root Programming Software Development by TrustyTony You could also check [StaticPython](http://code.google.com/p/pts-mini-gpl/wiki/StaticPython) Re: Python on HPC (suse linux) without root Programming Software Development by fatalaccidents It has its own version of Python on it (Python-2.6), but it doesn't have any modules except for the ones that come with it. I want to be able to add all of the modules I talked about in my post to it, so I wanted to create my own local version of it. I had already compiled it once, so I have NO idea why it won't let me do it again. It is really … Re: Python on HPC (suse linux) without root Programming Software Development by fatalaccidents Reading a bit about static python, it isn't a solution to my problem. I need to be able to add a bunch of different packages. So I really need to be able to install my own version of python. Re: Python on HPC (suse linux) without root Programming Software Development by TrustyTony Why can you add modules to your PYTHONPATH or PATH, what python 2.6 is missing that you need to compile other version. It is difficult to have idea of reason exactly, you did configure and set the installation path, looks proper to me. I am also compiling newer version of Python for my cygwin (it also have only 2.6 in repository) as maybe have … Re: Python on HPC (suse linux) without root Programming Software Development by TrustyTony Maybe you could try something like make mrproper && make I do not know what make install target they have for thorough cleaning, mrproper is one used for Linux kernel and similar linux stuff. Re: Python on HPC (suse linux) without root Programming Software Development by fatalaccidents No mrproper... I did do a "make clean" to get rid of the old stuff, but to no avail. Does anyone have any clue what is stopping my installation? It must be something that is being left behind because I had it previously installed. I just can't figure out what it is. Thanks for your help! Re: Multiprocessing for an HPC Programming Software Development by vegaseat You might want to take a look at: https://docs.python.org/dev/library/concurrent.futures.html Re: Multiprocessing for an HPC Programming Software Development by fatalaccidents Thanks for the response. I think my issue has more to do with how to run a Pool on the backend of a supercomputer. The code is working. Does anyone have any experience with how to go about this? I don't think the concurrent futures module (although it looks like it has some nice features) will take care of this problem for me, unless I'm … Re: Multiprocessing for an HPC Programming Software Development by vegaseat Sorry, I have no access to a High Performance Computer like a Cray. My basement is just too small to fit one in. Visual Studio 2010 to 'abstract' parallel programming Programming Software Development by EddieC …high performance computing platform, according to claims. Windows Server HPC 2008 is currently scheduled for release late summer, 2010.… that uses the Messaging Passing Interface standard on many HPC systems, and another for SOA. "We provide…4 beta 2[/url], which Waite said also provides HPC support. "The great thing about Visual Studio … Question regarding dual bootting Windows and Ubuntu Hardware and Software Linux and Unix by Syrne … for this, but I am currently working with an HPC machine for business use and it is currently running Ubuntu… I currently have the necessary Windows software in hand (Windows HPC Server 2008 SP3), but I am a little weary about…stepping me through the process of dual-booting Windows (preferably HPC Server 2008, but I'm sure they're all similar… vim as a Python IDE Programming Software Development by fatalaccidents …, but this was my best guess: I'm on a HPC and wanted to use vim as a python IDE and… was thinking I could install my own python on the HPC, but I'm not sure how to tell the vim… going to install my own version of python on the HPC should I use iPython? Is there any drawbacks to using… Re: Question regarding dual bootting Windows and Ubuntu Hardware and Software Linux and Unix by Syrne … forum. The OS disc that was supplied for me (Wndows HPC Server 2008) will not boot. I tried booting from both… my HPC machine and a normal laptop and it does not recognize… Git - is it possible? Programming Computer Science by fatalaccidents … same repository on my local mac machine and a remote HPC. So when I can edit them in my dropbox and… from the Dropbox directory to my local machine and the HPC? Also, I know how to clone from github, but am… little confused as to how I would clone from the HPC from my Dropbox. Does anyone have any advice or a… Re: Question regarding dual bootting Windows and Ubuntu Hardware and Software Linux and Unix by Syrne … the base OS, Microsoft is not very clear about their HPC software). Everything should be fine now. Thanks for all of… Re: Git - is it possible? Programming Computer Science by fatalaccidents … I can do (because I did compile git on the HPC) is to use github as the dropbox in this case… Dropbox and my local machines and a repo on the HPC all to be clones of that Dropbox repo. Thanks for… Windows® Compute Cluster Server 2003 - announced! Community Center by ! ! …][/url][color=navy], an international conference for high-performance computing (HPC), networking and storage, Microsoft Corp. Chairman and Chief Software Architect… System Crash...PLEASE HELP! Hardware and Software Microsoft Windows by Maverick223 … follows: Asus P5E3 Deluxe Wi-Fi, Intel E6850, 4Gb OZC HPC-DDR3 1066, 74Gb WD-Raptor, 250Gb SATA Hitachi DS, 160… Re: System Crash...PLEASE HELP! Hardware and Software Microsoft Windows by agosb … follows: Asus P5E3 Deluxe Wi-Fi, Intel E6850, 4Gb OZC HPC-DDR3 1066, 74Gb WD-Raptor, 250Gb SATA Hitachi DS, 160… recommended pc and a formal thank you Hardware and Software Hardware by allbuisness1234 … egg :) se16 640 gb \this case and spu works great, hpc used to make power supplies for expensive servers: [url]http… AHCI PORT0 DEVICE ERROR - Asus P5N7A-VM + Windows 7 Hardware and Software Hardware by dcdruck … installed:[/B] 4096 MB [B]Memory type:[/B] OCZ ReaperX HPC 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800… installing numpy Programming Software Development by fatalaccidents … trying to install numpy on a 64 bit SUSE linux (HPC) machine that I don't have root on. I've… LBA to CHS problem Programming Software Development by zbits … formula from wikipedia? Wikipedia's math formula: > lba = ((c * hpc)+h) * spt +s -1 LBA to CHS code from brokenthorn… c++ with mpi program please help?? Programming Software Development by Sai Jyothsna …. There are many available MPI libraries online, such as MS HPC, MPICH etc. The installation/configuration steps can also be found… Python on HPC for cluster computing Programming Software Development by fatalaccidents Hello all, I was curious as to how run many jobs serially on a Cray XE6 machine. You usually qsub things with a ccmrun (for a serial job) or an aprun (instead of mpirun or mpiexec). I first wanted to use the Pool() function, but due to it not being SMP based hardware it would be limited to 32 processors. Even an mpi4py application of something …