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

Unable to load JuliaFEM #249

Closed tlow22 closed 4 years ago

tlow22 commented 4 years ago

Since update to FEMBase and FEMBasis (added dependencies on TimerOutputs and Tensors), I have been unable to load JuliaFEM in code.

ERROR: LoadError: ArgumentError: Package FEMBase does not have TimerOutputs in its dependencies:

Possible solution: something to do with REQUIRE as was in this case?
https://github.com/JuliaGPU/CuArrays.jl/issues/300

Thank you

ahojukka5 commented 4 years ago

Yes, it looks I forget to add TimerOutputs.jl to Project.toml file.

tlow22 commented 4 years ago

Ah yes, it's taking me time but I'm familiarizing myself with how Pkg is handled in Julia. I see now that this is related to this issue https://github.com/JuliaFEM/JuliaFEM.jl/issues/248.

I'll close it for now just to reduce bloat.

Thanks!