Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Aug 3, 2023
1 parent 48da304 commit 975d4f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ steps:
inputs:
cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DAMReX_SPACEDIM=3 -DAMReX_GPU_BACKEND=CUDA -DQUOKKA_PYTHON=OFF -G Ninja'

- script: python ../src/StarCluster/perturbation.py --kmin=2 --kmax=64 --size=128 --alpha=2 --f_solenoidal=1.0
displayName: 'Run perturbation.py to generate input file for StarCluster test'

- script: mv ../src/StarCluster/zdrv.hdf5 ../tests/
displayName: 'Move file to tests'

- task: CMake@1
displayName: 'Build Quokka'
inputs:
Expand Down

0 comments on commit 975d4f9

Please sign in to comment.