-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I am running input_data_128_128_128_het_cuboid.h5 using hdf 1.8.23.
@echo off
setlocal
:: Set the executable file path
set EXE_PATH=E:\Desktop\k-Wave-Fluid-CUDA\k-Wave-Fluid-CUDA-feat_q_computing\build-k-wave-fluid-cuda-x64-Debug\k-wave-fluid-cuda.exe
:: Set input and output file paths
set INPUT_FILE=E:\Desktop\k-Wave-Fluid-CUDA\demo\input_data_128_128_128_het_cuboid.h5
set OUTPUT_FILE=E:\Desktop\k-Wave-Fluid-CUDA\demo\output_data_128_128_128.h5
:: Run k-wave-fluid-cuda
echo Running k-wave-fluid-cuda with input: %INPUT_FILE%
%EXE_PATH% -i “%INPUT_FILE%” -o “%OUTPUT_FILE%” --p_final --u_final --verbose 1
echo Done.
pause
Translated with DeepL.com (free version)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels