From 43e56c04d4fe0990486cae90eb844761066ecc2a Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Fri, 23 Aug 2024 12:06:58 +0200 Subject: [PATCH] fix swift/music guide --- content/guide/vsc-slum-tips-and-tricks.md | 6 +++--- hugo_version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/guide/vsc-slum-tips-and-tricks.md b/content/guide/vsc-slum-tips-and-tricks.md index 22028fd..7514f57 100644 --- a/content/guide/vsc-slum-tips-and-tricks.md +++ b/content/guide/vsc-slum-tips-and-tricks.md @@ -422,7 +422,7 @@ The examples in this section are not intended to be official documentation on ho ### MUSIC and SWIFT -We are using [MUSIC](https://bitbucket.org/ohahn/music/src/master/) to generate initial simulations for cosmological simulations and then run them using [SWIFT](https://swift.strw.leidenuniv.nl/). +We are using [MUSIC](https://github.com/cosmo-sims/music) to generate initial simulations for cosmological simulations and then run them using [SWIFT](https://swift.strw.leidenuniv.nl/). #### Managing modules @@ -444,7 +444,7 @@ spack load gcc@12.2 #### Compiling MUSIC ```bash -➜ git clone https://bitbucket.org/ohahn/music.git +➜ git clone https://github.com/cosmo-sims/MUSIC2.git ➜ cd music/ ➜ mkdir build ➜ cd build/ @@ -533,7 +533,7 @@ Check ["Running on Large Systems"](https://swift.strw.leidenuniv.nl/docs/Getting #SBATCH --time=24:00:00 ROOT=/gpfs/data/fs72085/lwinkler/projects/cosmos_data/auriga-resim -swift=$ROOT/swiftsim/swift +swift=$ROOT/swiftsim/swift_mpi run=$1 cd $ROOT diff --git a/hugo_version.txt b/hugo_version.txt index 6170099..4f519f0 100644 --- a/hugo_version.txt +++ b/hugo_version.txt @@ -1 +1 @@ -0.128.0 \ No newline at end of file +0.133.0 \ No newline at end of file