Skip to content

How should I deal with post processing data after running on GPUs? #4199

Discussion options

You must be logged in to vote

Hello! I took your advice and plotted locally. I realized today that using include("plotting.jl") executes the code differently than just using julia's interactive interface (For example, in my script, FieldTimeSeries(fld_file, "w") would fail but not when I ran FieldTimeSeries(fld_file, "w") in the interactive interface). To resolve this, I still ran include("plotting.jl") but made my entire code a function called plot() so I could run that function in julia's interactive interface. ##3211 helped me understand how to setup FieldTimeSeries locally.

Also, in my code above I changed with_halos = true to with_halos = false because I am not doing any calculations that need the ghost cells.

Th…

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@anpa5279
Comment options

Answer selected by anpa5279
@glwagner
Comment options

@anpa5279
Comment options

@glwagner
Comment options

@anpa5279
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants