Skip to content

Commit

Permalink
script for generate benchmark mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
icui committed Jan 24, 2025
1 parent d96ace1 commit 6364d09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions benchmarks/generate_mesh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
cd data
mkdir -p OUTPUT_FILES/results
xmeshfem2d -p Par_file
cd ../data_aniso
mkdir -p OUTPUT_FILES/results
xmeshfem2d -p Par_file
1 change: 0 additions & 1 deletion benchmarks/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ void run_benchmark(const YAML::Node &parameter_dict,
auto start_time = std::chrono::system_clock::now();
specfem::runtime_configuration::setup setup(parameter_dict, default_dict);
const auto database_filename = setup.get_databases();
mpi->cout(setup.print_header(start_time));

// --------------------------------------------------------------

Expand Down

0 comments on commit 6364d09

Please sign in to comment.