NOAA-EMC / gfs-utils

Utility programs for global-workflow
0 stars 19 forks source link

Updates to detect_machine.sh needed after the UFSWM updated the return value #41

Closed HenryRWinterbottom closed 8 months ago

HenryRWinterbottom commented 8 months ago

What is wrong?

gfs-utils has a copy of detect_machine.sh. This was copied from UFSWM to maintain consistency. The UFSWM has updated and removed the COMPILER addon to the variable MACHINE_ID for all platforms.

What should have happened?

A consistent return of use of detect_machine.sh should return the name of the machine w/o COMPILER addon.

What machines are impacted?

All or N/A

Steps to reproduce

None

Additional information

None

Do you have a proposed solution?

Copy detect_machine.sh from ufs-weather-model to gfs-utils. https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/detect_machine.sh

aerorahul commented 8 months ago

Resolved by #42