|
47 | 47 | command: |
48 | 48 | - mkdir -p target_gpu_implicit_baroclinic_wave |
49 | 49 | - > |
50 | | - nsys profile --trace=nvtx,mpi,cuda,osrt --output=target_gpu_implicit_baroclinic_wave/report |
| 50 | + nsys profile --trace=nvtx,mpi,cuda,osrt --output=target_gpu_implicit_baroclinic_wave/output_active/report |
51 | 51 | julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl |
52 | 52 | --config_file ${GPU_CONFIG_PATH}target_gpu_implicit_baroclinic_wave.yml |
53 | 53 | artifact_paths: "target_gpu_implicit_baroclinic_wave/output_active/*" |
|
61 | 61 | command: |
62 | 62 | - mkdir -p gpu_hs_rhoe_equil_55km_nz63_0M |
63 | 63 | - > |
64 | | - nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M/report |
| 64 | + nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M/output_active/report |
65 | 65 | julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl |
66 | 66 | --config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_55km_nz63_0M.yml |
67 | 67 | artifact_paths: "gpu_hs_rhoe_equil_55km_nz63_0M/output_active/*" |
|
76 | 76 | - mkdir -p gpu_hs_rhoe_equil_55km_nz63_0M_4process |
77 | 77 | - > |
78 | 78 | srun --cpu-bind=threads --cpus-per-task=4 |
79 | | - nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M_4process/report-%q{PMI_RANK} |
| 79 | + nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/report-%q{PMI_RANK} |
80 | 80 | julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl |
81 | 81 | --config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_55km_nz63_0M_4process.yml |
82 | 82 | artifact_paths: "gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/*" |
|
92 | 92 | - mkdir -p target_gpu_implicit_baroclinic_wave_4process |
93 | 93 | - > |
94 | 94 | srun --cpu-bind=threads --cpus-per-task=4 |
95 | | - nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=target_gpu_implicit_baroclinic_wave_4process/report-%q{PMI_RANK} |
| 95 | + nsys profile --trace=osrt,nvtx,cuda,mpi,ucx --output=target_gpu_implicit_baroclinic_wave_4process/output_active/report-%q{PMI_RANK} |
96 | 96 | julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl |
97 | 97 | --config_file ${GPU_CONFIG_PATH}target_gpu_implicit_baroclinic_wave_4process.yml |
98 | 98 | artifact_paths: "target_gpu_implicit_baroclinic_wave_4process/output_active/*" |
@@ -239,7 +239,7 @@ steps: |
239 | 239 | command: |
240 | 240 | - mkdir -p gpu_aquaplanet_diagedmf |
241 | 241 | - > |
242 | | - nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_aquaplanet_diagedmf/report |
| 242 | + nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_aquaplanet_diagedmf/output_active/report |
243 | 243 | julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl |
244 | 244 | --config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_diagedmf.yml |
245 | 245 | artifact_paths: "gpu_aquaplanet_diagedmf/output_active/*" |
|
0 commit comments