-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
add_executable(ForHelloWorld main.cpp hello_world.f90) | ||
target_link_libraries(ForHelloWorld Cabana::cabanacore) | ||
add_test(NAME Fortran_tutorial_01 COMMAND ForHelloWorld) | ||
add_test(NAME Fortran_Tutorial_01_HelloWorld COMMAND ForHelloWorld) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
add_executable(ForTuple main.cpp tuple_example.f90) | ||
target_link_libraries(ForTuple Cabana::cabanacore) | ||
add_test(NAME Fortran_tutorial_02 COMMAND ForTuple) | ||
add_executable(ForTuple main.cpp tuple_example.f90) | ||
target_link_libraries(ForTuple Cabana::cabanacore) | ||
add_test(NAME Fortran_Tutorial_02_Tuple COMMAND ForTuple) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
add_executable(ForStructOfArrays main.cpp soa_example.F90) | ||
target_link_libraries(ForStructOfArrays Cabana::cabanacore) | ||
add_test(NAME Fortran_tutorial_03 COMMAND ForStructOfArrays) | ||
add_executable(ForStructOfArrays main.cpp soa_example.F90) | ||
target_link_libraries(ForStructOfArrays Cabana::cabanacore) | ||
add_test(NAME Fortran_Tutorial_03_SoA COMMAND ForStructOfArrays) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
add_executable(ForArrayOfStructsOfArrays main.cpp aosoa_example.F90) | ||
target_link_libraries(ForArrayOfStructsOfArrays Cabana::cabanacore) | ||
add_test(NAME Fortran_tutorial_04 COMMAND ForArrayOfStructsOfArrays) | ||
add_executable(ForArrayOfStructsOfArrays main.cpp aosoa_example.F90) | ||
target_link_libraries(ForArrayOfStructsOfArrays Cabana::cabanacore) | ||
add_test(NAME Fortran_Tutorial_04_AoSoA COMMAND ForArrayOfStructsOfArrays) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters