9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-17 18:15:17 +02:00
qp2/scripts/verif_omp/check_actual_setup.sh
2021-11-19 22:39:59 +01:00

11 lines
175 B
Bash
Executable File

#!/bin/sh
echo ""
echo "Please wait..."
echo ""
cd ../../src/fci
ninja || echo "Please recompile from the root"
echo ""
./check_omp_actual_setup
cd ../../scripts/verif_omp