Skip to content

Commit c64f071

Browse files
Removed duplicate directory creation
1 parent c26ad4f commit c64f071

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/simulation/m_data_output.fpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -929,10 +929,6 @@ contains
929929

930930
if (proc_rank == 0) then
931931
file_loc = trim(case_dir) // '/restart_data/lustre_' // trim(t_step_string)
932-
call my_inquire(file_loc, dir_check)
933-
if (dir_check .neqv. .true.) then
934-
call s_create_directory(trim(file_loc))
935-
end if
936932
call s_create_directory(trim(file_loc))
937933
end if
938934
call s_mpi_barrier()

0 commit comments

Comments
 (0)