search for: xsede

Displaying 2 results from an estimated 2 matches for "xsede".

Did you mean: sede
2013 Sep 15
0
[LLVMdev] LLVM/Clang on HPC Podcast
...were wondering if LLVM / Clang would want to be a feature on the show? It takes about an hour over Skype/Phone and is focussed on being educational. Feel free to contact me (off list) if you are interested in being on the show. Thanks! Brock Palen www.umich.edu/~brockp CAEN Advanced Computing XSEDE Campus Champion brockp at umich.edu (734)936-1985
2013 Feb 01
0
R code parallelized using plyr and doMC: error message: Error in do.ply(i) : task 1 failed - “could not find function ”getClass“”
...how to use remote supercomputers for execution of parallelized code. I got a lot of initial help from this <http://stackoverflow.com/questions/14553357/parallelizing-on-a-supercomputer-and-then-combining-the-parallel-results-r> previous post, as well as one particularly helpful and patient XSEDE guy. I'm only using one node (for the meantime), but each of its 32 cores. I'm using doMC instead of snow, because the guy at the supercomputer is in the process of getting Rmpi running. For now, 32 cores should be (more than) adequate for me. My script is of the sort: |define a bunch...