Changes between Version 37 and Version 38 of pleiadesbash


Ignore:
Timestamp:
03/10/22 10:03:20 (3 years ago)
Author:
jdquinn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadesbash

    v37 v38  
    3131
    3232#Set compilers
    33 setenv CC mpicc
    34 setenv CXX mpicxx
    35 setenv F77 mpif77
     33export CC="mpicc"
     34export CXX="mpicxx"
     35export F77="mpif77"
    3636
    3737}}}