Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

GoogleCode Repositories are Offline PIO source not found

jedwards

CSEG and Liaisons
Staff member
Affected Releases CESM1.0.z
Affected Releases CESM1.1.z
Affected Releases CESM1.2.z Googlecode repositories are now off line and the pio and genf90 components of older cesm versions can no longer resolve.  We are very sorry for the inconvenience.    Here are the changes that you needsubstitute the version numbers in your version for the ones below:In the tools/cprnc/SVN_EXTERNAL_DIRECTORIES change:-genf90 http://parallelio.googlecode.com/svn/genf90/trunk_tags/genf90_140121
+genf90 https://github.com/PARALLELIO/genf90/tags/genf90_140121 In the top level SVN_EXTERNAL_DIRECTORIES change:-models/utils/pio                   http://parallelio.googlecode.com/svn/trunk_tags/pio1_8_12/pio
+models/utils/pio                   https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio After each of the above changes run$ svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .$ svn update
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
Hi,I think that "/tools/cprnc/SVN_EXTERNAL_FILES" should be "/tools/cprnc/SVN_EXTERNAL_DIRECTORIES".And, I tried "svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .", but did not work for me. So, I tried the following commands to download the necessary files:svn export --force https://github.com/PARALLELIO/genf90/tags/genf90_140121 ./cesm1_2_2/tools/cprnc/genf90svn export --force https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio ./cesm1_2_2/models/utils/pioDo you think that this will do?Thanks,Sang-Ki
 
After updating for the missing PIO utils per your reply, my PIO build failed for lack of a PIO Makefile, which does appear to be included in the repository (nor is configure). What's the likely cause of my missing PIO Makefile and configure files?$ cat /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Thu Jan 26 16:45:24 UTC 2017 /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Copying source to CCSM EXEROOT...
cp: cannot stat ‘/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/Makefile’: No such file or directory
New build of PIO
Running configure...
for OS=LINUX MACH=userdefined
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkSrcfiles
cp -f /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Filepath /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Deppath
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkDepends  Deppath Srcfiles > /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Depends
cd /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio;
 /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure  --enable-timing CC="icc " FC="ifort " MPICC="mpicc  " MPIFC="mpif90 " FCFLAGS="-O2 -fp-model source -convert big_endian -assume byterecl -ftz -traceback  -free  -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" CPPDEFS=" -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC" CFLAGS="-O2 -fp-model precise   -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -I.. -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" NETCDF_PATH=/data/RESOURCES/Intel/netcdf4.4 LDFLAGS="" LIBS="-L/data/RESOURCES/Intel/lib -lnetcdff -L/data/RESOURCES/Intel/lib -lnetcdf -lnetcdf"   --srcdir /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio
/bin/sh: line 1: /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure: No such file or directory
gmake: *** [/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Makefile.conf] Error 127
cp: cannot stat ‘Makefile.conf’: No such file or directory
gmake: *** No targets specified and no makefile found.  Stop.
 
After updating for the missing PIO utils per your reply, my PIO build failed for lack of a PIO Makefile, which does appear to be included in the repository (nor is configure). What's the likely cause of my missing PIO Makefile and configure files?$ cat /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Thu Jan 26 16:45:24 UTC 2017 /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Copying source to CCSM EXEROOT...
cp: cannot stat ‘/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/Makefile’: No such file or directory
New build of PIO
Running configure...
for OS=LINUX MACH=userdefined
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkSrcfiles
cp -f /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Filepath /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Deppath
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkDepends  Deppath Srcfiles > /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Depends
cd /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio;
 /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure  --enable-timing CC="icc " FC="ifort " MPICC="mpicc  " MPIFC="mpif90 " FCFLAGS="-O2 -fp-model source -convert big_endian -assume byterecl -ftz -traceback  -free  -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" CPPDEFS=" -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC" CFLAGS="-O2 -fp-model precise   -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -I.. -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" NETCDF_PATH=/data/RESOURCES/Intel/netcdf4.4 LDFLAGS="" LIBS="-L/data/RESOURCES/Intel/lib -lnetcdff -L/data/RESOURCES/Intel/lib -lnetcdf -lnetcdf"   --srcdir /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio
/bin/sh: line 1: /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure: No such file or directory
gmake: *** [/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Makefile.conf] Error 127
cp: cannot stat ‘Makefile.conf’: No such file or directory
gmake: *** No targets specified and no makefile found.  Stop.
 
After updating for the missing PIO utils per your reply, my PIO build failed for lack of a PIO Makefile, which does appear to be included in the repository (nor is configure). What's the likely cause of my missing PIO Makefile and configure files?$ cat /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Thu Jan 26 16:45:24 UTC 2017 /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Copying source to CCSM EXEROOT...
cp: cannot stat ‘/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/Makefile’: No such file or directory
New build of PIO
Running configure...
for OS=LINUX MACH=userdefined
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkSrcfiles
cp -f /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Filepath /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Deppath
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkDepends  Deppath Srcfiles > /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Depends
cd /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio;
 /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure  --enable-timing CC="icc " FC="ifort " MPICC="mpicc  " MPIFC="mpif90 " FCFLAGS="-O2 -fp-model source -convert big_endian -assume byterecl -ftz -traceback  -free  -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" CPPDEFS=" -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC" CFLAGS="-O2 -fp-model precise   -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -I.. -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" NETCDF_PATH=/data/RESOURCES/Intel/netcdf4.4 LDFLAGS="" LIBS="-L/data/RESOURCES/Intel/lib -lnetcdff -L/data/RESOURCES/Intel/lib -lnetcdf -lnetcdf"   --srcdir /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio
/bin/sh: line 1: /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure: No such file or directory
gmake: *** [/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Makefile.conf] Error 127
cp: cannot stat ‘Makefile.conf’: No such file or directory
gmake: *** No targets specified and no makefile found.  Stop.
 
After updating for the missing PIO utils per your reply, my PIO build failed for lack of a PIO Makefile, which does appear to be included in the repository (nor is configure). What's the likely cause of my missing PIO Makefile and configure files?$ cat /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Thu Jan 26 16:45:24 UTC 2017 /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Copying source to CCSM EXEROOT...
cp: cannot stat ‘/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/Makefile’: No such file or directory
New build of PIO
Running configure...
for OS=LINUX MACH=userdefined
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkSrcfiles
cp -f /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Filepath /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Deppath
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkDepends  Deppath Srcfiles > /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Depends
cd /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio;
 /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure  --enable-timing CC="icc " FC="ifort " MPICC="mpicc  " MPIFC="mpif90 " FCFLAGS="-O2 -fp-model source -convert big_endian -assume byterecl -ftz -traceback  -free  -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" CPPDEFS=" -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC" CFLAGS="-O2 -fp-model precise   -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -I.. -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" NETCDF_PATH=/data/RESOURCES/Intel/netcdf4.4 LDFLAGS="" LIBS="-L/data/RESOURCES/Intel/lib -lnetcdff -L/data/RESOURCES/Intel/lib -lnetcdf -lnetcdf"   --srcdir /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio
/bin/sh: line 1: /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure: No such file or directory
gmake: *** [/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Makefile.conf] Error 127
cp: cannot stat ‘Makefile.conf’: No such file or directory
gmake: *** No targets specified and no makefile found.  Stop.
 
After updating for the missing PIO utils per your reply, my PIO build failed for lack of a PIO Makefile, which does appear to be included in the repository (nor is configure). What's the likely cause of my missing PIO Makefile and configure files?$ cat /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Thu Jan 26 16:45:24 UTC 2017 /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/pio.bldlog.170126-164457
Copying source to CCSM EXEROOT...
cp: cannot stat ‘/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/Makefile’: No such file or directory
New build of PIO
Running configure...
for OS=LINUX MACH=userdefined
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkSrcfiles
cp -f /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Filepath /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Deppath
/home/ec2-user/AWS-CESM/cesm1_2_1/test1/Tools/mkDepends  Deppath Srcfiles > /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Depends
cd /home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio;
 /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure  --enable-timing CC="icc " FC="ifort " MPICC="mpicc  " MPIFC="mpif90 " FCFLAGS="-O2 -fp-model source -convert big_endian -assume byterecl -ftz -traceback  -free  -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" CPPDEFS=" -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC" CFLAGS="-O2 -fp-model precise   -DLINUX  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -I.. -I.  -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/data/RESOURCES/Intel/netcdf4.4/include -I/data/RESOURCES/Intel/lib/include -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mct -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/mct/mpeu -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/gptl -I/home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio -I/home/ec2-user/AWS-CESM/cesm1_2_1/test1/lib/include" NETCDF_PATH=/data/RESOURCES/Intel/netcdf4.4 LDFLAGS="" LIBS="-L/data/RESOURCES/Intel/lib -lnetcdff -L/data/RESOURCES/Intel/lib -lnetcdf -lnetcdf"   --srcdir /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio
/bin/sh: line 1: /home/ec2-user/AWS-CESM/cesm1_2_1/models/utils/pio/configure: No such file or directory
gmake: *** [/home/ec2-user/AWS-CESM/cesm1_2_1/test1/pio/Makefile.conf] Error 127
cp: cannot stat ‘Makefile.conf’: No such file or directory
gmake: *** No targets specified and no makefile found.  Stop.
 
Top