• R/O
  • SSH
  • HTTPS

molds: Commit


Commit MetaInfo

Revision1592 (tree)
Time2013-12-25 16:14:27
Authormikiya_fujii

Log Message

A patch for test results is applied. #32655

Change Summary

Incremental Difference

--- branches/0.3.x/test/Test_Of_MolDS.rb (revision 1591)
+++ branches/0.3.x/test/Test_Of_MolDS.rb (revision 1592)
@@ -45,8 +45,8 @@
4545 @@command = "command: "
4646 @@mpiCommand = "mpirun -np "
4747 @@mpiProcesses = "2"
48- @@deleteDiff = " | gawk '{if(($2!=\"SCF\")&&($3!=\"iter\")){print $0}}' | gawk '{if(($4!=\"time:\")){print $0}}' | gawk '{if(($3!=\"Elapsed\")){print $0}}' | gawk '{if(($2!=\"Elapsed\")){print $0}}' | gawk '{if(($3!=\"Welcome\")){print $0}}' | gawk '{if(($7!=\"residual\")){print $0}}' | gawk '{if(($3!=\"mode(nmw):\") ){print $0}}' | gawk '{if( !(($3==\"mode(mw):\")&&($4<6)) ){print $0}}'"
49- @@printed_section = []
48+ @@deleteDiff = " | gawk '{if(($2!=\"SCF\")&&($3!=\"iter\")){print $0}}' | gawk '{if(($4!=\"time:\")){print $0}}' | gawk '{if(($3!=\"Elapsed\")){print $0}}' | gawk '{if(($2!=\"Elapsed\")){print $0}}' | gawk '{if(($3!=\"Welcome\")){print $0}}' | gawk '{if(($7!=\"residual\")){print $0}}' | gawk '{if(($3!=\"mode(nmw):\") ){print $0}}' | gawk '{if( !(($3==\"mode(mw):\")&&($4<6)) ){print $0}}' | gawk '{if(($3!=\"Heap:\")){print $0}}'"
49+ @@printed_section = []
5050 def doesTestOmp(mklNumThreads, ompNumThreads)
5151 return unless should_run?
5252 ENV["MKL_NUM_THREADS"] = mklNumThreads
--- branches/0.3.x/doc/README.txt (revision 1591)
+++ branches/0.3.x/doc/README.txt (revision 1592)
@@ -22,9 +22,10 @@
2222 ==============================================================================
2323
2424
25- MolDS ("Mol"ecular "D"ynamics "S"imulation package) ver. 0.3.0
26- developed by Mikiya Fujii, Ph.D., Katsuhiko Nishimra, and Michihiro Okuyama, Ph.D..
27- For Questions and bug reports: molds-dev@lists.sourceforge.jp
25+ MolDS ("Mol"ecular "D"ynamics "S"imulation package) ver. 0.3.1
26+ Developers: Mikiya Fujii, Ph.D.(project lead), Katsuhiko Nishimra, and Michihiro Okuyama, Ph.D..
27+ Other contributors: Michael Banck
28+ Questions and bug reports: molds-dev@lists.sourceforge.jp
2829
2930
3031 ==============================================================================
Show on old repository browser