Skip to content

Releases: zenotech/pyepic

V1.0.24

23 Nov 13:25
f15a8f9
Compare
Choose a tag to compare

Fix to job listing without job array information.

V1.0.23

21 Jul 10:31
Compare
Choose a tag to compare

Add support for clean_case flag for the zOpt application.

V1.0.22

18 Jul 10:46
Compare
Choose a tag to compare

Support for filtering the jobs list by job array ID.

For example to filter for jobs that belong to array ID 100:

jobs = client.job.list(job_array=100)

V1.0.21

11 Jul 13:46
Compare
Choose a tag to compare

Include support for zOpt

V1.0.20

02 May 08:39
Compare
Choose a tag to compare
  • Bump version of epiccore to support "task_per_device" on JobSpec API
  • Update OpenFoam solver to use "task_per_device", this allows more custom task distrubution. For example, to put 9 partitions per socket for the openfoam solver, you can now do the following:
openfoam_job.solver.task_distribution = Distribution.SOCKET
openfoam_job.solver.tasks_per_device = 9

v1.0.19

23 Feb 16:01
Compare
Choose a tag to compare

Added meta-data listing for files.

v1.0.18

29 Sep 10:01
f7c9bc4
Compare
Choose a tag to compare
  • Fix issue bug that caused sync to fail if folder created by another thread
  • Support for job arrays with no common data

v1.0.17: Update openfoam.py

06 Aug 10:10
3e6c8d2
Compare
Choose a tag to compare

Bug fix for OpenFoam distribution value.

v1.0.16

07 Jun 08:54
Compare
Choose a tag to compare
  • Additional fix for job listing

v1.0.15

04 Jun 12:23
Compare
Choose a tag to compare
  • Bug fix for listing jobs