Skip to content

Commit c25eef1

Browse files
Update run_3d
1 parent a7d6c0b commit c25eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_3d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
root_dir="$(cd "$(dirname "$0")" && pwd)"
66
python_dir="$root_dir/src/python"
7-
engine_exe="$root_dir/cmake-build-sycl/src/cpp/main_3d/pffdtd_3d"
7+
engine_exe="$root_dir/build/src/cpp/main_3d/pffdtd_3d"
88

99
sim_name="Modes"
1010
sim_setup="${sim_name}_cpu.py"

0 commit comments

Comments
 (0)