<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'>
Hi,<br><br>I'm trying to compile the cuda part of the wrf model<br><br>I downloaded the file tar xzvf wsm5_3.2_standalone.tar.gz edited the makefile disabling LIBCUBLASEMU (i don't have this library)<br><br>cuda toolkit 4.2 is installed <br><br>/lib/cpp -C -P&nbsp;&nbsp; -DDEBUG_I=59 -DDEBUG_J=45 -DDEBUG_K=1&nbsp; -DRWORDSIZE=4 module_mp_wsm5.F &gt; module_mp_wsm5.f90<br>module_mp_wsm5.F:1:53: warning: missing terminating ' character<br>gfortran&nbsp; -c -O3 -fconvert=big-endian -frecord-marker=4 -ffree-form module_mp_wsm5.f90<br>gfortran&nbsp; -o wsm5_driver_vanilla&nbsp; module_mp_wsm5.o libmassv.o microclock.o <br>m4 wsm5.cu | sed "s/float/float/g" &gt; y.cu<br>nvcc -DCUDA -ccbin /usr/bin&nbsp; -cuda&nbsp;&nbsp;&nbsp; -DDEBUG_I=59 -DDEBUG_J=45 -DDEBUG_K=1&nbsp; -DXXX=8 -DYYY=8 -DMKX=28 --host-compilation 'C++' --use_fast_math y.cu<br>nvcc warning : option 'host-compilation' has been deprecated and is ignored<br>y.cu(136): warning: omission of exception specification is incompatible with previous function "bzero"<br>/usr/include/string.h(457): here<br><br>y.cu(137): warning: omission of exception specification is incompatible with previous function "strcpy"<br>/usr/include/string.h(127): here<br><br>y.cu(146): warning: variable "m" was declared but never referenced<br><br>y.cu(324): warning: variable "k" was declared but never referenced<br><br>y.cu(216): warning: variable "i" was declared but never referenced<br><br>y.cu(216): warning: variable "j" was declared but never referenced<br><br>y.cu(216): warning: variable "k" was declared but never referenced<br><br>y.cu(217): warning: variable "bigbuf" was set but never used<br><br>y.cu(218): warning: variable "s1" was declared but never referenced<br><br>y.cu(218): warning: variable "e1" was declared but never referenced<br><br>y.cu(473): warning: missing return statement at end of non-void function "get_wsm5_gpu_levels_"<br><br>y.cu(136): warning: omission of exception specification is incompatible with previous function "bzero"<br>/usr/include/string.h(457): here<br><br>y.cu(137): warning: omission of exception specification is incompatible with previous function "strcpy"<br>/usr/include/string.h(127): here<br><br>y.cu(146): warning: variable "m" was declared but never referenced<br><br>y.cu(324): warning: variable "k" was declared but never referenced<br><br>y.cu(216): warning: variable "i" was declared but never referenced<br><br>y.cu(216): warning: variable "j" was declared but never referenced<br><br>y.cu(216): warning: variable "k" was declared but never referenced<br><br>y.cu(217): warning: variable "bigbuf" was set but never used<br><br>y.cu(218): warning: variable "s1" was declared but never referenced<br><br>y.cu(218): warning: variable "e1" was declared but never referenced<br><br>y.cu(473): warning: missing return statement at end of non-void function "get_wsm5_gpu_levels_"<br><br>/bin/mv y.cu.cpp wsm5.cu.cpp<br>/bin/mv: impossibile eseguire stat di "y.cu.cpp": No such file or directory<br>make: *** [wsm5.cu.o] Error 1<br><br><br>Regards<br><br>Ugo<br>                                               </div></body>
</html>