benchpark icon indicating copy to clipboard operation
benchpark copied to clipboard

saxpy binary not copied to experiment directory

Open jdomke opened this issue 1 year ago • 0 comments

sucessful cmd: ./bin/benchpark setup saxpy/openmp RCCS-Fugaku-A64FX-TofuD test sucessful cmd: ramble -P -D /vol0005/mdt3/data/ra000020/u10016/benchpark/test/saxpy/openmp/RCCS-Fugaku-A64FX-TofuD/workspace on

one log from ramble

==> *******************************************
==> ***** Finished Running Spack Command ******
==> *******************************************
==> 
==>   Executing phase make_experiments
==> Writing template execute_experiment to /vol0005/mdt3/data/ra000020/u10016/benchpark/test/saxpy/openmp/RCCS-Fugaku-A64FX-TofuD/workspace/experiments/saxpy/problem/saxpy_512_1_8_2/execute_experiment
==>   Executing phase write_status
==>   Executing phase write_inventory
==> Phase timing statistics:
==>   get_inputs time: 2e-05 (s)
==>   license_includes time: 0.00835 (s)
==>   software_create_env time: 9.8721 (s)
==>   software_install_requested_compilers time: 5.75531 (s)
==>   software_configure time: 151.70743 (s)
==>   software_install time: 1601.32282 (s)
==>   evaluate_requirements time: 1e-05 (s)
==>   define_package_paths time: 54.19031 (s)
==>   make_experiments time: 0.03606 (s)
==>   write_status time: 0.01214 (s)
==>   write_inventory time: 0.01052 (s)

binary exists:

$ find ./test -type f -name saxpy
./test/spack/opt/spack/linux-rhel8-a64fx/fj-4.8.1/saxpy-1.0.0-n3oc5yv7sfljri2p7zif2gz5vxjljxut/bin/saxpy

binary missing from experiment directory

$ ll /vol0005/mdt3/data/ra000020/u10016/benchpark/test/saxpy/openmp/RCCS-Fugaku-A64FX-TofuD/workspace/experiments/saxpy/problem/saxpy_512_1_8_2/                   
total 12
-rwxrwxr-x 1 u10016 ra010011 1257 Feb 23 07:49 execute_experiment
-rw-r--r-- 1 u10016 ra010011  139 Feb 23 07:49 ramble_inventory.json
-rw-r--r-- 1 u10016 ra010011   34 Feb 23 07:49 ramble_status.json
-rw-r--r-- 1 u10016 ra010011    0 Feb 23 08:03 saxpy_512_1_8_2.out

jdomke avatar Feb 22 '24 23:02 jdomke