Loading run_benchmark +1 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ function run_benchmark() --loops 100 \ --mesh-file "$mesh_file" \ --log-file "$log_file" \ --output-mode "append" \ --openmp-enabled "$omp_enabled" \ --openmp-max-threads "$omp_threads" \ || true Loading @@ -57,7 +56,7 @@ function run_set() done } #solver="./tnl-benchmark-mesh" #solver="./tnl-benchmark-mesh --devices host" #omp_threads=1 #run_set Loading tnl-benchmark-mesh.h +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ main( int argc, char* argv[] ) // write global metadata into a separate file std::map< std::string, std::string > metadata = getHardwareMetadata(); writeMapAsJson( metadata, logFileName, ".metadata.json" ); writeMapAsJson( metadata, logFileName + ".log", ".metadata.json" ); if( ! resolveCellTopology( benchmark, parameters ) ) return EXIT_FAILURE; Loading Loading
run_benchmark +1 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ function run_benchmark() --loops 100 \ --mesh-file "$mesh_file" \ --log-file "$log_file" \ --output-mode "append" \ --openmp-enabled "$omp_enabled" \ --openmp-max-threads "$omp_threads" \ || true Loading @@ -57,7 +56,7 @@ function run_set() done } #solver="./tnl-benchmark-mesh" #solver="./tnl-benchmark-mesh --devices host" #omp_threads=1 #run_set Loading
tnl-benchmark-mesh.h +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ main( int argc, char* argv[] ) // write global metadata into a separate file std::map< std::string, std::string > metadata = getHardwareMetadata(); writeMapAsJson( metadata, logFileName, ".metadata.json" ); writeMapAsJson( metadata, logFileName + ".log", ".metadata.json" ); if( ! resolveCellTopology( benchmark, parameters ) ) return EXIT_FAILURE; Loading