search for: xianyi

Displaying 9 results from an estimated 9 matches for "xianyi".

2019 Feb 27
2
Problem with compiling OpenBLAS to work with R
...ight list. I downloaded the OpenBLAS and am following Avraham Adler's great instructions. However, when I run make, things go well to a certain point, and then go bad: make [snip] touch cygopenblas_haswellp-r0.3.5.a make -j 1 -C test all make[1]: Entering directory '/home/erinm/OPB_HOME/xianyi-OpenBLAS-eebc189/test' gfortran -O2 -Wall -frecursive -m64 -mavx2 -o sblat1 sblat1.o ../cygopenblas_haswellp-r0.3.5.a -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../....
2019 Feb 28
3
Problem with compiling OpenBLAS to work with R
.... However, when I run make, things go well to a certain > point, > > and then go bad: > > > > make > > [snip] > > > > touch cygopenblas_haswellp-r0.3.5.a > > make -j 1 -C test all > > make[1]: Entering directory > > '/home/erinm/OPB_HOME/xianyi-OpenBLAS-eebc189/test' > > gfortran -O2 -Wall -frecursive -m64 -mavx2 -o sblat1 sblat1.o > > ../cygopenblas_haswellp-r0.3.5.a -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 > > -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib > > -L/usr/lib/../lib > &...
2019 Mar 04
1
Problem with compiling OpenBLAS to work with R
...tain point, > and then go bad: >>> > >>> > make > [snip] >>> > >>> > touch cygopenblas_haswellp-r0.3.5.a > make -j 1 -C >>> test all > make[1]: Entering directory > >>> '/home/erinm/OPB_HOME/xianyi-OpenBLAS-eebc189/test' > >>> gfortran -O2 -Wall -frecursive -m64 -mavx2 -o sblat1 >>> sblat1.o > ../cygopenblas_haswellp-r0.3.5.a >>> -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 >>> > >>> -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../.....
2019 Feb 28
0
Problem with compiling OpenBLAS to work with R
...lowing Avraham Adler's great > instructions. However, when I run make, things go well to a certain point, > and then go bad: > > make > [snip] > > touch cygopenblas_haswellp-r0.3.5.a > make -j 1 -C test all > make[1]: Entering directory > '/home/erinm/OPB_HOME/xianyi-OpenBLAS-eebc189/test' > gfortran -O2 -Wall -frecursive -m64 -mavx2 -o sblat1 sblat1.o > ../cygopenblas_haswellp-r0.3.5.a -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 > -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib > -L/usr/lib/../lib > -L/usr/lib/gcc/x86_64...
2019 Mar 01
0
Problem with compiling OpenBLAS to work with R
...ell to a certain >> point, >> > and then go bad: >> > >> > make >> > [snip] >> > >> > touch cygopenblas_haswellp-r0.3.5.a >> > make -j 1 -C test all >> > make[1]: Entering directory >> > '/home/erinm/OPB_HOME/xianyi-OpenBLAS-eebc189/test' >> > gfortran -O2 -Wall -frecursive -m64 -mavx2 -o sblat1 sblat1.o >> > ../cygopenblas_haswellp-r0.3.5.a -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 >> > >> -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib >> >...
2013 Oct 09
2
Wireless connection issue - athero 9300 pci wireless card
Hi all, I am new to CentOS. I built myself a desktop with an additional PCI wireless card 'TP-LInk WPN3800', which I have checked needs an ath9k driver. * **04:00.0 Network controller: Atheros Communications Inc. AR9300 Wireless LAN adaptor* Following the wireless connection tutorial on CentOS wiki, I have both kernel-devel 2.6.6 and ath9k installed. Then I tried * $ modprobe ath9k
2011 Nov 01
1
R 2.14.0 for Ubuntu arriving soon: things to watch out for
...k the revolution-mkl package. If this effects you, one solution is to not upgrade to 2.14 (or roll back by pinning the old version. Search for 'pinning apt' or 'pinning synaptic' for more information). Another solution would be to use another package such as OpenBLAS (http://xianyi.github.com/OpenBLAS/). Due to other changes 'under the hood', some packages just break. For example, the package 'sp' would not load until the maintainers updated the code. If a package fails to load for reasons other than a NAMESPACE error, check CRAN for updates. If you hav...
2019 Feb 06
0
nlminb with constraints failing on some platforms
...: openblas-Rblas Version : 0.3.5 Release : 1.fc28 Arch : x86_64 Size : 39 M Source : openblas-0.3.5-1.fc28.src.rpm Repo : @System >From repo : updates Summary : A version of OpenBLAS for R to use as libRblas URL : https://github.com/xianyi/OpenBLAS/ License : BSD Description : : OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD : version. The project is supported by the Lab of Parallel Software and : Computational Science, ISCAS. http://www.rdcps.ac.cn -------------------...
2019 Feb 04
2
nlminb with constraints failing on some platforms
I get the failure message. To be specific: adcomp.git>R CMD BATCH --quiet test_nlminb.R adcomp.git>cat test_nlminb.Rout > f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 ) > opt <- nlminb(rep(0, 10), f, lower=-1, upper=3) > xhat <- rep(1, 10) > abs( opt$objective - f(xhat) ) < 1e-4? ## Must be TRUE [1] FALSE My system is described by: adcomp.git>uname