In message from Clint Whaley <
whaley@...> (Fri, 18 Jul 2008
17:20:58 -0500):
>>BTW, what is default prefix value for configure-
>>/usr/local/atlas or /usr/local/ATLAS ?
>
>/usr/local/atlas
Thanks !
Then is it possible to execute 4 simultaneous "make build" w/ONE
"shared" source directory tree and w/4 different target directories,
i.e. something like
#! /bin/bash
# target directories are /home/local/atlas1 etc
# I assume that 4 configuration steps for each target tree were
# performed before this run
#
echo "start"
(cd /home/local/atlas1; numactl --membind=0 --cpunodebind=0 make build
2>&1 > makebuild_1.log &)
(cd /home/local/atlas2; numactl --membind=0 --cpunodebind=0 make build
2>&1 > makebuild_1.log &)
(cd /home/local/atlas3; numactl --membind=0 --cpunodebind=0 make build
2>&1 > makebuild_1.log &)
(cd /home/local/atlas4; numactl --membind=0 --cpunodebind=0 make build
2>&1 > makebuild_1.log &)
echo "finish"
- or I'll need also to have *4* source dir trees ?
Yours
Mikhail
>**************************************************************************
>** R. Clint Whaley, PhD ** Assist Prof, UTSA **
>www.cs.utsa.edu/~whaley **
>**************************************************************************
>
>-------------------------------------------------------------------------
>This SF.Net email is sponsored by the Moblin Your Move Developer's
>challenge
>Build the coolest Linux based applications with Moblin SDK & win great
>prizes
>Grand prize is a trip for two to an Open Source event anywhere in the
>world
>
http://moblin-contest.org/redirect.php?banner_id=100&url=/>_______________________________________________
>Math-atlas-devel mailing list
>
Math-atlas-devel@...
>
https://lists.sourceforge.net/lists/listinfo/math-atlas-devel-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Math-atlas-devel mailing list
Math-atlas-devel@...
https://lists.sourceforge.net/lists/listinfo/math-atlas-devel