JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
249 stars 66 forks source link

ERROR: LoadError: UndefVarError: norm not defined #227

Closed Batmanabcdefg closed 4 years ago

Batmanabcdefg commented 5 years ago

if I use Julia Version 1.0, which benchmarks could I test?

ERROR: LoadError: UndefVarError: norm not defined

ahojukka5 commented 5 years ago

norm is defined in LinearAlgebra since 1.0. So you should write using LinearAlgebra. Where did you get this error message?