File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ touch "$thisDir"runGuard
100100 module load libjpeg-turbo/1.5.1 icet/2.1.1 jansson/2.9 isaac/1.1.0
101101
102102 # compile all examples, fetch output and return code
103- $cnf_gitdir /pic-compile -l -q -j $cnf_numParallel \
103+ $cnf_gitdir /bin/ pic-compile -l -q -j $cnf_numParallel \
104104 $cnf_gitdir /share/picongpu/examples $cnf_builddir \
105105 & > $cnf_builddir /outputColored
106106
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ cS_this_dir=$(cd `dirname $0` && pwd)
6363 cd $cS_buildDir
6464
6565 param_folder=" $cS_tmpRun_path /params/$cS_example_name /cmakePreset_$cS_testFlagNr "
66- execute_and_validate $cS_this_dir /../../pic-create -f $cS_examples_path /$cS_example_name $param_folder
66+ execute_and_validate $cS_this_dir /../../bin/ pic-create -f $cS_examples_path /$cS_example_name $param_folder
6767
68- execute_and_validate $cS_this_dir /../../pic-configure $cS_globalCMakeOptions -t $cS_testFlagNr $param_folder
68+ execute_and_validate $cS_this_dir /../../bin/ pic-configure $cS_globalCMakeOptions -t $cS_testFlagNr $param_folder
6969 execute_and_validate make install
7070
7171 echo " $myError " > ./returnCode
You can’t perform that action at this time.
0 commit comments