Skip to content

Commit

Permalink
Merge pull request #6 from streeve/fixup_bin_install
Browse files Browse the repository at this point in the history
Install short range exe
  • Loading branch information
steverangel authored Feb 23, 2023
2 parents 5744c88 + 0da1378 commit 3c08bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# example run using real data taken at step 7
#OMP_PROC_BIND=false ./build/driver_short-range -i ../../1-rank-data/PRE_rank0_step7_particle_data.bin -v ../../1-rank-data/POST_rank0_step7_particle_data.bin -t 7 -c 256.indat.params
#OMP_PROC_BIND=false ./build/install/bin/driver_short-range -i ../../1-rank-data/PRE_rank0_step7_particle_data.bin -v ../../1-rank-data/POST_rank0_step7_particle_data.bin -t 7 -c 256.indat.params

# example using synthetic data at step 0
OMP_PROC_BIND=false ./build/driver_short-range -s -t 0 -c 256.indat.params
OMP_PROC_BIND=false ./build/install/bin/driver_short-range -s -t 0 -c 256.indat.params
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ set_target_properties(HACCabana PROPERTIES INTERFACE_COMPILE_FEATURES cxx_std_14

add_executable(driver_short-range driver_gpu.cxx)
target_link_libraries(driver_short-range PUBLIC HACCabana)
install(TARGETS driver_short-range DESTINATION ${CMAKE_INSTALL_BINDIR})

0 comments on commit 3c08bab

Please sign in to comment.