mrnorman / miniWeather

A parallel programming training mini app simulating weather-like flows
Other
145 stars 67 forks source link

Adds default(present) to OpenACC #5

Closed jefflarkin closed 2 years ago

jefflarkin commented 2 years ago

Previously the code relied on a PGI command-line option that made all variables assumed present by default. This adds the default(present) clause, which is the standardized way of accomplishing the same thing.

jefflarkin commented 2 years ago

Will remove superfluous privates variables and push changes.

mrnorman commented 2 years ago

Completed via commit 853ab64c69e0fbad9c8f4d58c0f198cc9e81ded4 on miniWeather master.