10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-27 07:32:21 +02:00
QuantumPackage/scripts/verif_omp/check_actual_setup.sh

13 lines
290 B
Bash
Raw Normal View History

2021-11-19 22:39:59 +01:00
#!/bin/sh
2021-11-23 15:00:54 +01:00
# go in qp2/src/fci to run check_omp_actual_setup
# to see if we can run in parallel an omp section in another one
2021-11-19 22:39:59 +01:00
echo ""
echo "Please wait..."
echo ""
cd ../../src/fci
ninja || echo "Please recompile from the root"
echo ""
./check_omp_actual_setup
cd ../../scripts/verif_omp