From efae4438da72e4a70e93572302a0e335089a1f24 Mon Sep 17 00:00:00 2001 From: Seung Whan Chung Date: Mon, 7 Oct 2024 16:07:02 -0700 Subject: [PATCH] fixed ci workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e91e1af..43953585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,6 @@ jobs: - name: test ROM ion density evaluation run: | cd ${GITHUB_WORKSPACE}/tests/ROM/test_rom_poisson - ln -s ${GITHUB_WORKSPACE}/build/src/mgmol-rom . - ln -s ${GITHUB_WORKSPACE}/potentials/* . mpirun -n 3 --oversubscribe ./mgmol-rom -c carbyne.ion.cfg -i carbyne.in # code-style: # runs-on: ubuntu-latest