mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-05-06 23:25:01 +02:00
11 lines
175 B
Bash
Executable File
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
|