Skip to content

Commit

Permalink
Merge branch 'cindytsai-cmake'
Browse files Browse the repository at this point in the history
  • Loading branch information
cindytsai committed Nov 16, 2023
2 parents f6be380 + 42cf928 commit 4e414d3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 25 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cmake-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
- name: Install yt, mpi4py, and yt_libyt
run: |
pip install mpi4py yt
cd ${{ github.workspace }}
cd ..
git clone --depth 1 -b libyt-dev --single-branch "https://github.com/cindytsai/yt_libyt.git" yt_libyt
cd yt_libyt
pip install .
pip install yt-libyt
- name: Update GitHub Environment Variables
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/make-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ jobs:
- name: Install yt, mpi4py, and yt_libyt
run: |
pip install mpi4py yt
cd ${{ github.workspace}}
cd ..
git clone --depth 1 -b libyt-dev --single-branch "https://github.com/cindytsai/yt_libyt.git" yt_libyt
cd yt_libyt
pip install .
pip install yt-libyt
- name: Update GitHub Environment Variables
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- "main"
- "doc"
paths:
- "doc/**"

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
rev: v17.0.4
hooks:
- id: clang-format
types_or: ['c++', 'c']
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# libyt
[![CMake Build Test](https://github.com/cindytsai/libyt/actions/workflows/cmake-build-test.yml/badge.svg)](https://github.com/cindytsai/libyt/actions/workflows/cmake-build-test.yml)
[![GNU Make Build Test](https://github.com/cindytsai/libyt/actions/workflows/make-build-test.yml/badge.svg)](https://github.com/cindytsai/libyt/actions/workflows/make-build-test.yml)
[![CMake Build Test](https://github.com/yt-project/libyt/actions/workflows/cmake-build-test.yml/badge.svg)](https://github.com/yt-project/libyt/actions/workflows/cmake-build-test.yml)
[![GNU Make Build Test](https://github.com/yt-project/libyt/actions/workflows/make-build-test.yml/badge.svg)](https://github.com/yt-project/libyt/actions/workflows/make-build-test.yml)


`libyt` is an open source C library for simulation, that allows researchers to analyze and visualize data using [`yt`](https://yt-project.org/) or other Python packages in parallel during simulation runtime. In this way, we can skip the step of writing data to local disk before doing analysis using Python. This greatly reduce the disk usage, and increase the temporal resolution.

This is my personal repo. It is only for developing purpose.

- **Official Repo**: https://github.com/yt-project/libyt
- **Official Doc**: https://yt-project.github.io/libyt/
- **See `libyt` working progress**: [Project Board](https://github.com/calab-ntu/libyt/projects/1)
- **Documents (my version)**: https://cindytsai.github.io/libyt/
- **Documents**: https://yt-project.github.io/libyt/
- **See `libyt` working progress**: [Project Board](https://github.com/yt-project/libyt/projects/1)
8 changes: 4 additions & 4 deletions doc/_config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
title: libyt Documents (Dev)
description: libyt documents, this site is mainly for developing.
title: libyt Documents
description: libyt documents
theme: just-the-docs

url: https://cindytsai.github.io/libyt/
url: https://yt-project.github.io/libyt/

# Aux links for the upper right navigation, create new tab once click
aux_links:
cindytsai/libyt (dev): https://github.com/cindytsai/libyt
yt-project/libyt GitHub : https://github.com/yt-project/libyt
aux_links_new_tab: true

# Heading anchor links appear on hover over h1-h6 tags in page content
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Home
nav_order: 1
---

# libyt Documents (Dev)
# libyt Documents
Version 0.1.0
{: .label }

Expand Down

0 comments on commit 4e414d3

Please sign in to comment.