We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.conf
1 parent bc51109 commit cc5c194Copy full SHA for cc5c194
tests/differentially_heated_cavity/testit.sh
@@ -7,7 +7,7 @@ UTILSDIR=$CANSDIR/utils
7
rm -rf $RUNDIR
8
echo "Compiling ..."
9
sleep 2
10
-cp $TESTDIR/build.conf $CANSDIR && cd $CANSDIR && make allclean && make libs && make -j
+cd $CANSDIR && make allclean && make libs && make -j
11
cp $TESTDIR/input.nml $RUNDIR && cd $RUNDIR
12
echo "Running CaNS..."
13
0 commit comments