Skip to content

Algebraic-Programming/OSP-OnlineServicePortal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneStopParallel Web Interface

First step is to clone the repo and its submodule:

git clone --recurse-submodules [email protected]:zrc-von-neumann-lab/opdas/osp-web-interface.git

Setup

OneStopParallel installation

cd third_party/OneStopParallel && mkdir -p build && cd build
cmake ..
make -j$(nproc)

Backend setup

In a terminal run the backend from the base directory:

python3 backend.py

Running a Local Development Server

To preview the project in a browser, you can start a simple HTTP server:

python3 -m http.server 8000

Use the application

Open the local host http://localhost:8000/

About

A project to enable OneStopParallel as a service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published