Warning, /tools/build_options/unsupported/osf1_halem is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
5f20f82022 Ed H*0001 #!/bin/bash
0002 #
0003 #
0004
0005 # confirmed on Halem by eh3, 2003-09-03
0006
0007 S64='$(TOOLSDIR)/set64bitConst.sh'
0008 MAKEDEPEND='mkdep -f depend.out'
0009 DEFINES='-DTARGET_DEC -DWORDLENGTH=1'
0010
0011
41a6872241 Andr*0012 CPP='/usr/local/bin/cpp -P -traditional'
5f20f82022 Ed H*0013 #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
0014 FC='f77'
0015 LINK='f77'
0016 FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
0017 FOPTIM='-O5 -fast -tune host -inline all'
0018 #ph: -O5 probably too aggressive in conjunction with adjoint code
0019 NOOPTFILES='barrier.F different_multiple.F external_fields_load.F'
0020 NOOPTFLAGS='-O0'
0021 RMFILES='*.p.out'