Re: [julia-users] ERROR: Target architecture mismatch

2016-10-15 Thread ABB
se_encoding(const char *, const char *, C &) [with C=::Db]" at line 4185 instantiation of "void demangle(const char *, const char *, C &, int &) [with C=::Db]" at line 4267 compilation aborted for /home1/04179/abean/julia/deps/srccache/llvm-svn/lib/Demangle/Itanium

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-15 Thread ABB
error message. Debugging is easier if (after > seeing an error) you re-run with "make -j1", so that the error message > doesn't scroll away. > > -erik > > On Sat, Oct 15, 2016 at 1:41 PM, ABB <austi...@gmail.com > > wrote: > >> I'm getting a new error. This

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-15 Thread ABB
I'm getting a new error. This is with the following make.user: LLVM_VER=svn USEICC=1 USEIFC=1 USE_INTEL_MKL=1 USE_INTEL_MKL_FFT=1 USE_INTEL_LIBM=1 building directly on the (KNL) compute node (in parallel: make -j 68) configure: amending tests/server/Makefile configure: amending

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-14 Thread ABB
s some of the code it generates as part of its bootstrapping > procedure. That is, traditional cross-compiling won't work. I think there's > a way around it, but it's not trivial. I would avoid this in the beginning. > > -erik > > On Fri, Oct 14, 2016 at 11:28 AM, ABB <au

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-14 Thread ABB
t;> You can do that by putting >> LLVM_VER:=svn >> into your Make.user. >> >> - Valentin >> >> On Friday, 14 October 2016 09:55:16 UTC+9, ABB wrote: >>> >>> Sigh... build failed. I'm including the last part that worked and the >>> error

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-13 Thread ABB
] Error 132 make: *** [julia-inference] Error 2 Any advice for debugging that? I don't find any previous issues which are helpful. Thanks - Austin On Thursday, October 13, 2016 at 1:49:24 PM UTC-5, ABB wrote: > > Awesome. Thanks. I'll try it again then. I appreciate the help. >

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-13 Thread ABB
architecture (instead of > "core2" above), which should work both on the front end as well as the KNL > nodes. However, this way you will lose speed on the KNL nodes, except for > linear algebra operations. > > -erik > > > On Thu, Oct 13, 2016 at 2:26 PM, ABB <

Re: [julia-users] ERROR: Target architecture mismatch

2016-10-13 Thread ABB
ould also make it impossible to run on the front > end). > > -erik > > > On Thu, Oct 13, 2016 at 1:18 PM, ABB <austi...@gmail.com > > wrote: > >> I built Julia Version 0.5.1-pre+2 on a cluster I have access to. >> >> The login node on which I executed th

[julia-users] Parallelizing Error on 0.5 on Ubuntu

2016-09-30 Thread ABB
On this Julia version: _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_)| Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.5.0 (2016-09-19 18:14 UTC) _/

[julia-users] Re: Bimodal function evaluation time

2016-06-08 Thread ABB
which isn't really there. Thank you both again! I really appreciate it. If you have further suggestions for cleaning it up, I am happy to hear them. ABB Improved version: function DemandMod3(peo::Array{Float64,2}, modelparameters::Array{Float64, 2}; dist_μ = 0, dist_σ = 1, dist_ξ = 0,

[julia-users] Re: Bimodal function evaluation time

2016-06-08 Thread ABB
h isn't really there. Thank you both again! I really appreciate it. ABB On Wednesday, June 8, 2016 at 4:50:46 PM UTC-5, ABB wrote: > > I'm trying to figure out a perplexing feature of the behavior of a > function I've written. > > What puzzles me is that the functi

[julia-users] Bimodal function evaluation time

2016-06-08 Thread ABB
ay with 11 columns corresponding to the ID number of each of those options - I would like to get the k-th value from the i-th row for each row i of the matrix "allfids") Thank you very much! ABB function DM3(peo::Array{Float64,2}, modelparameters::Array{Float64, 2}; dist_μ = 0, dist_σ =

[julia-users] pmap on functions with variable #'s of arguments

2016-06-02 Thread ABB
was a CapturedException MethodError, even though Fprime( a1) works just fine. If you can point me to what I am doing wrong, I would be very grateful. Thanks! ABB

[julia-users] Re: Importing Functions on Different Workers

2016-06-01 Thread ABB
> > Now test: > addprocs() > using DataFrames > using ProjectModule > df = DataFrame(A = 1:4, B = ["M", "F", "F", "M"]) > pmap(function1, fill(df,10)) > > > > On Thursday, June 2, 2016 at 8:24:52 AM UTC+10, ABB wrote: > &g

[julia-users] Importing Functions on Different Workers

2016-06-01 Thread ABB
ot;overwriting DataFrames".) Is there a better way to load both the DataFrames package and the functions I have written across a couple of workers? Thanks! ABB

[julia-users] Amazon Web Services Build Problem

2016-05-29 Thread ABB
error: ld returned 1 exit status make[2]: *** [libopenspecfun.so] Error 1 make[1]: *** [openspecfun/libopenspecfun.so] Error 2 make: *** [julia-deps] Error 2 The Linux version number is: Linux version 4.4.8-20.46.amzn1.x86_64 (mockbuild@gobi-build-60009) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) Any recommendations or advice you have would be most welcome! Thanks! ABB