9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 14:32:05 +02:00
qp2/scripts/verif_omp/check_actual_setup.sh

11 lines
175 B
Bash
Raw Normal View History

2021-11-19 22:39:59 +01:00
#!/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