Search results for query: source "not found"

  1. The following words were not included in your search because they are too short, too long, or too common: not

Forum search Google search

  1. J

    error in testcase

    The array bound error disappeared after I removed the "-convert big_endian" flag in compiler, now the error formation is: -------------- rm: No match. application called MPI_Abort(MPI_COMM_WORLD, 0) - process 4 application called MPI_Abort(MPI_COMM_WORLD, 0) - process 0 application called...
  2. J

    error in testcase

    The setting for C and fortran compiler (intel ifortran 10.1.*, netcdf also the latest version) I used is : ---------------------------------------- FC := mpif90 CC := mpicc CFLAGS := CFLAGS := $(CPPDEFS) -w -O2 -ftz -tpp2 -fno-alias -fno-fnalias -ip...
  3. L

    cesm1 build error

    Hi If I change the 'FC=mpif90' in the Macros.generic_linux_intel to 'FC=mpiifort', the mct.buildlib can go on, then the pio.buildlib failed. In the pio.bldlog.* file , Copying source to CCSM EXEROOT... ignore pio file alloc_mod.F90 ignore pio file box_rearrange.F90 cp: omitting...
  4. D

    Can anyone tell me what's wrong with this?

    I wonder if the mpirun errors are associated with the building warnings or not? If not, what's wrong with the mpirun? Can anyone tell me how to correct it? Thanks in advance. aDu from cmsr.iap.cas.cn
  5. C

    Problem running CAM4 in parallel mode

    Hi, Actually I have tried to give run using this command... mpirun -np 16 /shome/2009ast3222/CAM4/t_spmd/bld_1/cam But run is still terminated, I am posting the log file of run. [2009ast3222@ajaymeru run4]$ mpirun -np 16 /shome/2009ast3222/CAM4/t_spmd/bld_1/cam (seq_comm_setcomm)...
  6. D

    Errors during building CESM1.0 MODEL On Linux-Intel Compiler.

    Dear eaton, After ignoring the avbove warnings and errors, the "testname.generic_linux_intel.build" yeild the output file ccsm.exe. However, when I "testname.generic_linux_intel.run" ccsm.exe manually such as following steps, it abort quikly. I don't know what's going wrong with it. Can...
  7. D

    Errors during building CESM1.0 MODEL On Linux-Intel Compiler.

    Dear ALL CESM1.0 USERS, When I was buiding the CESM1.0 model, something happened. The followings are some messages about the enviroment-settings I used and the errors happened to me. The full Errors are listed in "Attach Files-errorMessages.txt " Because of :"The text that you have...
  8. M

    Failed to run cam4 with ifort 11.0 and netcdf 4

    Hi, Brian, Thanks for your persistent help and advice. I really appreciate them very much. I tried both approaches. The first one does not work and the the following (2) is the error message in MAKE.out. However, I am excited that the second works and now we have passed the building process...
  9. B

    CLM 3.5 Compile Issues

    Hello, Having issues with the compile: On the Penn State High-Performance Computing clusters, such as lion-xc and lion-xo, the include files for mpi and for netcdf are located in /usr/global/mpich/include and /usr/global/netcdf/include. The parallel Fortran 90 and C compilers are mpif90...
  10. M

    CCSM3 TestCase Compile Good Cannot Find Executable

    I'm establishing CCSM3 for the saguaro linux cluster at Arizona State University and I've run into an error that I have been unable to fix. saguaro is infiniband CCSM3 is build with pgi-6.2 fortran, gnu c and c++ 3.4.6 from red hat, and pgi-openmpi-1.2.3 all of which are preinstalled before...
  11. W

    mct build error

    Hi, The problem that the mpi related library reference is not found, was cleared. When I changed the path to pgf90 from 32 bit to 64bit then it cleared. However, I had another errors, like ------------------------------------ PGF90-S-0023-Syntax error - unbalanced parentheses...
  12. A

    Porting CAM 3.1.p2 to be compiled under g95

    I am trying to make CAM 3.1.p2 'compilable' on g95, and would like some help of people who know internally how does it work. As I am beginning with CAM (dropped from CCM3 while not yet being familiar with it too), I understand little things of its working mechanism, so I am changing only...
  13. L

    about inputdata

    1. I want to run CAM at resolution of 10x15 and I have downloaded the inputdata from the NCAR web (cam3.1_19x24_10x15_datasets.tar.gz). But when I built the namelists by 'build-namelist' with a '-test' option,there was a warning like this: fhliu@gcrc:~/case>...
  14. L

    DEFINEQFLUX - Please help!

    Hi, I am trying to prepare my SOM dataset and I'm running into problems when I run the defineqflux utility. Here is the end of my output: Using SST mid-months 11 and 1 to compute QFLUX mid-month 0 dayfact=62 Using SST mid-months 0 and 2 to compute QFLUX mid-month 1 dayfact=56 Using...
  15. M

    "Chunk" Help

    Dear Eaton, Thank´s for your message. In my case I am using a gaussian function that depends on the integration in time. I am using get_nstep() to have access the time step. I already had attemped to have access the values of lat and lon of the model, but he had not found the access...
Back
Top