From 5fd88ae31c8b36a43fdd77af9791e23075dc7254 Mon Sep 17 00:00:00 2001 From: Boris Kaus Date: Sat, 17 Feb 2024 21:19:12 +0100 Subject: [PATCH] next attempt --- .../CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl b/test/CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl index ea6d9726..48502fae 100644 --- a/test/CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl +++ b/test/CreateMarkers_Subduction_Linear_FreeSlip_parallel.jl @@ -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) \ No newline at end of file +#cd(cur_dir) \ No newline at end of file