Unverified Commit 18af032c authored by Yi Wu's avatar Yi Wu Committed by GitHub
Browse files

[flang] add GETLOG runtime and extension implementation: get login username (#74628)

Get login username, ussage:
```
CHARACTER(32) :: login
CALL getlog(login)
WRITE(*,*) login
```
getlog is required for an exascale proxyapp.
https://proxyapps.exascaleproject.org/app/minismac2d/

https://github.com/Mantevo/miniSMAC/blob/f90446714226eeef650b78bce06ca4967792e74d/ref/smac2d.f#L615

https://github.com/Mantevo/miniSMAC/blob/f90446714226eeef650b78bce06ca4967792e74d/ref/smac2d.f#L1570



---------

Co-authored-by: default avatarYi Wu <43659785+PAX-12-WU@users.noreply.github.com>
Co-authored-by: default avatarYi Wu <yiwu02@wdev-yiwu02.arm.com>
Co-authored-by: default avatarKiran Chandramohan <kiranchandramohan@gmail.com>
parent 5b9be0ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment