test: Fix user_space, testing use of copy_from_user / copy_to_user
Change-Id: I2caef1ba6597f693dc4f773ef8fedbd837c45ce6
This commit is contained in:
@@ -12,10 +12,12 @@ else
|
||||
fi
|
||||
cd $MC_HOME
|
||||
make clean
|
||||
./configure --prefix=${MCMOD_DIR} --with-target=smp-x86 --with-mpi=/usr/lib64/mpich-3.2 --enable-qlmpi $* >/tmp/install.log
|
||||
./configure --prefix=${MCK_DIR} --with-target=smp-x86 \
|
||||
--with-mpi=/usr/lib64/mpich-3.2 --enable-qlmpi $* > \
|
||||
/tmp/install.log
|
||||
make >> /tmp/install.log
|
||||
make install >> /tmp/install.log
|
||||
|
||||
# for wallaby
|
||||
chmod 777 ${MCMOD_DIR}/etc
|
||||
chmod 777 ${MCK_DIR}/etc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user