Instructions to build the 2 test programs testglbave __________ 1) compile testglbave 2) edit the read_nvap.f routine and set the switch for your type of machine/operating system. 3) compile read_nvap 4) link testglbave and read_nvap (for example f77 -static testglbave.f read_nvap.f -o output.file) for testprintout ________________ 1) compile testprint 2) edit the read_nvap.f routine and set the switch for your type of machine/operating system. 3) compile read_nvap 4) link testprint and read_nvap