You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/04/10 16:55:05 UTC

svn commit: r1311768 - /incubator/airavata/trunk/samples/application-emulators/MockPwscf/README

Author: heshan
Date: Tue Apr 10 14:55:04 2012
New Revision: 1311768

URL: http://svn.apache.org/viewvc?rev=1311768&view=rev
Log:
Updating the readme.

Modified:
    incubator/airavata/trunk/samples/application-emulators/MockPwscf/README

Modified: incubator/airavata/trunk/samples/application-emulators/MockPwscf/README
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/application-emulators/MockPwscf/README?rev=1311768&r1=1311767&r2=1311768&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/application-emulators/MockPwscf/README (original)
+++ incubator/airavata/trunk/samples/application-emulators/MockPwscf/README Tue Apr 10 14:55:04 2012
@@ -2,17 +2,19 @@ OVERVIEW
 --------
 This is a sample application which emulates three inputs.
 The First Input is Pwscf_Input, it has all data setup manually by the user over the Web Portal.
-The second and third inputs are pseudo_1 and pseudo_2. Those file usually are created by a third part software
-containing atomic positions.
-The real PWscf uses those pseudo files to simulate atomic postions of the atoms involved on the calculations.
+The second and third inputs are pseudo_1 and pseudo_2. Those file usually are created by a third
+part software containing atomic positions.
+The real PWscf uses those pseudo files to simulate atomic postions of the atoms involved on the
+calculations.
 
 
 DESCRIPTION
 ----------
 
-This Application only reads three input Pwscf_Input, pseudo_1, and pseudo_2. Then It prints 2 Outputs, one called Pwscf_Output, and the other
-called output_2_binary. This seconds output output_2_binary is just one example. In the real PWscf several binary files will be placed over
-the tmp directory.
+This Application only reads three input Pwscf_Input, pseudo_1, and pseudo_2. Then It prints 2
+Outputs, one called Pwscf_Output, and the other called output_2_binary. This seconds output
+output_2_binary is just one example. In the real PWscf several binary files will be placed over the
+tmp directory.
 
 
 MOCK APPLICATION
@@ -23,7 +25,8 @@ This application is similar to a thermo 
 APPLICATION INPUT/OUPUTS
 ------------------------
 
-The first input parameter file has multiple name value pairs inputs which application can understand.
+The first input parameter file has multiple name value pairs inputs which application can
+understand.
 
 The second input is a data file 
 
@@ -46,4 +49,5 @@ VERIFICATION
 -----------
 The execution will be successfull if ....
 
-In case the execution goes correctly. It should read those three inputs, and create one output Pwscf_Output and another output called output_2_binary in the tmp directory.
+In case the execution goes correctly. It should read those three inputs, and create one output
+Pwscf_Output and another output called output_2_binary in the tmp directory.