-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Works for me. :-)
…On May 26, 2017 5:07 PM, "Kasson laboratory" ***@***.***> wrote:
Merged #1 <#1>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFC32CNKmM_qPFJ66vVMQPwlL9vzoij_ks5r9z74gaJpZM4NoDug>
.
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.