Skip to content

Commit

Permalink
Buildbot ran the code beautifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbot authored and buildbot committed Dec 19, 2018
1 parent 37f8f29 commit 8415dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shared/save_header_file.F90
Original file line number Diff line number Diff line change
Expand Up @@ -868,20 +868,20 @@ subroutine compute_optimized_dumping(static_memory_size,NT_DUMP_ATTENUATION_opti
! checks if memory available
if (UNDO_ATTENUATION) then
if (static_memory_size_GB >= MEMORY_INSTALLED_PER_CORE_IN_GB) then
print *,''
print *
print *,'Invalid setup: simulation too big (for UNDO_ATTENUATION)!'
print *,' installed memory per core = ',sngl(MEMORY_INSTALLED_PER_CORE_IN_GB)
print *,' needed static memory (in GB) = ',sngl(static_memory_size_GB)
print *,''
print *
stop 'you are using more memory than what you told us is installed!!! there is an error'
endif

if (static_memory_size_GB >= what_we_can_use_in_GB) then
print *,''
print *
print *,'Invalid setup: simulation too big (for UNDO_ATTENUATION)!'
print *,' memory usable per core = ',sngl(what_we_can_use_in_GB)
print *,' needed static memory (in GB) = ',sngl(static_memory_size_GB)
print *,''
print *
stop 'you are using more memory than what you allowed us to use!!! there is an error'
endif
endif
Expand Down

0 comments on commit 8415dcf

Please sign in to comment.