Skip to content

Commit 721ac01

Browse files
committed
Build System: Moved pic-compile
1 parent 4205338 commit 721ac01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildsystem/CompileSuite/autoTests/new_commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

buildsystem/CompileSuite/compileSet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)