User Tools

Site Tools


conv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
conv [2023/11/14 10:38] – [c012] oschuettconv [2026/06/12 09:46] (current) oschuett
Line 72: Line 72:
 ⚠️ ''Found WRITE statement with hardcoded unit in "${proc}"'' ⚠️ ''Found WRITE statement with hardcoded unit in "${proc}"''
  
-✅ Please use a [[dev:printkey]] instead of writing to stdout directlyThey let users [[printkey|control]]  the verbosity of the output.+✅ Please don't write to stdout directly, but instead use a [[dev:printkey]]. 
 + 
 + 
 +Printkeys allow the user to [[printkey|control]] the verbosity of the output.
  
 ---- ----
Line 79: Line 82:
 ⚠️ ''Found DEALLOCATE with STAT argument in "${proc}"'' ⚠️ ''Found DEALLOCATE with STAT argument in "${proc}"''
  
-✅ Please don't ''STAT='' to ''DEALLOCATE'' to ensure that the program stops after a failure.+✅ Please don'pass ''STAT='' to ''DEALLOCATE'' to ensure that the program stops after a failure.
  
 A failed deallocation is always indicative of a bug (e.g. double free or segmentation fault) and the program should not continue afterwards. A failed deallocation is always indicative of a bug (e.g. double free or segmentation fault) and the program should not continue afterwards.
conv.1699958301.txt.gz · Last modified: by oschuett