Skip to content
Snippets Groups Projects
Commit 31ceff64 authored by gazoppce's avatar gazoppce
Browse files

fix 'if' instruction in 'src/job_make_mesonh_dev_pc_ifpen'

parent 23857be1
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ export VER_MPI=MPIAUTO ...@@ -14,7 +14,7 @@ export VER_MPI=MPIAUTO
export OPTLEVEL=DEBUG export OPTLEVEL=DEBUG
# Test de l'existence du profile # Test de l'existence du profile
if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL}]; then if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL} ]; then
./configure ./configure
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment