Results 1 to 7 of 7
Yes, I know -- it's old. I want it because I want to install software which says it works under Fedora 11, but doesn't say it works under Fedora 11 ...
- 04-23-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
Where can I download Fedora 11?
Yes, I know -- it's old. I want it because I want to install software which says it works under Fedora 11, but doesn't say it works under Fedora 11 or later. Is there a site for "legacy" ISOs?
- 04-23-2011 #2
Hello and Welcome.
Which software are you trying to install? Usually software will work with newer kernel versions, which is the main difference from one release to the next.
If you must have Fedora 11, I would look in ftp sites.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-23-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
I'm installing CULA 1.3a. The release notes I found at www culatools com/files/docs/R11/release_notes_R11.txt (sorry, not enough posts to post urls) say Fedora 11 is a supported release. I'm installing CULA as a pre-requisite to GPUtools, and previously ran into problems compiling a few dozen modules of that system under Fedora 14. I'm starting again from scratch, and just thought I'd go with the doc all the way down the line this time. It's probably not what's causing my problem, but it also probably couldn't hurt.
- 04-23-2011 #4
Hello and Welcome!

In case you're still looking for it, all Fedora versions can be found on their site.
BTW... what problems did you run into? Dependencies? Performance issues?
- 04-23-2011 #5Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
Thank you for that tip. I'm in the process of downloading the ISO DVD for Fedora 11 now because you helped me find it, and I appreciate the help.
I'm not entirely sure what is causing the problem I'm having. It's something that's happening during the GPUtools build. Here's the log from that:
The numerous "Double not supported, demoting to float" messages are due to the graphics card I have installed -- it doesn't support "double", because the "compute capability" is only 1.1. I assume this means it doesn't have the hardware to handle double arithmetic.Code:> install.packages("gputools") Installing package(s) into ‘/usr/lib64/R/library’ (as ‘lib’ is unspecified) trying URL 'http cran stat.ucla.edu/src/contrib/gputools_0.24.tar.gz' Content type 'application/x-tar' length 164251 bytes (160 Kb) opened URL ================================================== downloaded 160 Kb * installing *source* package ‘gputools’ ... configure: checking for critical tools used by configure checking "environment variable CUDA_HOME"... "CUDA_HOME not set; using default /usr/local/cuda" checking "environment variable CULA_HOME"... "CULA_HOME not set; using default /usr/local/cula" checking for /usr/local/cuda/bin/nvcc... yes "nvcc found" checking "whether this is the 64 bit linux version of CUDA"... checking for /usr/local/cuda/lib64/libcublas.so... yes "yes -- using /usr/local/cuda/lib64 for CUDA libs" "using -I/usr/include/R for R header files" "using -L/usr/lib64/R/lib -lR for R shared libraries" checking "whether this is the 64 bit version of CULA"... checking for /usr/local/cula/lib64/libcula.so... yes checking for /usr/local/cula/lib64/libcula.dylib... no "yes -- using /usr/local/cula/lib64 for CULA libs" configure: determining host platform checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu configure: creating ./config.status config.status: creating src/Makefile config.status: creating R/gpuSvm.R config.status: creating R/gpuFastICA.R config.status: creating R/gpuSvd.R ** libs ** arch - /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic kendall.cu -o kendall.o ptxas /tmp/tmpxft_00004755_00000000-9_kendall.compute_10.ptx, line 301; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004755_00000000-7_kendall.compute_11.ptx, line 301; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004755_00000000-2_kendall.compute_12.ptx, line 301; warning : Double is not supported. Demoting to float /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic classification.cu -o classification.o ptxas /tmp/tmpxft_000047e8_00000000-9_classification.compute_10.ptx, line 388; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_000047e8_00000000-7_classification.compute_11.ptx, line 388; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_000047e8_00000000-2_classification.compute_12.ptx, line 388; warning : Double is not supported. Demoting to float /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -I/usr/local/cula/include -Xcompiler -fpic ica.c -o ica.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -I/usr/local/cula/include -Xcompiler -fpic svd.c -o svd.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic rinterface.cu -o rinterface.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic mi.cu -o mi.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic sort.cu -o sort.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic granger.cu -o granger.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic qrdecomp.cu -o qrdecomp.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic correlation.cu -o correlation.o ptxas /tmp/tmpxft_00004b70_00000000-9_correlation.compute_10.ptx, line 1217; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004b70_00000000-7_correlation.compute_11.ptx, line 1217; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004b70_00000000-2_correlation.compute_12.ptx, line 1217; warning : Double is not supported. Demoting to float /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic hcluster.cu -o hcluster.o ptxas /tmp/tmpxft_00004c03_00000000-9_hcluster.compute_10.ptx, line 740; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004c03_00000000-7_hcluster.compute_11.ptx, line 740; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004c03_00000000-2_hcluster.compute_12.ptx, line 740; warning : Double is not supported. Demoting to float /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic distance.cu -o distance.o ptxas /tmp/tmpxft_00004c96_00000000-9_distance.compute_10.ptx, line 960; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004c96_00000000-7_distance.compute_11.ptx, line 960; warning : Double is not supported. Demoting to float ptxas /tmp/tmpxft_00004c96_00000000-2_distance.compute_12.ptx, line 960; warning : Double is not supported. Demoting to float /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic matmult.cu -o matmult.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic lsfit.cu -o lsfit.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -c -I. -I/usr/local/cuda/include -I/usr/include/R -Xcompiler -fpic cuseful.cu -o cuseful.o /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode arch=compute_13,code=sm_13 -gencode arch=compute_20,code=sm_20 -shared -Xlinker -L/usr/lib64/R/lib -lR -L/usr/local/cula/lib64 -lcula -lcublas kendall.o classification.o ica.o svd.o rinterface.o mi.o sort.o granger.o qrdecomp.o correlation.o hcluster.o distance.o matmult.o lsfit.o cuseful.o -o gputools.so installing to /usr/lib64/R/library/gputools/libs ** R ** preparing package for lazy loading ** help *** installing help indices converting help for package ‘gputools’ finding HTML links ... done chooseGpu html getAucEstimate html getGpuId html gpuCor html gpuCrossprod html gpuDist html gpuDistClust html gpuFastICA html gpuGlm html gpuGranger html gpuHclust html gpuLm html gpuLm.defaultTol html gpuLm.fit html gpuLsfit html gpuMatMult html gpuMi html gpuQr html gpuSolve html gpuSvd html gpuSvmPredict html gpuSvmTrain html gpuTcrossprod html gpuTtest html ** building package indices ... ** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib64/R/library/gputools/libs/gputools.so': libcula.so: cannot open shared object file: No such file or directory ERROR: loading failed * removing ‘/usr/lib64/R/library/gputools’ The downloaded packages are in ‘/tmp/Rtmpgp07t7/downloaded_packages’ Updating HTML index of packages in '.Library' Warning message: In install.packages("gputools") : installation of package 'gputools' had non-zero exit status >
After it's executed, there is indeed no "gputools" directory in the /usr/lib64/R/library path, but it's not clear to me from the log why the file it was looking for wasn't there before that directory was deleted. If you can spot it from the log, I'll owe you another debt of gratitude; if not, I still appreciate the tip on where to find Fedora 11. Thanks again.
ETA: Just ran out of space downloading the DVD ISO, so "lack of space" may have been the (invisible to me) problem during the GPUtools install too. I'm going to be putting a new operating system on a new 1.5 TB drive, and I plan to allocate at least 500 GB to the Fedora 11 partition. That should be more than enough...Last edited by spamsickle; 04-23-2011 at 03:16 PM.
- 04-23-2011 #6
Try this link.
https://stat.ethz.ch/pipermail/r-sig.../attachment.plI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-23-2011 #7Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
Thanks for the tip. Seeing that the same problem occurred (and was resolved) on an Ubuntu install reinforces the idea that it's probably not the Fedora version that's the source of the problem. So while I'll burn the Fedora 11 DVD, I think I'll start the re-do with a larger partition and Fedora 14.
I appreciate all the help. A lot of this is pretty new to me, and I'm kind of feeling my way.


Reply With Quote
