Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try html and Apache redirect to new page #1

Merged
merged 1 commit into from
May 26, 2017
Merged

try html and Apache redirect to new page #1

merged 1 commit into from
May 26, 2017

Conversation

eirrgang
Copy link
Collaborator

I replaced the HTML with a "meta refresh" redirect as well as a Javascript redirect. I also added an .htaccess file in case this is an Apache server that will honor mod-rewrite, to make the redirection even more basic. Hopefully at least one of these will do the trick.

@peterkasson peterkasson merged commit d7c1e49 into kassonlab:master May 26, 2017
@eirrgang
Copy link
Collaborator Author

eirrgang commented May 27, 2017 via email

eirrgang added a commit that referenced this pull request Mar 12, 2018
eirrgang added a commit that referenced this pull request Mar 12, 2018
eirrgang added a commit that referenced this pull request Mar 12, 2018
* activate Travis-CI
eirrgang added a commit to eirrgang/gmxapi that referenced this pull request Dec 5, 2019
[WIP] Proposal: Gromacs external interfaces
eirrgang added a commit to eirrgang/gmxapi that referenced this pull request Dec 5, 2019
eirrgang added a commit to eirrgang/gmxapi that referenced this pull request Dec 5, 2019
Bitbucket wiki repository was set up as a git submodule.
eirrgang pushed a commit that referenced this pull request Mar 16, 2023
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
eirrgang pushed a commit that referenced this pull request Mar 16, 2023
Sample output on Xe HP SDP:

    Number of GPUs detected: 4
    #0: name: Intel(R) Graphics [0x020a], architecture 12.50.4, vendor: Intel(R) Corporation, device version: 3.0, driver version 22.04.022232, status: compatible
    #1: name: Intel(R) Graphics [0x020a], architecture 12.50.4, vendor: Intel(R) Corporation, device version: 3.0, driver version 22.04.022232, status: compatible
    #2: name: Intel(R) Graphics [0x020a], architecture 12.50.4, vendor: Intel(R) Corporation, device version: 1.2, driver version 1.2.22232, status: not recommended (please use SYCL_DEVICE_FILTER to limit visibility to a single backend)
    #3: name: Intel(R) Graphics [0x020a], architecture 12.50.4, vendor: Intel(R) Corporation, device version: 1.2, driver version 1.2.22232, status: not recommended (please use SYCL_DEVICE_FILTER to limit visibility to a single backend)

Pinging @rolandschulz, @mark.j.abraham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants