Skip to content

Commit

Permalink
added profiling for base setup
Browse files Browse the repository at this point in the history
  • Loading branch information
seshadri levante committed Nov 13, 2023
1 parent e2185f6 commit a383dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ mesh_part/build
slurm.err
slurm.out
fesom2.out
/work/*.nsys-rep
4 changes: 2 additions & 2 deletions work/job_levante_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export UCX_TLS=cma,rc,mm,cuda_ipc,cuda_copy,gdr_copy # Include cuda and gdr b
export UCX_MEMTYPE_CACHE=n

date
srun -l fesom.x > fesom2.out 2>&1 #> "fesom2.0.out" 2>&1
#srun -l nsys profile fesom.x > fesom2.out 2>&1 #> "fesom2.0.out" 2>&1
#srun -l fesom.x > fesom2.out 2>&1 #> "fesom2.0.out" 2>&1
srun -l nsys profile fesom.x > fesom2.out 2>&1 #> "fesom2.0.out" 2>&1
date

# qstat -f $PBS_JOBID
Expand Down

0 comments on commit a383dfc

Please sign in to comment.