forked from piclas-framework/piclas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
794 lines (727 loc) · 27.5 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
stages:
- build
- reggie_checkin
- reggie_feature_checkin
- reggie_reservoir_nightly
- reggie_tracking_nightly
- reggie_nightly
- reggie_nightly_build_all
- reggie_weekly
- deploy
.template: &defaults_gnu
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_gnu
cache:
key: "${CI_COMMIT_REF_SLUG}-GNU"
paths:
- build_gnu
policy: pull
.template: &defaults_intel
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_intel
cache:
key: "${CI_COMMIT_REF_SLUG}-INTEL"
paths:
- build_intel
policy: pull
.template: &defaults_gnu_maxwell
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_gnu_maxwell
cache:
key: "${CI_COMMIT_REF_SLUG}-GNU-MAX"
paths:
- build_gnu_maxwell
policy: pull
.template: &defaults_intel_maxwell
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_intel_maxwell
cache:
key: "${CI_COMMIT_REF_SLUG}-INTEL-MAX"
paths:
- build_intel_maxwell
policy: pull
.template: &defaults_gnu_poisson
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_gnu_poisson
cache:
key: "${CI_COMMIT_REF_SLUG}-GNU-POI"
paths:
- build_gnu_poisson
policy: pull
.template: &defaults_intel_poisson
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_intel_poisson
cache:
key: "${CI_COMMIT_REF_SLUG}-INTEL-POI"
paths:
- build_intel_poisson
policy: pull
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "build": Build with intel/gnu on check-in
# ----------------------------------------------------------------------------------------------------------------------------------------------------
build_gnu:
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_gnu
cache:
key: "${CI_COMMIT_REF_SLUG}-GNU"
paths:
- build_gnu
policy: push
stage: build
script:
- module load env/gnu; mkdir -p build_gnu ; cd build_gnu
- git clone git@gitlab.com:reggie2.0/reggie2.0.git reggie
- cmake .. -DPICLAS_BUILD_HDF5=OFF ; make -j all
# build_intel:
# tags:
# - withmodules-concurrent
# artifacts:
# name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
# expire_in: 1 day
# when: on_failure
# paths:
# - build_intel
# cache:
# key: "${CI_COMMIT_REF_SLUG}-INTEL"
# paths:
# - build_intel
# policy: push
# stage: build
# script:
# - module load env/intel; mkdir -p build_intel ; cd build_intel
# - git clone git@gitlab.com:reggie2.0/reggie2.0.git reggie
# - cmake .. -DPICLAS_BUILD_HDF5=OFF ; make -j all
build_gnu_maxwell:
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_gnu_maxwell
cache:
key: "${CI_COMMIT_REF_SLUG}-GNU-MAX"
paths:
- build_gnu_maxwell
policy: push
stage: build
script:
- module load env/gnu; mkdir -p build_gnu_maxwell ; cd build_gnu_maxwell
- git clone git@gitlab.com:reggie2.0/reggie2.0.git reggie
- cmake .. -DPICLAS_PARTICLES=OFF -DPICLAS_BUILD_HDF5=OFF ; make -j all
# build_intel_maxwell:
# tags:
# - withmodules-concurrent
# artifacts:
# name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
# expire_in: 1 day
# when: on_failure
# paths:
# - build_intel_maxwell
# cache:
# key: "${CI_COMMIT_REF_SLUG}-INTEL-MAX"
# paths:
# - build_intel_maxwell
# policy: push
# stage: build
# script:
# - module load env/intel; mkdir -p build_intel_maxwell ; cd build_intel_maxwell
# - git clone git@gitlab.com:reggie2.0/reggie2.0.git reggie
# - cmake .. -DPICLAS_PARTICLES=OFF -DPICLAS_BUILD_HDF5=OFF ; make -j all
build_gnu_poisson:
tags:
- withmodules-concurrent
artifacts:
name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
expire_in: 1 day
when: on_failure
paths:
- build_gnu_poisson
cache:
key: "${CI_COMMIT_REF_SLUG}-GNU-POI"
paths:
- build_gnu_poisson
policy: push
stage: build
script:
- module load env/gnu; mkdir -p build_gnu_poisson ; cd build_gnu_poisson
- git clone git@gitlab.com:reggie2.0/reggie2.0.git reggie
- cmake .. -DPICLAS_EQNSYSNAME=poisson -DPICLAS_TIMEDISCMETHOD=RK3 -DPICLAS_BUILD_HDF5=OFF ; make -j all
# build_intel_poisson:
# tags:
# - withmodules-concurrent
# artifacts:
# name: "${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
# expire_in: 1 day
# when: on_failure
# paths:
# - build_intel_poisson
# cache:
# key: "${CI_COMMIT_REF_SLUG}-INTEL-POI"
# paths:
# - build_intel_poisson
# policy: push
# stage: build
# script:
# - module load env/intel; mkdir -p build_intel_poisson ; cd build_intel_poisson
# - git clone git@gitlab.com:reggie2.0/reggie2.0.git reggie
# - cmake .. -DPICLAS_EQNSYSNAME=poisson -DPICLAS_TIMEDISCMETHOD=RK3 -DPICLAS_BUILD_HDF5=OFF ; make -j all
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_checkin": Run most simple reggie with previous builds on check-in
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu:
<<: *defaults_gnu
stage: reggie_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/run_basic/maxwell -e ./bin/piclas
# intel:
# <<: *defaults_intel
# stage: reggie_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/run_basic/maxwell -e ./bin/piclas
gnu_maxwell:
<<: *defaults_gnu_maxwell
stage: reggie_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu_maxwell ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_maxwell/maxwell -e ./bin/piclas
# intel_maxwell:
# <<: *defaults_intel_maxwell
# stage: reggie_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel_maxwell ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_maxwell/maxwell -e ./bin/piclas
gnu_poisson:
<<: *defaults_gnu_poisson
stage: reggie_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu_poisson ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_poisson/poisson -e ./bin/piclas
# intel_poisson:
# <<: *defaults_intel_poisson
# stage: reggie_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel_poisson ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_poisson/poisson -e ./bin/piclas
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_feature_checkin": Run most simple reggie features with previous builds on check-in (must be very fast)
# - feature_PIC_gyrotron_variable_Bz: 1 cell layer gyrotron emission with variable B(z) field
# - feature_PIC_single_particle_PML : 4^3 cart box with a particle and 1 cell layer PMLs for all directions
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu_PIC_gyrotron_variable_Bz:
<<: *defaults_gnu
stage: reggie_feature_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_gyrotron_variable_Bz/maxwell -e ./bin/piclas
gnu_PIC_single_particle_PML:
<<: *defaults_gnu
stage: reggie_feature_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_single_particle_PML/maxwell -e ./bin/piclas
gnu_PIC_IMD_coupling:
<<: *defaults_gnu
stage: reggie_feature_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_IMD_coupling/maxwell -e ./bin/piclas
gnu_DSMC_check:
<<: *defaults_gnu
stage: reggie_feature_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_DSMC
# intel_DSMC_check:
# <<: *defaults_intel
# stage: reggie_feature_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_DSMC
gnu_PIC_maxwell_implicitBC:
<<: *defaults_gnu
stage: reggie_feature_checkin
tags:
- withmodules
script:
- module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_maxwell_implicitBC
# intel ----------------------------------------------------------------------------------------------------------------------------------------------
# intel_PIC_gyrotron_variable_Bz:
# <<: *defaults_intel
# stage: reggie_feature_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_gyrotron_variable_Bz/maxwell -e ./bin/piclas
#
# intel_PIC_single_particle_PML:
# <<: *defaults_intel
# stage: reggie_feature_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_single_particle_PML/maxwell -e ./bin/piclas
#
# intel_PIC_IMD_coupling:
# <<: *defaults_intel
# stage: reggie_feature_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_IMD_coupling/maxwell -e ./bin/piclas
#
# intel_PIC_maxwell_implicitBC:
# <<: *defaults_intel
# stage: reggie_feature_checkin
# tags:
# - withmodules
# script:
# - module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/CHE_PIC_maxwell_implicitBC
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_tracking_nightly": Build and run tracking examples on nightly
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu_tracking:
<<: *defaults_gnu
stage: reggie_tracking_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu/ ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_tracking_DSMC ; fi
# intel_tracking:
# <<: *defaults_intel
# stage: reggie_tracking_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel/ ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_tracking_DSMC ; fi
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_chemistry_nightly": Build and run chemistry examples on nightly (check reaction rates in RESERVOIR simulation)
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu_reservoir_nightly:
<<: *defaults_gnu
stage: reggie_reservoir_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu/ ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_Reservoir ; fi
# intel_reservoir_nightly:
# <<: *defaults_intel
# stage: reggie_reservoir_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel/ ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_Reservoir ; fi
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_nightly": Build and run
# - feature_PIC_single_particle/ : basic PIC test with a single particle in a cart box
# - test particle emission for gyrotron setup with fixed electric current of 44 A
# - test record points for TWT setup and compare with h5diff
# - h-p-convtests
# - feature_maxwell_dipole_cylinder_PML/ : curved cylinder geometry with PML on axis and dipole in center for testing RP output
# - feature_maxwell_dipole_dielectric/ : curved sphere with dielectric region in the center and dipole at near the edge
# - feature_maxwell_ExactFlux_PML/ : inner BC that emits a planar wave in z-direction (PMLs are placed at
# the entry and exit of the cuboid domain)
# examples on nightly
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu_feature_dielectric:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_dielectric ; fi
gnu_PIC:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_single_particle/ ; fi
gnu_emission_gyro:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_emission_gyrotron ; fi
gnu_TWT:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_TWT_recordpoints ; fi
gnu_convtest:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_convtest ; fi
gnu_convtest_t:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_convtest_t ; fi
gnu_poisson_turner:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_turner/ ; fi
gnu_power_density:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_poisson_powerdensity/ ; fi
gnu_maxwell_cylinder_PML:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_maxwell_dipole_cylinder_PML/ ; fi
gnu_PIC_poisson_plasma_wave:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_plasma_wave/ ; fi
gnu_maxwell_sphere_dielectric:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_maxwell_dipole_dielectric/ ; fi
gnu_maxwell_ExactFlux_PML:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_maxwell_ExactFlux_PML/ ; fi
gnu_poisson_implicit_surface_flux:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_implicitsf/ ; fi
gnu_feature_PIC_poisson_imexfluid:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_imexfluid/ ; fi
gnu_PIC_maxwell_bgfield:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_maxwell_bgfield/ ; fi
gnu_QDS:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_QDS/ ; fi
gnu_feature_LoadBalance:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_LoadBalance/ ; fi
gnu_code_analyze:
<<: *defaults_gnu
stage: reggie_nightly
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_code_analyze/ ; fi
# intel ----------------------------------------------------------------------------------------------------------------------------------------------
# intel_feature_dielectric:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_dielectric ; fi
#
# intel_PIC:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_single_particle/ ; fi
#
# intel_emission_gyro:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_emission_gyrotron ; fi
#
# intel_TWT:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_TWT_recordpoints ; fi
#
# intel_convtest:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_convtest ; fi
#
# intel_convtest_t:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_convtest_t ; fi
#
# intel_poisson_turner:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_turner/ ; fi
#
# intel_power_density:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_poisson_powerdensity/ ; fi
#
# intel_maxwell_cylinder_PML:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_maxwell_dipole_cylinder_PML/ ; fi
#
# intel_PIC_poisson_plasma_wave:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_plasma_wave/ ; fi
#
# intel_maxwell_sphere_dielectric:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_maxwell_dipole_dielectric/ ; fi
#
# intel_maxwell_ExactFlux_PML:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_maxwell_ExactFlux_PML/ ; fi
#
# intel_poisson_implicit_surface_flux:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_implicitsf/ ; fi
#
# intel_feature_PIC_poisson_imexfluid:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_poisson_imexfluid/ ; fi
#
# intel_PIC_maxwell_bgfield:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_PIC_maxwell_bgfield/ ; fi
#
# #intel_QDS:
# #<<: *defaults_intel
# #stage: reggie_nightly
# #tags:
# #- withmodules
# #script:
# #- if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_QDS/ ; fi
#
# intel_feature_LoadBalance:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_LoadBalance/ ; fi
#
# intel_code_analyze:
# <<: *defaults_intel
# stage: reggie_nightly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_code_analyze/ ; fi
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_nightly_build_all": Build and run
# - build all specified compile options in "run_basic" with BUILD_HDF5=ON
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu_build_all:
<<: *defaults_gnu
stage: reggie_nightly_build_all
tags:
- withmodules
script:
- if [ -n "${DO_NIGHTLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/run_basic ; fi
# intel_build_all:
# <<: *defaults_intel
# stage: reggie_nightly_build_all
# tags:
# - withmodules
# script:
# - if [ -n "${DO_NIGHTLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/run_basic ; fi
# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_weekly": Build and run examples once a week
# - feature_PIC_maxwell_plasma_wave/ : test a plasma-wave with different time-integration and maxwell's equations
# ----------------------------------------------------------------------------------------------------------------------------------------------------
gnu_PIC:
<<: *defaults_gnu
stage: reggie_weekly
tags:
- withmodules
script:
- if [ -n "${DO_WEEKLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/WEK_PIC_maxwell ; fi
gnu_DSMC/:
<<: *defaults_gnu
stage: reggie_weekly
tags:
- withmodules
script:
- if [ -n "${DO_WEEKLY}" ]; then module load env/gnu ; cd build_gnu ; python ./reggie/reggie.py ../regressioncheck/checks/WEK_DSMC ; fi
# intel ----------------------------------------------------------------------------------------------------------------------------------------------
# intel_PIC:
# <<: *defaults_intel
# stage: reggie_weekly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_WEEKLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/WEK_PIC_maxwell ; fi
# intel_DSMC/:
# <<: *defaults_intel
# stage: reggie_weekly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_WEEKLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/WEK_DSMC ; fi
# moved this QDS test to 'weekly' because it takes 40 minutes (GNU only needs 10 minutes)
# maybe use smaller or different QDS setup for the nightly test, which then can be used for GNU and INTEL
# intel_QDS:
# <<: *defaults_intel
# stage: reggie_weekly
# tags:
# - withmodules
# script:
# - if [ -n "${DO_WEEKLY}" ]; then module load env/intel ; cd build_intel ; python ./reggie/reggie.py ../regressioncheck/checks/NIG_QDS/ ; fi
github:
stage: deploy
tags:
- withmodules
script:
- if [ -z "${DO_DEPLOY}" ]; then exit ; fi
- rm -rf piclas_github || true ;
- git clone -b master --single-branch git@gitlab.com:piclas/piclas.git piclas_github ;
- cd piclas_github ;
- git checkout --orphan orphan_branch v1.0.0 ; # tag v1.0.0 points to f754d8e1e207cb959a81bfb9013bc0f12476c62b
- git commit -m 'truncated history before v1.0.0' ;
- git rebase --onto orphan_branch v1.0.0 master ;
- git branch -D orphan_branch ;
- git remote add piclas-framework git@github.com:piclas-framework/piclas.git ;
- git push --force piclas-framework master ;
# - git push --mirror git@gitlab.com:iagcopple/piclas-framework.git ; cd ../