You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Session launcher needs to be able to be able to construct a reasonably unique working directory name and to be able to identify whether an existing directory represents the intended work specification. In the long term, we should include meta-data on specific aspects of data graph state, but the immediate need is met by a filesystem-friendly hash or string generation based on the work specification text and appropriate handling by the Context.
The text was updated successfully, but these errors were encountered:
Refactoring of SYCL compiler flags in dea311a (!2841) caused
the `-fsycl-device-code-split=per_kernel` flag to be only used during
the compilation, not linking. As a result, the flag did not have any effect,
and all the kernels were JITed every time, significantly increasing
the initialization time.
Today's nightly: https://gitlab.com/gromacs/gromacs/-/jobs/2817361699
```
1/84 Test #1: GmxapiExternalInterfaceTests .............. Passed 23.85 sec
26/84 Test #26: EwaldUnitTests ............................***Timeout 30.06 sec
64/84 Test #64: MdrunTestsOneRank ......................... Passed 77.39 sec
```
After this MR: https://gitlab.com/gromacs/gromacs/-/jobs/2819696665
```
1/84 Test #1: GmxapiExternalInterfaceTests .............. Passed 2.81 sec
26/84 Test #26: EwaldUnitTests ............................ Passed 6.86 sec
64/84 Test #64: MdrunTestsOneRank ......................... Passed 2.23 sec
```
Fixes #4551
Closes #4551
The Session launcher needs to be able to be able to construct a reasonably unique working directory name and to be able to identify whether an existing directory represents the intended work specification. In the long term, we should include meta-data on specific aspects of data graph state, but the immediate need is met by a filesystem-friendly hash or string generation based on the work specification text and appropriate handling by the Context.
The text was updated successfully, but these errors were encountered: