diff options
author | dhuth <derickhuth@gmail.com> | 2014-08-27 09:52:06 -0600 |
---|---|---|
committer | dhuth <derickhuth@gmail.com> | 2014-08-27 09:52:06 -0600 |
commit | bff810cc371a38f493d688c54f71013f5a7d53bf (patch) | |
tree | fbe86954bb3c01deb21da9e41ebff5baa2889a45 /examples/fortran/ccd.script | |
download | chill-bff810cc371a38f493d688c54f71013f5a7d53bf.tar.gz chill-bff810cc371a38f493d688c54f71013f5a7d53bf.tar.bz2 chill-bff810cc371a38f493d688c54f71013f5a7d53bf.zip |
Initial commit
Diffstat (limited to 'examples/fortran/ccd.script')
-rw-r--r-- | examples/fortran/ccd.script | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/fortran/ccd.script b/examples/fortran/ccd.script new file mode 100644 index 0000000..c2af500 --- /dev/null +++ b/examples/fortran/ccd.script @@ -0,0 +1,18 @@ +source: ccd.f +procedure: clean_sd_t_s1_1 +format : rose +loop: 0 + + + +original() + +UN=4 + +unroll(0,5,4) +unroll(0,4,4) +unroll(0,3,4) +unroll(0,2,4) +unroll(0,1,4) + +print |