Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Feb 17, 2024
1 parent 54d8f85 commit 5fd88ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ Model3D = CartData(Grid_LaMEM, (Phases=Phases,Temp=Temp)) # Create LaMEM
Write_Paraview(Model3D,"LaMEM_ModelSetup") # Save model to paraview (load with opening LaMEM_ModelSetup.vts in paraview)

# Save LaMEM markers
dir = joinpath(pkg_dir,"test");
cur_dir = pwd()
cd(dir)
#dir = joinpath(pkg_dir,"test");
#cur_dir = pwd()
#cd(dir)
@show pwd() dir
Save_LaMEMMarkersParallel(Model3D) # Create LaMEM marker input on 1 core
cd(cur_dir)
#cd(cur_dir)

0 comments on commit 5fd88ae

Please sign in to comment.