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

merge develop in master #731

Merged
merged 65 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
0d599e8
try to improve particle exchange (CPU for now)
Apr 2, 2024
50891ac
repurpose extractParticles
Apr 2, 2024
da1b172
CI on particle_exchange
Apr 2, 2024
593e96c
Fix in the new copyParticles
Apr 2, 2024
f565925
new reference
Apr 3, 2024
5c83d9d
particle exchange GPU
Apr 4, 2024
ecd3be0
forgot to remove function
Apr 4, 2024
c586a90
Merge branch 'develop' into particle_exchange
Apr 17, 2024
3afa356
scatter recvBuffers on CPU instead of GPU
Apr 18, 2024
ccac4ba
Implentation of GPU acceleration for the 1D cartesian geometry
charlesprouveur Apr 18, 2024
530529d
fix analysis
Apr 18, 2024
ff0266e
more
Apr 19, 2024
73b7de8
added the appropriate field1D and projector factory source files + cl…
charlesprouveur Apr 19, 2024
1fc01c7
add smilei_omp_threads in namelist
Apr 25, 2024
348faa0
fix particle exchange
Apr 25, 2024
4b2f648
make happi working with virtualenv
Apr 25, 2024
8bcaeb4
add publication
Apr 29, 2024
152c4be
Fix in coef found on adastra thanks to a different compiler behaviour…
charlesprouveur Apr 29, 2024
27dd743
add publication
May 2, 2024
0cd852a
Merge branch 'particle_exchange' into 'develop'
May 4, 2024
337a1ee
Sort on gpu with thrust::gather
May 7, 2024
8a6b4a8
add article
May 9, 2024
8447b75
add publication
May 11, 2024
47e30b4
add publication
May 13, 2024
18f1e1c
Typo in deprecated error message
beck-llr May 14, 2024
36a2bb3
Merge branch 'develop' of llrgit.in2p3.fr:smilei/smilei into develop
beck-llr May 14, 2024
af0070a
try sorting with zip_iterator
May 15, 2024
227811c
huge simplification of nvidiaParticles using thrust asynchronism
May 16, 2024
0b7d91e
fix for documentation typos (#716)
BrianMarre May 17, 2024
5b60a4d
add article, use extended journal names for each article
May 19, 2024
0974227
add publication
May 21, 2024
443a625
fix for AMD
May 22, 2024
93ba8e1
typos
May 22, 2024
9f362f3
Slightly faster GPU sort
May 24, 2024
3074a9f
add publication
May 24, 2024
1045fd2
Various small fixes
May 27, 2024
a48d556
fix many warnings
May 27, 2024
da51604
update ci
May 27, 2024
2d0474a
test CI
May 28, 2024
83ee20d
retest CI
beck-llr May 28, 2024
b9754d7
support matplotlib 3.9
May 31, 2024
d5eadb4
Fix recent commit for laser offset
May 31, 2024
ba3d0d9
Merge branch 'GPU_1D_implementation' into develop
charlesprouveur Jun 1, 2024
4642c1b
Fix: Adapting new 1D GPU implementation to the change in macro names
charlesprouveur Jun 1, 2024
e43c85f
Merge commit 'd5eadb44ad81b974c52b9d61a9473903c57f33a8' into develop
mccoys Jun 3, 2024
7323b5b
Fixing error in 1D MA solver introduced with its GPU implementation
charlesprouveur Jun 3, 2024
e42a578
Fixing typo in 1D SM BC
charlesprouveur Jun 3, 2024
5fa5204
reversed some changes in the betis part in interpolation 1D order 2 -…
charlesprouveur Jun 4, 2024
04564b0
fixing previous commit
charlesprouveur Jun 4, 2024
7b237fe
Update partners
beck-llr Jun 4, 2024
249404d
:Merge branch 'develop' of llrgit.in2p3.fr:smilei/smilei into develop
beck-llr Jun 4, 2024
59ce009
fixes for sphinx >= 5
Jun 4, 2024
51edda8
cleaning
charlesprouveur Jun 4, 2024
0169ab6
Merge branch 'develop' of https://llrgit.in2p3.fr/smilei/smilei into …
charlesprouveur Jun 4, 2024
13641d4
small change
charlesprouveur Jun 4, 2024
b7c9d9d
took out st1d_24_cir_plane_wave_BTIS3.py for further investigations
charlesprouveur Jun 5, 2024
e41df5e
Persistent buffers for GPU sorting
Jun 5, 2024
d204c5b
correct B-TIS3 implementation in 1D
Jun 5, 2024
aaddbb1
revert persistent buffers until more complete analysis
Jun 7, 2024
d96071f
Merge branch 'develop' into sort_gpu
Jun 7, 2024
b033879
Adding new publications
Z10Frank Jun 24, 2024
70d750d
Merge branch 'new_publications' into 'develop'
Jun 24, 2024
9e76031
Merge branch 'sort_gpu' into 'develop'
Jun 24, 2024
438d43d
prepare v5.1
Jun 24, 2024
b90b3b5
Merge branch 'develop' of /home/fperez/Repositories/smilei-github int…
Jun 24, 2024
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
56 changes: 28 additions & 28 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ stages:
- compile_debug
- compile_no_mpi_threadmultiple
- compile_no_openmp
- compile_omptasks
- run_omptasks
# - compile_omptasks
# - run_omptasks

install:
stage: install
only:
- develop

script:
# Force workdir cleaning in case of retried
- echo "CI_PIPELINE_ID = " $CI_PIPELINE_ID
Expand All @@ -33,7 +33,7 @@ compile_default:
stage: compile_default
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand All @@ -44,7 +44,7 @@ runQuick:
stage: run_quick
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand All @@ -55,7 +55,7 @@ run1D:
stage: run_default
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand All @@ -67,7 +67,7 @@ run2D:
stage: run_default
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand All @@ -81,7 +81,7 @@ run3D:
stage: run_default
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand All @@ -96,7 +96,7 @@ runAM:
stage: run_default
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand All @@ -108,7 +108,7 @@ runCollisions:
stage: run_default
only:
- develop

script:
# Move in test dir
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
Expand Down Expand Up @@ -164,21 +164,21 @@ compile_no_openmp:
- make clean
- python validation/validation.py -k noopenmp -c -v

compile_omptasks:
stage: compile_omptasks
only:
- develop

script:
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei
- make clean
- python validation/validation.py -k omptasks -c -v

run_omptasks:
stage: run_omptasks
only:
- develop

script:
- cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
- python validation.py -k omptasks -b "tst2d_tasks_01_radiation_pressure_acc.py" -m 4 -o 4 -n 1 -v
#compile_omptasks:
# stage: compile_omptasks
# only:
# - develop
#
# script:
# - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei
# - make clean
# - python validation/validation.py -k omptasks -c -v
#
#run_omptasks:
# stage: run_omptasks
# only:
# - develop
#
# script:
# - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation
# - python validation.py -k omptasks -b "tst2d_tasks_01_radiation_pressure_acc.py" -m 4 -o 4 -n 1 -v
2 changes: 1 addition & 1 deletion benchmarks/gpu/tst3d_gpu_o2_thermal_plasma_medium.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def InitialChargeDensity(x, y, z):
number_of_patches = kPatchPerGridDimension,
EM_boundary_conditions = [ ["periodic"] ],
print_every = 10,
random_seed = smilei_mpi_rank)
)

Vectorization(mode = "off")

Expand Down
1 change: 0 additions & 1 deletion benchmarks/gpu/tst3d_gpu_o2_thermal_plasma_short.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
gpu_computing = True,

# random_seed = 0xDEADBEEF,
random_seed = smilei_mpi_rank,
)

Vectorization(
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gpu/tst3d_v_o2_thermal_plasma_medium.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def InitialChargeDensity(x, y, z):
number_of_patches = kPatchPerGridDimension,
EM_boundary_conditions = [ ["periodic"] ],
print_every = 10,
random_seed = smilei_mpi_rank)
)

Vectorization(mode = "on")

Expand Down
1 change: 0 additions & 1 deletion benchmarks/gpu/tst3d_v_o2_thermal_plasma_short.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
gpu_computing = False,

# random_seed = 0xDEADBEEF,
random_seed = smilei_mpi_rank,
)

Vectorization(
Expand Down
95 changes: 0 additions & 95 deletions benchmarks/tst1d_24_cir_plane_wave_BTIS3.py

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/tst2d_18_em_pml.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
['PML','PML'],
],
number_of_pml_cells = [[10,10],[10,10]],
random_seed = smilei_mpi_rank
)

Antenna(
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst2d_s_o4_laser_wake_vay.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

solve_poisson = False,
print_every = 100,

random_seed = smilei_mpi_rank
)

MovingWindow(
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst2d_s_o4_radiation_pressure_acc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
['silver-muller'],
['periodic'],
],

random_seed = smilei_mpi_rank
)

Vectorization(
Expand Down
1 change: 0 additions & 1 deletion benchmarks/tst2d_tasks_01_radiation_pressure_acc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
['periodic'],
],
cluster_width = 16,
random_seed = smilei_mpi_rank
)


Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst2d_v_o2_em_propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
],

EM_boundary_conditions_k = [[cos(ang), sin(ang)],[-1.,0.],[0.,1.],[0.,-1.]],

random_seed = smilei_mpi_rank
)

Vectorization(
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst2d_v_o4_em_propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
],

EM_boundary_conditions_k = [[cos(ang), sin(ang)],[-1.,0.],[0.,1.],[0.,-1.]],

random_seed = smilei_mpi_rank
)

Vectorization(
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst2d_v_o4_laser_wake_vay.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

solve_poisson = False,
print_every = 100,

random_seed = smilei_mpi_rank
)

Vectorization(
Expand Down
3 changes: 0 additions & 3 deletions benchmarks/tst2d_v_o4_multiphoton_Breit_Wheeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def n0_positron(x,y):
simulation_time = Tsim,

EM_boundary_conditions = [field_cond, field_cond],

random_seed = smilei_mpi_rank,

reference_angular_frequency_SI = wr
)

Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst2d_v_o4_radiation_pressure_acc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
['silver-muller'],
['periodic'],
],

random_seed = smilei_mpi_rank
)


Expand Down
2 changes: 0 additions & 2 deletions benchmarks/tst3d_s_o4_em_propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
simulation_time = Tsim,

EM_boundary_conditions = [ ['silver-muller'] ],

random_seed = smilei_mpi_rank
)

LaserGaussian3D(
Expand Down
Loading
Loading