Skip to content

Commit

Permalink
Update gromacs_installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ANUGAMAGE authored Nov 27, 2023
1 parent 3fd5b7d commit 1ed4a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gromacs_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
simulate:
runs-on: ubuntu-latest
timeout-minutes: 300 # Increased timeout to 300 minutes
timeout-minutes: 240

steps:
- name: Checkout source
Expand All @@ -29,7 +29,7 @@ jobs:
cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
make
# Exclude the problematic test
ctest -j $(nproc) -E MdrunTestsTwoRanks
ctest -j $(nproc) -E MdrunTestsTwoRanks --rerun-failed --output-on-failure
sudo make install
echo 'source /usr/local/gromacs/bin/GMXRC' >> $HOME/.bashrc
source $HOME/.bashrc
Expand Down

0 comments on commit 1ed4a07

Please sign in to comment.