Displaying 2 results from an estimated 2 matches for "ssee3".
Did you mean:
ssse3
2010 Jul 08
0
help compiling add-on package
...for function prototypes in structures
updating cache ./config.cache
creating ./config.status
creating makefile
creating src/config.h
creating src/machine.h
** libs
icc -std=c99 -I/usr/global/R/2.11.1/lib64/R/include -I/usr/local/include -mp -fpic -i-dynamic -mieee-fp -prec-div -O2 -axSSE2,SSE3,SSEE3,SSE4.1,SSE4.2,AVX -c block.c -o block.o
icc: command line remark #10010: option '-mp' is deprecated and will be removed in a future release. See '-help deprecated'
block.c(66): (col. 70) remark: block_discr has been targeted for automatic cpu dispatch.
icc -std=c99 -I/usr/global/R/2...
2010 May 20
0
Installation problem with "geepack"
...return type is meaningless
const iterator begin() const { return v_;}
^
../inst/include/tnt/vec.h(153): warning #858: type qualifier on return type is meaningless
const iterator end() const { return v_ + n_; }
^
icpc -shared -i-dynamic -mieee-fp -prec-div -O2 -axSSE2,SSE3,SSEE3,SSE4.1,SSE4.2,AVX -lpthread -o geepack.so famstr.o gee2.o geesubs.o inter.o ordgee.o param.o utils.o -L/usr/global/R/2.11.0/lib64/R/lib -lR -L/usr/global/hdf5/1.8.3/lib -Wl,-R/usr/global/hdf5/1.8.3/lib -lhdf5 -lhdf5_hl -lcurl
installing to /gpfs/work/xzt1/my_Rlibs/geepack/libs
** R
** data
** inst...