mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-05 03:03:29 +01:00
11 lines
175 B
Bash
11 lines
175 B
Bash
|
#!/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
|