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 25c4239 commit b4ab3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions test/CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ 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");
dir = joinpath(pkg_dir,"test","input_files");
cur_dir = pwd()
#cd(dir)
cd(dir)

if !isdir(dir); mkdir(dir); end # create directory if needed
cd(dir)



@show pwd(), dir
Save_LaMEMMarkersParallel(Model3D, directory=joinpath(dir,"markers")) # Create LaMEM marker input on 1 core
Save_LaMEMMarkersParallel(Model3D) # Create LaMEM marker input on 1 core
cd(cur_dir)
10 changes: 5 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Test
using LaMEM

include("test_julia_setups.jl")
#include("test_julia_setups.jl")
include("runLaMEM.jl")
include("read_timestep.jl")
include("run_lamem_save_grid_test.jl")
include("mesh_refinement_test.jl")
include("read_logfile.jl")
#include("read_timestep.jl")
#include("run_lamem_save_grid_test.jl")
#include("mesh_refinement_test.jl")
#include("read_logfile.jl")

if !Sys.iswindows()
# clean up
Expand Down

0 comments on commit b4ab3f6

Please sign in to comment.