-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I cloned your updated code and there have been many errors.
julia> Pkg.test("MaxwellTime")
INFO: Testing MaxwellTime
========== Test BE sensitivities Ind Src ======================
Ind src BE time-stepping: Error During Test
Got an exception of type ErrorException outside of a @test
error compiling solveMaxTimeBE!: error compiling solveLinearSystem!: error compiling factorMUMPS:
could not load library "C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MUMPS\lib\MUMP
S"
The specified module could not be found.
Stacktrace:
[1] getFieldsBE(::MaxwellTime.MaxwellTimeModel{Float64}, ::SparseMatrixCSC{Float64,Int64}, ::Arra
y{Float64,2}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.MUMPSsolver,jInv.Linea
rSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
src\getFields.jl:53
[2] getData(::MaxwellTime.MaxwellTimeModel{Float64}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64
,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}, ::Bool) at C:\Users\luk\AppData\Loc
al\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getData.jl:112
[3] getData(::Array{Float64,1}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.M
UMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.
4.1\v0.6\MaxwellTime\src\getData.jl:7
[4] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\testMaxwellTimeIndSrc.jl:67 [inlined]
[5] macro expansion at .\test.jl:860 [inlined]
[6] anonymous at .<missing>:?
[7] include_from_node1(::String) at .\loading.jl:576
[8] include(::String) at .\sysimg.jl:14
[9] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\runtests.jl:10 [inlined]
[10] macro expansion at .\test.jl:860 [inlined]
[11] anonymous at .<missing>:?
[12] include_from_node1(::String) at .\loading.jl:576
[13] include(::String) at .\sysimg.jl:14
[14] process_options(::Base.JLOptions) at .\client.jl:305
[15] _start() at .\client.jl:371
========== Test BDF2 sensitivities Ind Src ======================
Ind src BDF2 constant step-size: Error During Test
Got an exception of type ErrorException outside of a @test
error compiling solveMaxTimeBDF2ConstDT!: error compiling solveLinearSystem!: error compiling fact
orMUMPS: could not load library "C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MUMPS
\lib\MUMPS"
The specified module could not be found.
Stacktrace:
[1] getFieldsBDF2ConstDT(::MaxwellTime.MaxwellTimeModel{Float64}, ::SparseMatrixCSC{Float64,Int64
}, ::Array{Float64,2}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.MUMPSsolver,j
Inv.LinearSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\Max
wellTime\src\getFields.jl:183
[2] getData(::MaxwellTime.MaxwellTimeModel{Float64}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64
,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}, ::Bool) at C:\Users\luk\AppData\Loc
al\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getData.jl:112
[3] getData(::Array{Float64,1}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.M
UMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.
4.1\v0.6\MaxwellTime\src\getData.jl:7
[4] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\testMaxwellTimeIndSrc-BDF2const.jl:74 [inlined]
[5] macro expansion at .\test.jl:860 [inlined]
[6] anonymous at .<missing>:?
[7] include_from_node1(::String) at .\loading.jl:576
[8] include(::String) at .\sysimg.jl:14
[9] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\runtests.jl:14 [inlined]
[10] macro expansion at .\test.jl:860 [inlined]
[11] anonymous at .<missing>:?
[12] include_from_node1(::String) at .\loading.jl:576
[13] include(::String) at .\sysimg.jl:14
[14] process_options(::Base.JLOptions) at .\client.jl:305
[15] _start() at .\client.jl:371
Ind src BDF2 variable step size: Error During Test
Got an exception of type ErrorException outside of a @test
error compiling solveMaxTimeBDF2ConstDT!: error compiling solveLinearSystem!: error compiling fact
orMUMPS: could not load library "C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MUMPS
\lib\MUMPS"
The specified module could not be found.
Stacktrace:
[1] getFieldsBDF2(::MaxwellTime.MaxwellTimeModel{Float64}, ::SparseMatrixCSC{Float64,Int64}, ::Ar
ray{Float64,2}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.MUMPSsolver,jInv.Lin
earSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTim
e\src\getFields.jl:101
[2] getData(::MaxwellTime.MaxwellTimeModel{Float64}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64
,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}, ::Bool) at C:\Users\luk\AppData\Loc
al\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getData.jl:112
[3] getData(::Array{Float64,1}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.M
UMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.
4.1\v0.6\MaxwellTime\src\getData.jl:7
[4] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\testMaxwellTimeIndSrc-BDF2vardt.jl:76 [inlined]
[5] macro expansion at .\test.jl:860 [inlined]
[6] anonymous at .<missing>:?
[7] include_from_node1(::String) at .\loading.jl:576
[8] include(::String) at .\sysimg.jl:14
[9] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\runtests.jl:15 [inlined]
[10] macro expansion at .\test.jl:860 [inlined]
[11] anonymous at .<missing>:?
[12] include_from_node1(::String) at .\loading.jl:576
[13] include(::String) at .\sysimg.jl:14
[14] process_options(::Base.JLOptions) at .\client.jl:305
[15] _start() at .\client.jl:371
========== Test BE sensitivities Grd Src ======================
Testing single source
Getting data
Grd src BE time-stepping: Error During Test
Got an exception of type ErrorException outside of a @test
error compiling solveDC!: error compiling solveLinearSystem!: error compiling factorMUMPS: could n
ot load library "C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MUMPS\lib\MUMPS"
The specified module could not be found.
Stacktrace:
[1] getFieldsDC(::SparseMatrixCSC{Float64,Int64}, ::SparseMatrixCSC{Float64,Int64}, ::MaxwellTime
.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C
:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getFields.jl:301
[2] getData(::MaxwellTime.MaxwellTimeModel{Float64}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64
,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}, ::Bool) at C:\Users\luk\AppData\Loc
al\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getData.jl:102
[3] getData(::Array{Float64,1}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.M
UMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.
4.1\v0.6\MaxwellTime\src\getData.jl:7
[4] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\testMaxwellTimeGrdSrc.jl:63 [inlined]
[5] macro expansion at .\test.jl:860 [inlined]
[6] anonymous at .<missing>:?
[7] include_from_node1(::String) at .\loading.jl:576
[8] include(::String) at .\sysimg.jl:14
[9] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\runtests.jl:26 [inlined]
[10] macro expansion at .\test.jl:860 [inlined]
[11] anonymous at .<missing>:?
[12] include_from_node1(::String) at .\loading.jl:576
[13] include(::String) at .\sysimg.jl:14
[14] process_options(::Base.JLOptions) at .\client.jl:305
[15] _start() at .\client.jl:371
========== Test BDF2 sensitivities Grd Src ======================
Getting data
Grd src BDF2 time-stepping: Error During Test
Got an exception of type ErrorException outside of a @test
error compiling solveDC!: error compiling solveLinearSystem!: error compiling factorMUMPS: could n
ot load library "C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MUMPS\lib\MUMPS"
The specified module could not be found.
Stacktrace:
[1] getFieldsDC(::SparseMatrixCSC{Float64,Int64}, ::SparseMatrixCSC{Float64,Int64}, ::MaxwellTime
.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C
:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getFields.jl:301
[2] getData(::MaxwellTime.MaxwellTimeModel{Float64}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64
,jInv.LinearSolvers.MUMPSsolver,jInv.LinearSolvers.MUMPSsolver}, ::Bool) at C:\Users\luk\AppData\Loc
al\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\src\getData.jl:102
[3] getData(::Array{Float64,1}, ::MaxwellTime.MaxwellTimeParam{Float64,Int64,jInv.LinearSolvers.M
UMPSsolver,jInv.LinearSolvers.MUMPSsolver}) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.
4.1\v0.6\MaxwellTime\src\getData.jl:7
[4] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\testMaxwellTimeGrdSrc-BDF2.jl:65 [inlined]
[5] macro expansion at .\test.jl:860 [inlined]
[6] anonymous at .<missing>:?
[7] include_from_node1(::String) at .\loading.jl:576
[8] include(::String) at .\sysimg.jl:14
[9] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\runtests.jl:30 [inlined]
[10] macro expansion at .\test.jl:860 [inlined]
[11] anonymous at .<missing>:?
[12] include_from_node1(::String) at .\loading.jl:576
[13] include(::String) at .\sysimg.jl:14
[14] process_options(::Base.JLOptions) at .\client.jl:305
[15] _start() at .\client.jl:371
Grd src BDF2 variable step-size: Error During Test
Got an exception of type ErrorException outside of a @test
Unable to load Pardiso
Stacktrace:
[1] #getMaxwellTimeParam#1(::Symbol, ::Symbol, ::Symbol, ::Symbol, ::Symbol, ::Symbol, ::Int64, :
:Float64, ::MaxwellTime.#getMaxwellTimeParam, ::JOcTree.OcTreeMeshFV{Float64,Int64,Int64}, ::SparseM
atrixCSC{Float64,Int64}, ::SparseMatrixCSC{Float64,Int64}, ::Array{Float64,1}, ::Float64, ::Array{Fl
oat64,1}, ::Array{Float64,1}, ::Symbol) at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1
v0.6\MaxwellTime\src\MaxwellTimeParam.jl:226
[2] (::MaxwellTime.#kw##getMaxwellTimeParam)(::Array{Any,1}, ::MaxwellTime.#getMaxwellTimeParam,
::JOcTree.OcTreeMeshFV{Float64,Int64,Int64}, ::SparseMatrixCSC{Float64,Int64}, ::SparseMatrixCSC{Flo
at64,Int64}, ::Array{Float64,1}, ::Float64, ::Array{Float64,1}, ::Array{Float64,1}, ::Symbol) at .<
missing>:0
[3] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\testMaxwellTimeGrdSrc-BDF2-var-step-size.jl:65 [inlined]
[4] macro expansion at .\test.jl:860 [inlined]
[5] anonymous at .<missing>:?
[6] include_from_node1(::String) at .\loading.jl:576
[7] include(::String) at .\sysimg.jl:14
[8] macro expansion at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime
test\runtests.jl:31 [inlined]
[9] macro expansion at .\test.jl:860 [inlined]
[10] anonymous at .<missing>:?
[11] include_from_node1(::String) at .\loading.jl:576
[12] include(::String) at .\sysimg.jl:14
[13] process_options(::Base.JLOptions) at .\client.jl:305
[14] _start() at .\client.jl:371
Test Summary: | Error Total
MaxwellTime tests | 6 6
Ind src BE time-stepping | 1 1
Ind src BDF2 constant step-size | 1 1
Ind src BDF2 variable step size | 1 1
Grd src BE time-stepping | 1 1
Grd src BDF2 time-stepping | 1 1
Grd src BDF2 variable step-size | 1 1
ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 6 errored, 0 broken.
while loading C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\test\runtest
s.jl, in expression starting on line 6
=======================================[ ERROR: MaxwellTime ]=======================================
failed process: Process('C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\Julia-0.6.4\bin\julia.exe' -Cg eneric '-JC:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\Julia-0.6.4\lib\julia\sys.dll' --compile=yes - -depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes 'C:\Users\luk\Ap pData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\test\runtests.jl', ProcessExited(1)) [1]
====================================================================================================
ERROR: MaxwellTime had test errors