-
There is also a typo in my previous message. 'note the added trim' instead of 'not the added trim'.
2009-10-09 07:48:55 UTC by tovrstra
-
I've encountered this with version 2.7
On line 415 in fruit.f90 there is a small typo. It should read
msg = trim(msg) // '; User message: [' // message // ']'
(not the added trim). Otherwise the msg variable is to long. This might be a compiler-dependent issue. I'm working with g95.
2009-10-09 07:47:41 UTC by tovrstra
-
I tried to modify the rake_base.rb and fruit_gem_processor.rb to make it work with .f95 extension files. However, I could not build fruit_gem_processor.rb. There is always an error with "unitialized constant Gem" and the line with error in rakefile is #2
Gem::manage_gems
I hope someone can give me a hint. Thanks
Tuan.
2009-07-27 04:16:34 UTC by nobody
-
OK. Let me know when/if you want me to take care of those changes (i.e. removing the obsolete functions). At the very least I could change the comment for now! :-) But I didn't want to remove the functions without first checking with you.
Thanks for your comments about the run_test_case interface. Before tackling it, I didn't know that Fortran 90 could handle pointers/references to functions...
2009-07-11 00:53:09 UTC by sgould
-
Haha, how about in the next release, before the end of this year?
I did check some users, and they still use old calls. I will beat them up for the upgrade.
Also, I really like the run_test_case interface.
Thanks
~Andrew Chen.
2009-07-10 16:47:47 UTC by meihome
-
Andrew,
Congratulations on the release of 2.7. What are your thoughts on when to retire the functions flagged as obsolete in fruit.f90? A comment in the code, that also gets output when one of the obsolete functions is used states:
"old calls will be replaced in the next release in Jan 2009"
Thanks again,
Steve.
2009-07-06 20:54:22 UTC by sgould
-
1. Updated Fruit Processor, so that it use call run_test_case ( test_case_name) rather than call test_case_name So that the total number of successful case is printed in the summary.
2. Can support g95 compiler. Modify the rake_base.rb file.
3. Minor format changed.
Cheers!
Andrew Chen.
2009-07-02 21:40:27 UTC by meihome
-
meihome changed the FRUIT 2.7 file release.
2009-07-02 21:07:10 UTC by meihome
-
meihome changed the FRUIT 2.7 file release.
2009-07-02 21:00:18 UTC by meihome
-
meihome changed the FRUIT 2.7 file release.
2009-07-02 20:58:57 UTC by meihome