Skip to content

Commit

Permalink
Merge pull request #3905 from spyridon97/fix-instal-directory-gray-scott
Browse files Browse the repository at this point in the history
Change install directory of Gray scott files
  • Loading branch information
spyridon97 committed Nov 14, 2023
2 parents a8e02fe + c2fbf0e commit 705e6ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/simulations/gray-scott-struct/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ if(ADIOS2_HAVE_MPI)
"simulation/settings-inline.json"
"plot/decomp.py" "plot/gsplot.py" "plot/pdfplot.py"
"ReadMe.md"
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/examples/simulations/gray-scott-struct)
DESTINATION ${CMAKE_INSTALL_PREFIX}/adios2/gray-scott-struct)

install(DIRECTORY "catalyst" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/examples/simulations/gray-scott-struct)
install(DIRECTORY "catalyst" DESTINATION ${CMAKE_INSTALL_PREFIX}/adios2/gray-scott-struct)

install(PROGRAMS "cleanup.sh" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/examples/simulations/gray-scott-struct)
install(PROGRAMS "cleanup.sh" DESTINATION ${CMAKE_INSTALL_PREFIX}/adios2/gray-scott-struct)

find_package(VTK QUIET)
if(VTK_FOUND)
Expand Down
6 changes: 3 additions & 3 deletions examples/simulations/gray-scott/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ if(ADIOS2_HAVE_MPI)
"simulation/settings-inline.json"
"plot/decomp.py" "plot/gsplot.py" "plot/pdfplot.py"
"ReadMe.md"
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/examples/simulations/gray-scott)
DESTINATION ${CMAKE_INSTALL_PREFIX}/adios2/gray-scott)

install(DIRECTORY "catalyst" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/examples/simulations/gray-scott)
install(DIRECTORY "catalyst" DESTINATION ${CMAKE_INSTALL_PREFIX}/adios2/gray-scott)

install(PROGRAMS "cleanup.sh" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/examples/simulations/gray-scott)
install(PROGRAMS "cleanup.sh" DESTINATION ${CMAKE_INSTALL_PREFIX}/adios2/gray-scott)

find_package(VTK QUIET)
if(VTK_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion examples/simulations/gray-scott/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ care of this aspect).
From a scratch directory copy the config files from your installation of adios2:

```
$ cp -r <adios2-install-prefix>/share/adios2/examples/simulations/gray-scott .
$ cp -r <adios2-install-prefix>/adios2/gray-scott .
$ cd gray-scott
$ mpirun -n 4 adios2_simulations_gray-scott settings-files.json
========================================
Expand Down

0 comments on commit 705e6ba

Please sign in to comment.