JLD and JLD2 #79
GuillaumeSRichard
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using the GPU docker image judi-gpu:1.0.
The script example I am running calls module JLD ("using JLD") but JLD seems to have been replaced in this image by a newer version called JLD2.
If I substitute "use JLD" with "use JLD2", it passes, but then I get an error later when running the julia binary file bp_synthetic_2004_true_velocity.jld, which is downloaded and run by my script. This binary file seems to have JLD hardcoded in it.
If I try to alias JLD2 as JLD (which should be a legal julia command according to the doc) with "using JLD2 as JLD", I get some syntax error.
Thanks.
Giuillaume
Beta Was this translation helpful? Give feedback.
All reactions