-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/service startup flag #3026
Conversation
@dyokelson hi Dewi, can you please try this branch to test services startup (1) Installation of the required branches within your virtual environment (uninstall previous radical tools first)
(2) Service task description - when you've described service task, set the service_task = rp.TaskDescription()
...
service_task.metadata = {
'name': 'soma_00', # in RP Registry its URL will be accessed with path:
# "service.soma_00.<idx>.url"
# where <idx> refers to the instance id
'startup_file': <full_path> # for now try with the full path outside of the pilot sandbox
}
...
pd = rp.PilotDescription()
...
pd.services = [service_task] |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Hi, I have been able to launch SOMA as a service on one node and LULESH as a task on another - and they have been able to connect and send/receive data. Next I will be trying with the tau performance data layer and with different resource allocations (multiple nodes/tasks etc). |
Codecov Report
@@ Coverage Diff @@
## devel #3026 +/- ##
==========================================
+ Coverage 42.41% 42.76% +0.34%
==========================================
Files 99 99
Lines 10824 10858 +34
==========================================
+ Hits 4591 4643 +52
+ Misses 6233 6215 -18
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
No description provided.