Skip to content

Commit

Permalink
minor change of in cpp macro
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Oct 8, 2022
1 parent 240adfe commit fab0326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/useful_fortran_blocks/gpu_memory_usage-inc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mem_free = acc_get_property(mydev,dev_type,acc_property_free_memory)/(1.*1024**3)
mem_use = mem_tot-mem_free
if(myid == 0) print*,'Device memory usage (Gb): ', mem_use, ' / ', mem_tot
#if defined(_PGI) && 0
#if defined(__NVCOMPILER) && 0
block
use accel_lib
!
Expand Down

0 comments on commit fab0326

Please sign in to comment.