Does it mean that the "MAKE_CFLAGS" can still be put in the simplemake.in ? A.Chan BTW, my version of simplemake support MAKE_CFLAGS. With the latest svn source, when configured with CC=gcc CXX=g++ F77=ifort F90=ifort, the make step 'make VERBOSE=1 MAKE_CFLAGS="-Wall -Werror"' fails as follows: gcc -DHAVE_CONFIG_H -I. -I/home/chan/mpich_work/mpich2/src/mpid/common/datatype -I/home/chan/mpich_work/mpich2/src/mpid/common/datatype -I/disks/chan/mpich2_work/build_tmp/src/include -I/home/chan/mpich_work/mpich2/src/include -O2 -Wall -Werror -DUSE_PROCESS_LOCKS -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/include -I/home/chan/mpich_work/mpich2/src/mpid/ch3/include -I/disks/chan/mpich2_work/build_tmp/src/mpid/common/datatype -I/home/chan/mpich_work/mpich2/src/mpid/common/datatype -I/disks/chan/mpich2_work/build_tmp/src/mpid/common/locks -I/home/chan/mpich_work/mpich2/src/mpid/common/locks -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/channels/nemesis/include -I/home/chan/mpich_work/mpich2/src/mpid/ch3/channels/nemesis/include -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/chan/mpich_work/mpich2/src/mpid/ch3/channels/nemesis/nemesis/include -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/chan/mpich_work/mpich2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/disks/chan/mpich2_work/build_tmp/src/mpid/common/locks -I/home/chan/mpich_work/mpich2/src/mpid/common/locks -c /home/chan/mpich_work/mpich2/src/mpid/common/datatype/mpid_type_debug.c cc1: warnings being treated as errors /home/chan/mpich_work/mpich2/src/mpid/common/datatype/mpid_type_debug.c:480: warning: ‘MPIDI_Datatype_depth_spacing’ defined but not used make[5]: *** [mpid_type_debug.o] Error 1 make[5]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid/common/datatype' make[4]: *** [all-redirect] Error 2 make[4]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid/common/datatype' make[3]: *** [all-redirect] Error 2 make[3]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid/common' make[2]: *** [all-redirect] Error 2 make[2]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid' make[1]: *** [all-redirect] Error 2 make[1]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src' make: *** [all-redirect] Error 2 ----- "Rajeev Thakur" <[email protected]> wrote:
Pavan is already en route to Austin. We need to wait at least one night for a clean set of tests. So sometime over the weekend or Monday. Technically we have until Thursday to release it (our BoF is on Thursday).
Rajeev
_____
From: [email protected] [mailto:[email protected]] On Behalf Of Jayesh Krishna Sent: Friday, November 14, 2008 12:39 PM To: [email protected] Cc: [email protected] Subject: [mpich2-core] Release
Pavan, When are we cutting the tarball for the release ?
(PS: Is Hydra good to go ? Did see some commits from you related to Hydra last night...)
Regards, Jayesh
If it is low risk and will not break anything. Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Chan Sent: Friday, November 14, 2008 2:24 PM To: [email protected] Subject: Re: [mpich2-core] Release
Does it mean that the "MAKE_CFLAGS" can still be put in the simplemake.in ?
A.Chan
BTW, my version of simplemake support MAKE_CFLAGS. With the latest svn source, when configured with CC=gcc CXX=g++ F77=ifort F90=ifort, the make step 'make VERBOSE=1 MAKE_CFLAGS="-Wall -Werror"' fails as follows:
gcc -DHAVE_CONFIG_H -I. -I/home/chan/mpich_work/mpich2/src/mpid/common/datatype -I/home/chan/mpich_work/mpich2/src/mpid/common/datatype -I/disks/chan/mpich2_work/build_tmp/src/include -I/home/chan/mpich_work/mpich2/src/include -O2 -Wall -Werror -DUSE_PROCESS_LOCKS -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/include -I/home/chan/mpich_work/mpich2/src/mpid/ch3/include -I/disks/chan/mpich2_work/build_tmp/src/mpid/common/datatype -I/home/chan/mpich_work/mpich2/src/mpid/common/datatype -I/disks/chan/mpich2_work/build_tmp/src/mpid/common/locks -I/home/chan/mpich_work/mpich2/src/mpid/common/locks -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/channels/neme sis/include -> I/home/chan/mpich_work/mpich2/src/mpid/ch3/channels/nemesis/in clude -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/channels/neme sis/nemesis/include -> I/home/chan/mpich_work/mpich2/src/mpid/ch3/channels/nemesis/ne mesis/include -I/disks/chan/mpich2_work/build_tmp/src/mpid/ch3/channels/neme sis/nemesis/utils/monitor -> I/home/chan/mpich_work/mpich2/src/mpid/ch3/channels/nemesis/ne mesis/utils/monitor -I/disks/chan/mpich2_work/build_tmp/src/mpid/common/locks -I/home/chan/mpich_work/mpich2/src/mpid/common/locks -c /home/chan/mpich_work/mpich2/src/mpid/common/datatype/mpid_typ e_debug.c cc1: warnings being treated as errors /home/chan/mpich_work/mpich2/src/mpid/common/datatype/mpid_typ e_debug.c:480: warning: 'MPIDI_Datatype_depth_spacing' defined but not used make[5]: *** [mpid_type_debug.o] Error 1 make[5]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid/common/datatype' make[4]: *** [all-redirect] Error 2 make[4]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid/common/datatype' make[3]: *** [all-redirect] Error 2 make[3]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid/common' make[2]: *** [all-redirect] Error 2 make[2]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src/mpid' make[1]: *** [all-redirect] Error 2 make[1]: Leaving directory `/disks/chan/mpich2_work/build_tmp/src' make: *** [all-redirect] Error 2
----- "Rajeev Thakur" <[email protected]> wrote:
Pavan is already en route to Austin. We need to wait at least one night for a clean set of tests. So sometime over the weekend or Monday. Technically we have until Thursday to release it (our BoF is on Thursday).
Rajeev
_____
From: [email protected] [mailto:[email protected]] On Behalf Of Jayesh Krishna Sent: Friday, November 14, 2008 12:39 PM To: [email protected] Cc: [email protected] Subject: [mpich2-core] Release
Pavan, When are we cutting the tarball for the release ?
(PS: Is Hydra good to go ? Did see some commits from you related to Hydra last night...)
Regards, Jayesh
participants (2)
-
Anthony Chan -
Rajeev Thakur