mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-14 10:03:47 +01:00
13 lines
290 B
Bash
Executable File
13 lines
290 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# 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
|
|
echo ""
|
|
echo "Please wait..."
|
|
echo ""
|
|
cd ../../src/fci
|
|
ninja || echo "Please recompile from the root"
|
|
echo ""
|
|
./check_omp_actual_setup
|
|
cd ../../scripts/verif_omp
|