Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tutorials #1876

Merged
merged 33 commits into from
Mar 22, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
13b9d87
move the tested tutorials into tests
atmyers Mar 18, 2021
b501b03
update locations in *.ini files
atmyers Mar 18, 2021
a0f3666
update location of Fortran interface tutorials
atmyers Mar 18, 2021
f9ebca5
update cmake and workflows
atmyers Mar 18, 2021
cf11894
removing tutorials - they have been moved to another repo
atmyers Mar 18, 2021
0d3fa98
fix the macos and windows ci
atmyers Mar 18, 2021
1823790
Merge branch 'development' into move_tutorials
atmyers Mar 18, 2021
c887b70
setup_tutorial -> setup_test
atmyers Mar 18, 2021
3a98933
merging with development
atmyers Mar 19, 2021
4295aeb
remove build tutorials instructions from docs
atmyers Mar 19, 2021
4b481e7
add README.md pointing to new Tutorials repo
atmyers Mar 19, 2021
30c5a13
fix workflow names
atmyers Mar 19, 2021
7522f51
mark function in parallelfor host device
atmyers Mar 19, 2021
cb341a2
comment out gcc / clang extension for AMREX_NO_DISCARD
atmyers Mar 20, 2021
7eef098
merging with development
atmyers Mar 20, 2021
3931ba6
make this test work without MPI
atmyers Mar 20, 2021
d0b7373
make this test use 2 ranks
atmyers Mar 20, 2021
d2cb42f
fix inputs files
atmyers Mar 20, 2021
77c8e1c
try commenting out Exec directory
atmyers Mar 20, 2021
2c4d9a1
mark lambda AMREX_GPU_DEVICE
atmyers Mar 20, 2021
79e4003
uncomment
atmyers Mar 20, 2021
d18de4d
Fix path to tests inputs file
atmyers Mar 20, 2021
e50b3fe
make this a functor to work around compiler bug
atmyers Mar 21, 2021
587d6dd
Merge branch 'cmake_tests_bugfix' into move_tutorials
atmyers Mar 21, 2021
5f556b3
only one inputs file per test
atmyers Mar 21, 2021
53ecc3a
const
atmyers Mar 21, 2021
5f46c4e
only test first inputs
atmyers Mar 21, 2021
0332da9
expand variable
atmyers Mar 21, 2021
d452f22
add AMREX_EXPORT
atmyers Mar 22, 2021
530075a
add AMREX_EXPORT
atmyers Mar 22, 2021
6d8e010
add AMREX_EXPORT
atmyers Mar 22, 2021
74b385a
remove ctor, use aggregate initialization instead
atmyers Mar 22, 2021
dc08d62
Merge branch 'development' into move_tutorials
atmyers Mar 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make this test use 2 ranks
  • Loading branch information
atmyers committed Mar 20, 2021
commit d0b7373f85abc50f07e1e93f07798eaa190d330b
2 changes: 1 addition & 1 deletion Tests/Particles/ParallelContext/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(_sources main.cpp)
set(_input_files inputs.rt)

setup_test(_sources _input_files)
setup_test(_sources _input_files NTASKS 2)

unset(_sources)
unset(_input_files)