Page 1 of 1

HYSPLIT Parallel mode installation

Posted: October 10th, 2018, 3:55 pm
by sreeds82
Dear HYSPLIT Team,
I am trying to install HYSPLIT parallel mode.
I have installed with gfortran and also with intel fortran.
I dont find any differences with single core and multi-core jobs. The time taking is same.

Is there any problem in installing the code?

There was no error in the installation.

Could you please suggest me, with intel, and or with gfortran what compiles I should use?

Many thanks in advance
Srinivas

Re: HYSPLIT Parallel mode installation

Posted: October 12th, 2018, 11:40 am
by Fantine
The executable running with multiprocessor is hycm_std, not hysc_std (this is for single processor). You will need to modify the Makefile in the exec directory to generate it. There are answers in the forum that may be helpful to you:
viewtopic.php?t=394

Re: HYSPLIT Parallel mode installation

Posted: October 13th, 2018, 4:42 am
by sreeds82
Hi,
I have compiled the code using mpich and gfortran. I got the hycm_std and used the same.
My query is, i dont find the computing time differences between the usage of parallel and single core executables.

Are there any standard Makefiles, Could you please share with me if any Makefile to understand the mpi flags using gfortran and mpif90 (mpich).

And how many processors I can use to run model? is there any optimization of code?

Many thanks
Srinivas

Re: HYSPLIT Parallel mode installation

Posted: October 16th, 2018, 12:30 pm
by christopher.loughner
HYSPLIT run with MPI should be faster. To run HYSPLIT from the testing directory and to keep track of the computational time use the following commands:

with MPI using 4 CPUs:
time -v mpirun -np 4 ../exec/hycm_std

serially:
time -v ../exec/hycs_std

The only thing you need to change in the Makefile in the exec directory is to add hycm_std in the all block (the block of code that starts with "all :"). After that all you need to do is run the compile script (compile.sh in the hysp_new directory).

Review the thread Fantine pointed you to for other pointers: viewtopic.php?t=394

Re: HYSPLIT Parallel mode installation

Posted: October 16th, 2018, 6:15 pm
by sreeds82
Hi
Many thanks for guiding me with the right methodology.
I could run the model on parallel mode.

I have two query?
Could you please guide me,

(1)how to move the lat/long values on the concentration map to the beginning of map (like x-axis and y-axis values (longitude on x-axis and latitude on y-axis) .

(2) How can I add a station name with latitude and longitude information.

Many thanks in advance

Srinivas

Re: HYSPLIT Parallel mode installation

Posted: October 22nd, 2018, 11:13 am
by barbara.stunder

Re: HYSPLIT Parallel mode installation

Posted: June 10th, 2019, 3:09 pm
by Fabio.Dioguardi
Hi,

I have a query regarding the parallel mode.
I have managed to compile and run the code in parallel. However, when using concplot (exactly the same command that I use successfully for serial application), I always receive a segmentation fault error.
I am therefore wondering whether there is any particular way to use concplot for interpreting data produced with the parallel execution?

Thanks
Regards
Fabio