<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I'm trying to instal on a Cray XE6 and when I use 'make all' I get this error concerning 'global_version.mod'. I've tried to find this on the website/forum etc but I haven't seen it mentioned, could anyone tell me what this mod is and where it's located?<BR>
 <BR>
test -d bin || mkdir bin<BR>cd install ; make  -f extlibs_makefile libiotk<BR>make[1]: Entering directory `/lustre/workspace/rick_dir/QE_dir/QE5.0/espresso-5.0.1/install'<BR>if test ! -d ../S3DE; then \<BR>        (gzip -dc ../archive/iotk-1.2.beta.tar.gz | (cd ../; tar -xvf -)) ; \<BR>        if test -e Makefile_iotk; then \<BR>        (cp Makefile_iotk ../S3DE/iotk/src/Makefile); fi; \<BR>        if test -e iotk_config.h; then \<BR>        (cp iotk_config.h ../S3DE/iotk/include/iotk_config.h); fi; fi<BR>cd ../S3DE/iotk/src; make lib+util;<BR>make[2]: Entering directory `/lustre/workspace/rick_dir/QE_dir/QE5.0/espresso-5.0.1/S3DE/iotk/src'<BR>make[2]: Nothing to be done for `lib+util'.<BR>make[2]: Leaving directory `/lustre/workspace/rick_dir/QE_dir/QE5.0/espresso-5.0.1/S3DE/iotk/src'<BR>cd ../bin; ln -fs ../S3DE/iotk/tools/iotk .; \<BR>        ln -fs ../S3DE/iotk/src/iotk.x .; \<BR>        ln -fs ../S3DE/iotk/src/iotk_print_kinds.x .; \<BR>        cd ../; ln -fs S3DE/iotk iotk<BR>make[1]: Leaving directory `/lustre/workspace/rick_dir/QE_dir/QE5.0/espresso-5.0.1/install'<BR>( cd Modules ; if test "make" = "" ; then make  TLDEPS= all ; \<BR>        else make  TLDEPS= all ; fi )<BR>make[1]: Entering directory `/lustre/workspace/rick_dir/QE_dir/QE5.0/espresso-5.0.1/Modules'<BR>ftn -O3 -g -x f95-cpp-input -D__GFORTRAN -D__STD_F95 -D__FFTW3 -D__MPI -D__PARA -I../include -I../iotk/src -I. -c environment.f90<BR>environment.f90:18.56:<BR>
  USE global_version, ONLY: version_number, svn_revision<BR>                                                        1<BR>Fatal Error: Can't open module file 'global_version.mod' for reading at (1): No such file or directory<BR><BR>
Thank you,<BR>
J. Wohlwend<BR>
Universal Technology Corp.<BR>                                      </div></body>
</html>