Skip to content

Commit

Permalink
Merge pull request #25 from ilfreddy/master
Browse files Browse the repository at this point in the history
Update job_g09.sh
  • Loading branch information
bast committed Jan 31, 2018
2 parents ae81fe6 + 5b372f1 commit a0e5a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_g09.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Gaussian.prep $input

# Running the program:

time g09 < $input.com > gaussian_$input.out
time g09 < ${input}.${ext} > gaussian_$input.out

# Cleaning up and moving files back to home/submitdir:
# Make sure to move all essential files
Expand Down

0 comments on commit a0e5a03

Please sign in to comment.