Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 210)

Ticket Resolution Summary Owner Reporter
#180 fixed Error in compiling MPI (instaling Flexpart-WRF) pesei mhakimzadeh
Description

I am installing FLEXPART-WRF on intel compiler with mpich library, while I type make -f makefile.mom mpi, I get the following error:

echo 'Compiling MPI'
Compiling MPI
ifort -openmp  *.o -o flexwrf31_intel_mpi -L/home/maryam/net4/netcdf4/lib -mcmodel=medium -shared-intel -lnetcdff  -debug all -lpthread -L/lib -lmpi
flexwrf.o: In function `flexwrf':
/home/maryam/FPW/src_flexwrf_v3.1/flexwrf.f90:23: multiple definition of `MAIN__'
flexwrf_mpi.o:/home/maryam/FPW/src_flexwrf_v3.1/flexwrf_mpi.f90:23: first defined here
timemanager_serial.o: In function `timemanager':
/home/maryam/FPW/src_flexwrf_v3.1/timemanager_serial.f90:24: multiple definition of `timemanager_'
timemanager.o:/home/maryam/FPW/src_flexwrf_v3.1/timemanager.f90:24: first defined here
ld: cannot find -lmpi
make: *** [mpi] Error 1

Thanks in advance for your help,

#179 fixed FLEXPART-WRF installation procedure mhakimzadeh
Description

I am trying to install FLEXPART-WRF v3.1, and I am have some questions in its installing procedure. For example, do we need Jasper and Grib_API libraries installed for this or netcdf library is the only library needed for that. Furthermore, as it is written in a related paper, we need to install netcdf4, edit par_mod.f90 and then edit makefile.mom and use this command: make -f makefile.mom omp (omp is chosen according to my PC). However, I don't know whether we should do other steps too. For instance, how we should configure FLEXPART-WRF?

Any helps would be appreciated, M,

#178 fixed FLEXPART-WRF crashes with segmentation fault pesei shanna
Description

Hi All,

I'm currently trying to get FLEXPART-WRF (version 3.3.2) up and running on a Mac, but am having some issues.

I can compile the OPENMP version, however the following two warnings occur:

random.f90:68:14:

 1   v1=2.*ran3(idum)-1.
              1
Warning: Missing actual argument for argument 'inext' at (1)

random.f90:69:14:

     v2=2.*ran3(idum)-1.
              1
Warning: Missing actual argument for argument 'inext' at (1)

If I then try to run the test case (or any case) it crashes with the following output:

the input file used is flexwrf.input.forward1

Pre-generating random numbers Calling readinput

Segmentation fault: 11

Using VERBOSE = 100 in the input file does not generate any additional output. Also, compiling with an optimization option of -02 in the makefile has no impact.

Any help at all would be greatly appreciated!

Thanks very much Sarah

Note: See TracQuery for help on using queries.
hosted by ZAMG