mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11397] Purpose:
Bug fix Description: Forgot to remove a debug statement before committing. Solution: The script printined out what it thought CC_BASENAME was for debugging. Removed this print statement. Platforms tested: minor change, mcr Misc. update:
This commit is contained in:
parent
2e819451e9
commit
a9f72e29fd
@ -25,7 +25,6 @@ fi
|
||||
# supported, we need to set the macro to hdf5_mpi_complex_derived_datatype_works to no.
|
||||
# Notice that this fix will only work if the compiler name is mpicc and mpi package is
|
||||
# mpich 1.x.x.
|
||||
echo "Debug: CC_BASENAME=" $CC_BASENAME
|
||||
|
||||
if [ -z "$hdf5_mpi_complex_derived_datatype_works" -a \( $CC_BASENAME = mpicc -o $CC_BASENAME = mpiicc \) ]; then
|
||||
ccversion=`$CC -v 2>&1 | sed -e 's/.*for //p'`
|
||||
|
Loading…
x
Reference in New Issue
Block a user