Search found 4 matches

by balaji426
Thu Sep 22, 2016 9:05 am
Forum: ROMS Discussion
Topic: Running ROMS Job with different number of nodes/processors
Replies: 3
Views: 3295

Running ROMS Job with different number of nodes/processors

Hi, I am finding a problem while running ROMS job with same Initial Conditions, Forcing input, Grid and Boundary conditions. But with different number of nodes 64 and 256. Case 1: for 64 processors: #!/bin/bash #BSUB -J HOOFS # job name #BSUB -W 120:00 # wall-clock time (hrs:mins) #BSUB -n 64 # numb...
by balaji426
Thu Jun 16, 2016 5:03 am
Forum: ROMS Tools and Techniques
Topic: plot package problem
Replies: 21
Views: 39101

Re: plot package problem

My system is Linux 64 bit, Ubuntu 14.04.4 LTS. As you said, I will do online search and get required packages. These missing files are available at different location and I need to link them.
Thanks...
by balaji426
Wed Jun 15, 2016 6:03 am
Forum: ROMS Tools and Techniques
Topic: plot package problem
Replies: 21
Views: 39101

Re: plot package problem

All those missing symbols are from the NCARG libraries. You need to link to them. The easiest way to do so is to invoke the ncargf90 command instead of gfortran for linking. Your link statement is this: /usr/bin/gfortran -frepack-arrays -O3 -ffast-math Build_plt/cnt.o Build_plt/cpmpxy2d.o Build_plt...
by balaji426
Tue Jun 14, 2016 8:49 am
Forum: ROMS Tools and Techniques
Topic: plot package problem
Replies: 21
Views: 39101

Re: plot package problem

Hi, I am also getting same type of error How you are able to solve, what edits need to be done Thanks, Balaji Hi, I am trying to install a plotting package for ROMS on a linux-12.04 lts 64bit and I have a problem maybe when am trying to run plot package to built ccnt, cnt, csec, sec files. I use nca...