Warning, /tools/build_options/unsupported/sn9735_craysv1_f90 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
c55c6693ee Ed H*0001 #!/bin/bash
0002 #
0003 #
0004 # Tested on hermes.casaccia.enea.it
0005
0006 S64='$(TOOLSDIR)/set64bitConst.sh'
0007 MAKEDEPEND=makedepend
0008 DEFINES='-DWORDLENGTH=4'
0009
0010 BASH='/bin/sh'
0011
0012 FC='f90'
0013 LINK='f90'
0014 CPP='/opt/ctl/bin/cpp -N -P'
0015 FOPTIM='-O0'
0016 NOOPTFLAGS='-O0'