Changeset 1779


Ignore:
Timestamp:
11/29/19 14:07:28 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : update JEAN-ZAY arch file

Location:
XIOS/dev/dev_trunk_omp
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/job_jz.sh

    r1776 r1779  
    1515 
    1616cd ${SLURM_SUBMIT_DIR} 
     17module unload intel-all hdf5 netcdf netcdf-cxx netcdf-fortran 
     18module load intel-all/19.0.4 
     19module load hdf5/1.10.5/intel-19.0.4-mpi 
     20module load netcdf/4.7.2/intel-19.0.4-mpi 
     21module load netcdf-cxx/4.2/intel-19.0.4-mpi 
     22module load netcdf-fortran/4.5.2/intel-19.0.4-mpi 
    1723 
    18 module purge 
    19 module load intel-all/19.0.4 
    20 module load netcdf/4.7.0/intel-19.0.4-mpi 
    21 module load netcdf-cxx/4.2/intel-19.0.4-mpi 
    22 module load netcdf-fortran/4.4.5/intel-19.0.4-mpi 
    23 module load gcc/6.5.0/gcc-4.8.5 
     24#module purge 
     25#module load intel-all/19.0.4 
     26#module load netcdf/4.7.0/intel-19.0.4-mpi 
     27#module load netcdf-cxx/4.2/intel-19.0.4-mpi 
     28#module load netcdf-fortran/4.4.5/intel-19.0.4-mpi 
     29#module load gcc/6.5.0/gcc-4.8.5 
    2430module load cmake 
    2531module load cdo 
     
    105111#srun --mpi=pmi2 ../bin/test_client.exe 
    106112 
    107 cp plein_report.txt ../Web/plein_report_$xios_revision.txt 
     113#cp plein_report.txt ../Web/plein_report_$xios_revision.txt 
  • XIOS/dev/dev_trunk_omp/arch/arch-X64_JEANZAY.env

    r1730 r1779  
    1 module purge 
    2 module load gcc/6.5.0/gcc-4.8.5  
     1module unload intel-all hdf5 netcdf netcdf-cxx netcdf-fortran 
    32module load intel-all/19.0.4 
    4 module load netcdf/4.7.0/intel-19.0.4-mpi 
     3module load hdf5/1.10.5/intel-19.0.4-mpi 
     4module load netcdf/4.7.2/intel-19.0.4-mpi 
    55module load netcdf-cxx/4.2/intel-19.0.4-mpi 
    6 module load netcdf-fortran/4.4.5/intel-19.0.4-mpi 
     6module load netcdf-fortran/4.5.2/intel-19.0.4-mpi 
     7 
     8 
     9#module purge 
     10#module load gcc/6.5.0/gcc-4.8.5  
     11#module load intel-all/19.0.4 
     12#module load netcdf/4.7.0/intel-19.0.4-mpi 
     13#module load netcdf-cxx/4.2/intel-19.0.4-mpi 
     14#module load netcdf-fortran/4.4.5/intel-19.0.4-mpi 
    715 
    816 
  • XIOS/dev/dev_trunk_omp/doc/XIOS_testcase_user_guide.tex

    r1742 r1779  
    172172is Juliot-Curie from the TGCC computing center\footnote{\url{http://www-hpc.cea.fr/en/complexe/tgcc-JoliotCurie.htm}}. 
    173173 
    174 Inside the \verb|GENERIC_TESTCASE| folder, we have a sob submission script \verb|job_irene.sh|.  
    175 This script will execute all the unit tests in all the 5 test folders. We also prepared  
     174In the \verb|GENERIC_TESTCASE| folder, we have a job submission script \verb|job_irene.sh|.  
     175This script will execute all the unit tests in all 5 test folders. We also prepared  
    176176job scripts for each test folder. If one want to run unit tests for a specific folder,  
    177177\textit{e.g.} \verb|test_domain_algo|, it is sufficient to launch the \verb|job_irene.sh|  
    178 script inside the \verb|test_domain_algo| folder.  
     178script inside the folder \verb|test_domain_algo|.  
    179179 
    180180\section{Output of XIOS testcase} 
  • XIOS/dev/dev_trunk_omp/inputs/iodef.xml

    r1745 r1779  
    3737        <!-- <field field_ref="field_C" name="field_C_name"  enabled=".TRUE." />  --> 
    3838        <!-- <field id="field_D" field_ref="field_A" operation="instant" build_workflow_graph=".TRUE." name="field_D_name" build_workflow_graph_start="1h" build_workflow_graph_end="2h" > sqrt(field_A) </field> --> 
    39         <field id="field_D" field_ref="field_A" operation="average" build_workflow_graph=".TRUE." name="field_D"  > field_A + field_B + field_C</field> 
     39        <field id="field_D" field_ref="field_A" operation="average" build_workflow_graph=".FALSE." name="field_D"  > field_A+1 </field> 
    4040        <!-- <field field_ref="field_A_zoom" name="field_B" build_workflow_graph=".TRUE."/> --> 
    4141     </file> 
     
    8181      <variable_definition> 
    8282         <variable_group id="server"> 
    83             <variable id="using_server2" type="bool">true</variable> 
     83            <variable id="using_server2" type="bool">false</variable> 
    8484            <variable id="ratio_server2" type="int">50</variable> 
    85             <variable id="number_pools_server2" type="int">1</variable> 
     85            <variable id="number_pools_server2" type="int">1</variable>  
    8686         </variable_group> 
    8787 
  • XIOS/dev/dev_trunk_omp/src/context_server.cpp

    r1745 r1779  
    8686    MPI_Iprobe(-2, 20,interComm,&flag,&status); 
    8787    #else     
    88     MPI_Iprobe(MPI_ANY_SOURCE, 20,interComm,&flag,&status); 
     88    MPI_Iprobe(-2, 20,interComm,&flag,&status); 
    8989    #endif 
    9090    traceOn(); 
  • XIOS/dev/dev_trunk_omp/src/test/test_omp.f90

    r1745 r1779  
    172172    CALL xios_update_calendar(ts) 
    173173    CALL xios_send_field("field_A",field_A) 
    174     CALL xios_send_field("field_B",field_A) 
    175     CALL xios_send_field("field_C",field_A) 
     174    !CALL xios_send_field("field_B",field_A) 
     175    !CALL xios_send_field("field_C",field_A) 
    176176    !CALL xios_send_field("field_Axis",axisValue) 
    177177    ! CALL xios_send_field("field_Axis",lval) 
Note: See TracChangeset for help on using the changeset viewer.