search for: dalign

Displaying 20 results from an estimated 32 matches for "dalign".

Did you mean: align
2006 Feb 03
2
rgl install problem on Solaris 10 X86
...eating ./config.status config.status: creating src/Makevars ** libs CC -xtarget=generic64 -I/export/home/choid/bin/R2.2.1/lib/R/include -I/usr/openwin/include -DHAVE_PNG_H -I/usr/include/libpng12 -I/mounts/devel/SUNWspro/prd/include -I/mounts/devel/GNU/repoz/readline43/include -KPIC -O -xlibmil -dalign -I/mounts/devel/SUNWspro/prod/include -c api.cpp -o api.o CC: Warning: Option -dalign passed to ld, if ld is invoked, ignored otherwise CC -xtarget=generic64 -I/export/home/choid/bin/R2.2.1/lib/R/include -I/usr/openwin/include -DHAVE_PNG_H -I/usr/include/libpng12 -I/mounts/devel/SUNWspro/prd/includ...
2009 Feb 23
1
Build Error on Solaris
Dear R user, I try to build R-2.8.1 on SunOS 5.9, and use following command: CC="cc -xarch=v9" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v9" FFLAGS="-xO5 -xlibmil -dalign" CXX="CC -xarch=v9" CXXFLAGS="-xO5 -xlibmil -dalign" FC="f95 -xarch=v9" FCFLAGS="-xO5 -xlibmil -dalign" LIBnn="lib" ./configure...
2001 Jun 19
5
core dump on 64-bit Solaris (PR#990)
Using the 64-bit Solaris compilers make check dumps core in La_rs at 73 F77_CALL(dsyev)(jobv, uplo, &n, rx, &n, rvalues, work, &lwork, &info); I can't reproduce it easily, but example(eigen) occasionally stops with Error: abs(sm - V %*% diag(lam) %*% t(V)) < 60 * Meps is not TRUE which might be connected. The tiny rounding errors in example(eigen) aren't
2002 Jan 15
0
errors intalling splancs and sgeostat
...ate.packages(). I got an error for splancs and sgeostat. Trying to install them 'manually' with R CMD INSTALL, I got the following errors. 1) for splancs: Tue<15:26>library[82]#R CMD INSTALL splancs_2.01-5.tar.gz Installing *source* package `splancs' ... libs f95 -PIC -xO5 -dalign -xlic_lib=sunperf -c areapl.f -o areapl.o f95 -PIC -xO5 -dalign -xlic_lib=sunperf -c cncvwt.f -o cncvwt.o f95 -PIC -xO5 -dalign -xlic_lib=sunperf -c dokhat.f -o dokhat.o f95 -PIC -xO5 -dalign -xlic_lib=sunperf -c inpip.f -o inpip.o f95 -PIC -xO5 -dalign -xlic_lib=sunperf -c ipippa.f -o...
2004 Apr 23
2
make fails with Sun Forte compiler (PR#6815)
...arapani Version: 1.9.0 OS: Solaris 9 Submission from: (NULL) (141.106.120.97) I'm following the instructions for the Sun Forte compiler. I had success with 1.8.1 so I think the compiler settings are correct (config.site): CC="cc -xarch=v8plusa" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v8plusa" FFLAGS="-xO5 -xlibmil -dalign" CXX="CC -xarch=v8plusa" CXXFLAGS="-xO5 -xlibmil -dalign" Actually, there is one thing that I didn't specify above, but I'm not sure how. The Sun Performance library is...
2002 Jun 15
2
Late Make Problem with Readline (PR#1673)
...the break in the make process I am worried about. I am using 64 bit Solaris, with the 64 bit with Sun Forte flags as advocated in Appendix B. 7.2 of the Installation Guide. I compiled readline with the same flags. For definiteness, they are CC="cc -xarch=v9" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v9" FFLAGS="-xO5 -xlibmil -dalign" CXX=CC CXXFLAGS="-xO5 -xlibmil -dalign -xarch=v9" Without readline, the make command exectutes fine. Here is the actual bug mkdir -p -- ../../../../library/methods/libs make[5]: Leaving directory `/afs/ir.stan...
2004 Sep 20
1
unable to load shared library "/home/hpc1367/runs/taper/taper.so"
...same error. my makefile (used to produce the .so) is included below F90S = taper.f90 OBJS = taper.o LIBS = -lsocket -lnsl -lintl OPT = -fast MODS = -M/opt/NAG/fnsol04dbl/nag_mod_dir NAG = /opt/NAG/fnsol04dbl/libnagfl90.a STATNAG = /opt/NAG/flsol20dal/libnag.a taper.o : taper.f90 f95 -c -dalign $(OPT) $(MODS) taper.f90 taper.so: taper.f90 f95 -o taper.so -G -dalign $(OPT) $(MODS) taper.f90 taper.x : taper.o f95 -o taper.x -dalign $(OPT) $(MODS) $(LIBS) taper.o $(OBJS) $(NAG) please, help thank you very much stoyan
2004 Jul 21
1
Building problem: leftover from old OS
...have updated my OS from Solaris 2.7 to Solaris 2.8, and I am trying to build R 1.9.1. Configure seems to run fine, resulting in the message: R is now configured for sparc-sun-solaris2.8 Source directory: . Installation directory: /usr/local C compiler: cc -xO5 -dalign -xlic_lib=sunperf C++ compiler: CC -xO5 -dalign Fortran compiler: f95 -xO5 -dalign -xlic_lib=sunperf Interfaces supported: X11 External libraries: BLAS(none), LAPACK(in blas) Additional capabilities: PNG, JPEG Options enabled: R profiling...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...ack_read_char in -lreadline... no checking for history_truncate_file... no configure: error: --with-readline=yes (default) and headers/libs are not available My R-2.2.1/config.site has the following changes from default: CC="cc -xtarget=opteron -xarch=amd64" CFLAGS="-xO5 -xlibmil -dalign" CPPFLAGS=-I/opt/sfw/include -I/opt/sfw/include/readline \ -I/opt/csw/include -I/opt/SUNWspro/include -I/opt/csw/include/readline F77="f95 -xarch=amd64 -xtarget=opteron" FFLAGS="-xO5 -xlibmil -dalign" LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib CXX=&quo...
2004 Sep 08
1
Problems loading Lapack library
...Sun WorkShop Performance Analyzer 4.0 Sun WorkShop IPE 4.0 Sun WorkShop Compiler FORTRAN 77 4.2 Sun WorkShop Compiler Fortran 90 1.2 Sun Performance Library 1.2 Here are the lines I changed in config.site: R_PAPERSIZE=letter CC="cc -xarch=v8plusa" CFLAGS="-xO3 -dalign" F77="f90 -xarch=v8plusa" FFLAGS="-xO3 -dalign" MAIN_LDFLAGS="-xarch=v8plusa" LDFLAGS="-L/opt/SUNWspro/lib -L/usr/local/lib" CXX="CC -xarch=v8plusa" CXXFLAGS="-xO3 -dalign" BLAS_LIBS="-xlic_lib=sunperf" LAPACK_LIBS="-xl...
2004 May 25
2
e1071, R1.9.0, Solaris 2.9, should I be worried?
...ade 100, with "Sun WorkShop 6 update 2 C++ 5.3 2001/05/15" as the C++ compiler, I just did > install.packages("e1071") The output includes these lines, which I have wrapped to fit nicely in mail: ** libs cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c cmeans.c -o cmeans.o cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c cshell.c -o cshell.o cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c floyd.c -o floyd.o cc -I/users/local/lib/R/include -I/usr/local/include...
2009 Mar 31
3
RMySQL compile
...install RMySQL on OpenSolaris and need to pass some options to configure. Tried the 3 recommended ways of doing it and nothing works, configure cannot find the headers and the libs. I ran configure manually and that worked fine ./configure CC=cc CFLAGS="-dalign -KPIC -xlic_lib=sunperf" LDFLAGS="-L/usr/sfw/lib -L/usr/lib -L/usr/local/lib -L/opt/csw/lib" CPPFLAGS="-I/usr/local/lib/R/include -I/usr/mysql/5.0/include/mysql -I/opt/csw/include -I/usr/sfw/include -I/usr/X11/include -I/usr/lib/...
2004 Sep 03
0
Installation problems on Solaris 2.6
...Sun WorkShop Performance Analyzer 4.0 Sun WorkShop IPE 4.0 Sun WorkShop Compiler FORTRAN 77 4.2 Sun WorkShop Compiler Fortran 90 1.2 Sun Performance Library 1.2 Here are the lines I changed in config.site: R_PAPERSIZE=letter CC="cc -xarch=v8plusa" CFLAGS="-xO3 -dalign" F77="f90 -xarch=v8plusa" FFLAGS="-xO3 -dalign" MAIN_LDFLAGS="-xarch=v8plusa" LDFLAGS=-L/opt/SUNWspro/lib CXX="CC -xarch=v8plusa" CXXFLAGS="-xO3 -dalign" BLAS_LIBS="-xlic_lib=sunperf" LAPACK_LIBS="-xlic_lib=sunperf" The con...
2002 Apr 05
1
randomForest() segfaults under Solaris(SPARC) 2.7
Invocation of randomForest() using the iris example in the help file crashes R with a segmentation fault. This happens on all of our ultraSPARC machines running Solaris 2.7. We're using R-1.4.1, compiled using Sun cc and f77 and the flags: CC=cc CFLAGS="-xO5 -xlibmil -dalign" FC=f77 FFLAGS="-xO5 -xlibmil -dalign" "make check" runs withour errors, and R has been working well for all other applications/installations. Incidentally, randomForest() runs fine on one of our ultraSPARC machines running Solaris 2.6 and R-1.4.1 compiled using the same...
2003 Feb 04
1
Bug in configure script for Solaris v9 arch with libsunperf (PR#2530)
...perf test passes!). Quick fix: Add the recommended flag to the compiler env vars Description: ----------- I'm setting the following env vars before running configure, as per the admin guide: export PATH=/usr/ccs/bin:$PATH export CC="cc -xarch=v9" export CFLAGS="-xO5 -xlibmil -dalign" export F77="f95 -xarch=v9" export FFLAGS="-xO5 -xlibmil -dalign" export CXX="CC" export CXXFLAGS="-xO5 -xlibmil -dalign" Config.log reports the following: configure:19929: checking for sgemm_ in -lsunperf configure:19966: cc -xarch=v9 -o conftest -xO5...
2006 Jun 20
0
Successfully building 2.3.1 with Sun One Studio 8 on Solaris 9 (SPARC)
...he Foreign package will not build initially. So delete src/library/Recommended/foreign.tgz and create src/library/Recommended/foreign.ts #4. setup your environment to be as free software-friendly as possible with /opt/sfw/bin in your PATH: CONFIG_SHELL=/usr/xpg4/bin/sh CC=cc GCC= CFLAGS=-xlibmil -dalign CXX=CC CXXFLAGS=-xlibmil -dalign F77=f95 F95=f95 FFLAGS=-xlibmil -dalign CPP=/opt/sfw/bin/cpp CPPFLAGS=-I/opt/sfw/include LDFLAGS=-L/opt/sfw/lib BLAS_LIBS=-xlic_lib=sunperf #5. configure, make and install configure --with-blas --with-lapack gmake gmake install cd src/library/Recommended R CMD INST...
2005 Aug 23
0
Compile probs amd64 solaris10 studio10 compilers
Hi All, I am having some problems with my R compile and matrix.c My config setings are:- setenv CC "cc -xarch=amd64" setenv F77 "f95 -xarch=amd64" setenv CXX "CC -xarch=amd64" setenv CFLAGS "-xO5 -xlibmil -dalign" setenv FFLAGS "-xO5 -xlibmil -dalign" setenv CXXFLAGS "-xO5 -xlibmil -dalign" setenv SHLIB_CXXLDFLAGS -lCstd setenv LDFLAGS "-L/usr/local/SUNWspro/lib/amd64 -L/usr/local/SUNWspro/lib -L/usr /local/lib" I've installed a 64bit tcl/tk and readline -- Vin....
2002 Sep 20
0
problem with make on sparc solaris 8 ( R-1.6.0beta_2002-09-18.tar.gz)
...parc os solaris2.8 system sparc, solaris2.8 status beta major 1 minor 6.0 year 2002 month 09 day 18 language R and I'm using the follwing modification to config.site (which I have used on a regular basis in the past). CC="cc" CFLAGS="-xO5 -xlibmil -dalign" F77="f95" FFLAGS="-xO5 -xlibmil -dalign" CXX="CC" CXXFLAGS="-xO5 -xlibmil -dalign" and I'm using the solaris make program... -- _________________________________________________________ Gardar Johannesson Department of Statistics The Ohio S...
2006 Feb 17
0
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...ack_read_char in -lreadline... no checking for history_truncate_file... no configure: error: --with-readline=yes (default) and headers/libs are not available My R-2.2.1/config.site has the following changes from default: CC="cc -xtarget=opteron -xarch=amd64" CFLAGS="-xO5 -xlibmil -dalign" CPPFLAGS=-I/opt/sfw/include -I/opt/sfw/include/readline \ -I/opt/csw/include -I/opt/SUNWspro/include -I/opt/csw/include/readline F77="f95 -xarch=amd64 -xtarget=opteron" FFLAGS="-xO5 -xlibmil -dalign" LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib CXX=&quo...
2004 Nov 22
1
Installing rgl in R2.0.1
...headers /usr/openwin/include checking for libpng-config... yes configure: creating ./config.status config.status: creating src/Makevars ** libs CC -I/users/local/lib/R/include -I/usr/openwin/include -DHAVE_PNG_H -I/usr/local/include -Wall -pedantic -fno-exceptions -fno-rtti -KPIC -xO4 -xlibmil -dalign -c x11lib.cpp -o x11lib.o CC: Warning: Option -Wall passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -pedantic passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -fno-exceptions passed to ld, if ld is invoked, ignored otherwise ... erwise CC: Warning: Option...