hypre/src/test/TEST_ij/state.jobs
Rui Peng Li d003a2b781
Fix regression tests with-concurrent-hopscotch (#1013)
This PR fixes regressions with concurrent-hopscotch.
2023-11-20 12:09:19 -08:00

14 lines
513 B
Bash

#!/bin/bash
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#=============================================================================
# Test library initialization (sequential and parallel)
#=============================================================================
mpirun -np 1 ./ij -test_init > state.out.1
mpirun -np 4 ./ij -test_init > state.out.100