Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
installstuff.sh | 2012-05-07 | 7.2 kB | |
dacapo_patch_for_ubuntu.patch | 2011-10-25 | 489 Bytes | |
README.txt | 2011-09-24 | 1.7 kB | |
Totals: 3 Items | 9.3 kB | 0 |
Thank you for downloading my installstuff script. Here is the stuff I have made note of when using this script: --run with bash, not sh --nvidia DOES NOT WORK if you are using virtual box 4.0 or less (the time I was last testing this out on a virtual computer.) I am not sure why. I speculate it has something to do with faulty hardware emulation or something. That stuff is not really my thing. Do NOT try to fix it with that nvidia-configure thing. It will crash your (virtual) computer upon restart. --I tried to install everything I could to work with mpi. I figured it is FAR better to have software configured for mpi on a simple desktop then software configured for serial use on a cluster. --I would like to put this stuff on some svn repository, but I am still new to this whole process of posting open source stuff, and this downloads section on sourceforge is the best I can do. I tried to organize the script as best I could. I have blocks of code that install different things, but the first few blocks install common dependencies. Every block is labeled by a comment line or two. I would strongly recommend keeping the block that installs common dependencies. I apologize, I did not take the time to list which dependencies are for which software packages--but this was mainly because of the enormous redundancy. I came to the conclusion that there was such a good chance that you will wind up using a lot more packages in that block of dependencies than you anticipated that it really was not worth the effort of rewriting each dependency associated with each package. Feel free to send question/comments/suggestions/etc to alexeftimiades@gmail.com