<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><div>Hi Hava,<br><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div><div>In its current incarnation, the Nuclear EOS on which CCSN depends requires an HDF5 library with the Fortran bindings built in.  If you do not need the Nuclear EOS (i.e., you aren't doing actually stellar core collapse simulations) then you can get rid of the Nuclear EOS and it should compile.  Or, rebuild your HDF5 library with Fortran bindings.</div><div><br></div><div>Sean</div><div><br><div apple-content-edited="true">
<div style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br class="Apple-interchange-newline">--------------------------------------------------------</div><div>Sean M. Couch</div><div>Hubble Fellow</div><div>Flash Center for Computational Science</div><div>Department of Astronomy & Astrophysics</div><div>The University of Chicago</div><div>5747 S Ellis Ave, Jo 315</div><div>Chicago, IL  60637</div><div>(773) 702-3899</div><div><a href="http://www.flash.uchicago.edu/~smc">www.flash.uchicago.edu/~smc</a></div><div><br></div></div></span></span></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"></div></div></div></div></div><blockquote type="cite"><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><div apple-content-edited="true">
</div>
<br><div><div>On Jul 29, 2014, at 1:10 PM, Hava Turkakin <<a href="mailto:turkakin@ualberta.ca">turkakin@ualberta.ca</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi<br>I am trying to compile CCSN and getting following error? Can anybody<br>help me with this?<br>*********************************************************************************************************<br>readtable.F90(6): error #7013: This module file was not generated by<br>any release of this compiler.   [HDF5]<br>  use hdf5<br>------^<br>readtable.F90(15): error #6683: A kind type parameter must be a<br>compile-time constant.   [HID_T]<br>  integer(HID_T) file_id,dset_id,dspace_id<br>----------^<br>readtable.F90(16): error #6683: A kind type parameter must be a<br>compile-time constant.   [HSIZE_T]<br>  integer(HSIZE_T) dims1(1), dims3(3)<br>----------^<br>readtable.F90(31): error #6404: This name does not have a type, and<br>must have an explicit type.   [H5F_ACC_RDONLY_F]<br>  call h5fopen_f (trim(adjustl(eos_filename)), H5F_ACC_RDONLY_F, file_id, error)<br>-----------------------------------------------^<br>readtable.F90(38): error #6404: This name does not have a type, and<br>must have an explicit type.   [H5T_NATIVE_INTEGER]<br>  call h5dread_f(dset_id, H5T_NATIVE_INTEGER, nrho, dims1, error)<br>--------------------------^<br>readtable.F90(69): error #6404: This name does not have a type, and<br>must have an explicit type.   [H5T_NATIVE_DOUBLE]<br>  call h5dread_f(dset_id, H5T_NATIVE_DOUBLE, logrho, dims1, error)<br>--------------------------^<br>compilation aborted for readtable.F90 (code 1)<br>gmake: *** [readtable.o] Error 1<br>***************************************************************************<br>Thank you<br>-- <br>Hava Turkakin<br>PhD Candidate<br>University of Alberta<br>Space Physics Research Group<br></blockquote></div><br></div></div></div></blockquote></div><br></body></html>