Skip to content
View morphlux's full-sized avatar

Block or report morphlux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
morphlux/README.md

Morphlux

Morphlux is a server-scale programmable photonic fabric interconnecting accelerators within servers. MorphMGR is the service for resource scheduling and management.

Development

python -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install -e .

# gurobi license
export LICENSEID=<LICENSEID>
export WLSACCESSID=<ACCESSID>
export WLSSECRET=<SECRET>

Testing

pytest tests/

Popular repositories Loading

  1. morphlux morphlux Public

    Morphlux is a server-scale programmable photonic fabric interconnecting accelerators within servers. MorphMGR is the service for resource scheduling and management.

    Python 4 1