search for: unsuffient

Displaying 2 results from an estimated 2 matches for "unsuffient".

Did you mean: insuffient
2013 Feb 06
0
LaplacesDemon.hpc parallel prosessing problem
I have a problem with the LaplacesDemon.hpc which terminates with an error. I am not sure if this is in the parallel or the LaplacesDemon package. And if it is a unsuffiency of my code or of the packages. The code runs WELL as NON paralellized code..... > Fit <- LaplacesDemon.hpc(Model, Data=MyData, Initial.Values, + Covar=NULL, Iterations=31500, Status=3000,
2009 Jan 14
4
insufficient fix for gcc localised output in stubdom makefile
Hello. There was a slight change in stubdom makefile from 3.3 to 3.3.1, in order to use non-localised gcc output: GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'') However, this is still unsuffient to just set LANG: [guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'' At least on our build system, you have to export LC_ALL instead: [guillomovitch@n2 xen]$ LC_ALL=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'...