AMUman Simulation Manager is a comprehensive tool designed to facilitate and streamline the process of managing simulations in scientific research, specifically tailored for AMUmax software, a fork of the well-known Mumax software. Developed at Adam Mickiewicz University, this manager aims to provide a user-friendly and efficient platform for handling complex simulation tasks.
- Task Queue Management: Efficiently manage and prioritize simulation tasks.
- Real-Time Monitoring: Track the progress of simulations in real-time.
- Resource Allocation: Optimize the usage of computational resources.
- User-Friendly Interface: Simplified user interaction for both novice and experienced users.
- Scalability: Designed to scale with increasing computational demands.
AMUman Simulation Manager utilizes a variety of technologies and frameworks to ensure robust performance and user-friendly experience:
-
Backend
- Django: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Django REST Framework: A powerful and flexible toolkit for building Web APIs.
- Celery: An asynchronous task queue/job queue based on distributed message passing.
-
Frontend
-
In the current release, the frontend is built using Django and Bootstrap. In the future, we plan to release a version based on a Vuejs: frontend:
Provide a step-by-step guide on how to install and setup AMUman Simulation Manager.
# Step 1: Clone the repository
git clone https://github.com/kkingstoun/AMUman
# Step 2: Install dependencies
# ...
# Step 3: Makemigrations
python manage.py makemigrations --settings=amudmin.settings_manager
python manage.py migrate --settings=amudmin.settings_manager
python manage.py migrate --settings=amudmin.settings_node
python manage.py migrate --settings=amudmin.settings_client
To run manager
python manage.py runserver 8000 --settings=amudmin.settings_manager
To run client
python manage.py runserver 8000 --settings=amudmin.settings_client
To run node
python manage.py runserver 8000 --settings=amudmin.settings_node```
Requirements:
- Podman
- Just
Create a file manager/.env
with the following keys:
DOMAIN_URL=
SECRET_KEY=
DJANGO_SUPERUSER_EMAIL=
DJANGO_SUPERUSER_USERNAME=
DJANGO_SUPERUSER_PASSWORD=
Then run
just staging
Mateusz Zelent and Matehieu Moalic
Institute of Spintronics and Quantum Information, Faculty of Physics, Adam Mickiewicz University, Poznań, Uniwersytetu Poznańskiego 2, 61-614 Poznań, Poland