Skip to content

Commit

Permalink
Added support for using local data files.
Browse files Browse the repository at this point in the history
    * Added support in the Flowchart and Node classes for using local data files for
      e.g. forcefields. This allows the user to specify a local file, which is copied to
      the working directory of the job.
    * Also added a flag to both the Flowchart and Node classes indicating that the job
      is running in the JobServer rather than command-line.
  • Loading branch information
paulsaxe committed Jun 26, 2024
1 parent 797a1a8 commit 392dc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======
2024.6.27 -- Added support for using local data files.
* Added support in the FLowchart and Node classes for using local data files for
* Added support in the Flowchart and Node classes for using local data files for
e.g. forcefields. This allows the user to specify a local file, which is copied to
the working directory of the job.
* Also added a flag to both the Flowchart and Node classes indicating that the job
Expand Down

0 comments on commit 392dc22

Please sign in to comment.