Skip to content

Commit

Permalink
rename a source file to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Apr 9, 2024
1 parent 177ccbf commit f7b28bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fc-solve/scripts/opencl-test.bash
Expand Up @@ -20,7 +20,7 @@ run_deal="$(( 20004000 ))"

board_gen_dir="../../source/board_gen"
test -d "$board_gen_dir"
gen_ocl_py_prog="$board_gen_dir"/find-freecell-deal-index-julia-opencl.py
gen_ocl_py_prog="$board_gen_dir"/find-freecell-deal-index-generate-opencl-code.py
lib=libfcs_find_deal.so
include_dir_flags=(-I ~/Download/unpack/to-del/www.dmi.unict.it/bilotta/gpgpu/svolti/aa201920/opencl/ -I "$board_gen_dir" -I "$board_gen_dir/..")
if false
Expand Down
9 changes: 5 additions & 4 deletions fc-solve/scripts/opencl-test.t
Expand Up @@ -8,10 +8,11 @@ use Docker::CLI::Wrapper::Container v0.0.4 ();
my $lib = "libopencl_find_deal_idx.so";
my $board_gen_dir = "../../source/board_gen";

my $gen_ocl_py_prog = "$board_gen_dir/find-freecell-deal-index-julia-opencl.py";
my $container = "foo";
my $sys = "fedora33";
my $obj = Docker::CLI::Wrapper::Container->new(
my $gen_ocl_py_prog =
"$board_gen_dir/find-freecell-deal-index-generate-opencl-code.py";
my $container = "foo";
my $sys = "fedora33";
my $obj = Docker::CLI::Wrapper::Container->new(
{ container => $container, sys => $sys, }, );
if ( not -d "$board_gen_dir" )
{
Expand Down

0 comments on commit f7b28bd

Please sign in to comment.